<?xml version="1.0" encoding="UTF-8"?>
<!-- The marketing page plus its five legal pages (§6). Anchors within the home
     page are NOT separate URLs — only real documents are listed here.
     The legal pages are low-priority by design: they must be indexable and
     reachable, but should never outrank the home page. /delete-account is
     indexable for a reason beyond SEO: Google Play requires the deletion route
     to be findable without installing the app or signing in.
     Each <loc> must stay byte-identical to that page's <link rel="canonical">
     (landing/{contact,privacy,legal-notice,terms,delete-account}/index.html) — no
     trailing slash.
     <lastmod> is the date of the last commit that touched that page's own
     sources, not the date of the deploy — a sitemap that claims every page
     changed on every push is one Google learns to ignore, which is worse than
     carrying no lastmod at all. So bump a date only when that page's CONTENT
     changed, and take it from git rather than the clock: ask git for the last
     commit touching that page's .tsx in src/pages plus its .html shell (for
     "/", the src/sections directory plus landing/index.html) and use that
     commit's date. The exact command is not written out here because an XML
     comment may not contain a double hyphen, which every git flag needs.
     TODO(§8 DE phase): add the /de URL + hreflang alternates when the German page ships. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mindgame.live/</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mindgame.live/contact</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mindgame.live/privacy</loc>
    <lastmod>2026-08-15</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mindgame.live/legal-notice</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mindgame.live/terms</loc>
    <lastmod>2026-08-15</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://mindgame.live/delete-account</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
