<?xml version="1.0" encoding="UTF-8"?>
<!--
  The root, and nothing else, on purpose.

  This listed ten URLs, nine of which serve `noindex`. A sitemap is a request to
  index; asking Google to index pages that then tell it not to is a contradiction
  it resolves by trusting the pages, so nothing was gained and crawl budget was
  spent finding that out ten times over. The rest of the site comes back here the
  day it stops being noindex, and check-site fails if the two ever disagree again.

  Both roots are listed because the same files serve both domains and each has to
  rank on its own. Every URL in an hreflang set has to carry the whole set,
  including a self-reference, or Google discards the annotation — which is why
  the same three alternates appear under each entry rather than once at the top.
  These match what assets/seo.js injects into the pages at runtime; the two
  mechanisms are independent and have to agree, and disagreeing is the usual way
  an hreflang set gets silently dropped.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://novaexhibits.com/</loc>
    <xhtml:link rel="alternate" hreflang="en-us" href="https://novaexhibits.com/" />
    <xhtml:link rel="alternate" hreflang="en-gb" href="https://novaexhibits.co.uk/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://novaexhibits.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://novaexhibits.co.uk/</loc>
    <xhtml:link rel="alternate" hreflang="en-us" href="https://novaexhibits.com/" />
    <xhtml:link rel="alternate" hreflang="en-gb" href="https://novaexhibits.co.uk/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://novaexhibits.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
