<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, which is the whole site.

  No <lastmod>. It is optional, and a hand-written date here would be wrong
  within a deploy or two. Google discounts lastmod it finds unreliable, so a
  rotting date is worse than none. Add it back only if it is generated at build
  time from the real deploy.

  Hosts must match the canonical exactly: geoquizgame.com, no www, https.
  functions/_middleware.ts redirects the old pages.dev host here, so that name
  must never appear in this file.
-->
<!-- sitemapS.org, plural. The singular is a different site entirely and makes
     the whole document invalid, which is a silent failure: the file still
     serves 200 and Search Console just rejects it. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://geoquizgame.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- The game itself. Thin in raw HTML, since it boots from JS, but it is a
         real destination and a legitimate landing spot from search. -->
    <loc>https://geoquizgame.com/play</loc>
    <priority>0.8</priority>
  </url>
</urlset>
