<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three URLs, because there are three. The app has no router — the whole game
  lives at "/" — so this is not an oversight or a stub: listing invented paths
  would point crawlers at soft 404s, which is the exact problem app/public/404.html
  was added to solve.

  Every URL here is the APEX (mazepawn.com, no www), matching rel="canonical" in
  index.html. Both have to agree: a sitemap listing one host while the canonical
  names another is a duplicate-content signal rather than the fix for one.
  seo.test.ts fails if they drift.

  The 301 that actually enforces the apex is a Cloudflare zone Redirect Rule,
  not a file here — Pages _redirects cannot express a domain-level redirect.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mazepawn.com/</loc>
    <lastmod>2026-09-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mazepawn.com/privacy</loc>
    <lastmod>2026-09-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mazepawn.com/terms</loc>
    <lastmod>2026-09-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
