<?xml version="1.0" encoding="UTF-8"?>
<!--
  The six addresses anyone may read, and no other.

  ONE file for TWO hostnames, on purpose. `public/` is copied into `dist/` and
  Cloudflare Pages serves the same build at quizmoapp.app and at
  play.quizmoapp.app, so a per-host sitemap would mean a build-time generator
  writing two files that no URL could tell apart — or one static file claiming
  a host while being served from both. Absolute URLs sidestep it: this lists
  what exists, wherever it is fetched from, and `robots.txt` names the host's
  copy absolutely, so all three deployments point at the same document.

  **The five documents appear once, under the host's name.** /privacy is the
  same text at three addresses — quizmoapp.app/privacy, /s/privacy on the same
  host, and play.quizmoapp.app/privacy — and `src/seo.tsx` makes the first the
  canonical of all three. Listing the others would be asking a crawler to judge
  a duplicate that has already been decided.

  The two front pages are both here, because they are two different pages: one
  is written for someone setting a quiz, the other for someone taking one.

  In Search Console a cross-host entry is trusted once both properties are
  verified — the owner registers quizmoapp.app and play.quizmoapp.app and
  submits this one file under each.

  `lastmod` is the day the words on these pages last changed, not the day of
  the build. A date that moves on its own tells a crawler nothing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://quizmoapp.app/</loc>
    <lastmod>2026-09-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://play.quizmoapp.app/</loc>
    <lastmod>2026-09-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://quizmoapp.app/faq</loc>
    <lastmod>2026-09-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://quizmoapp.app/about</loc>
    <lastmod>2026-09-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://quizmoapp.app/contact</loc>
    <lastmod>2026-09-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://quizmoapp.app/privacy</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://quizmoapp.app/terms</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
