<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three URLs, which is genuinely all of them: the game is a single page with no
  client-side routing (referral.ts's replaceState only strips ?r= and keeps the
  same path), so every other address on this host is a static asset or a 404.

  lastmod is hand-maintained. Update it when a page's content actually changes,
  not on every deploy — a sitemap that claims everything changed yesterday is a
  sitemap crawlers learn to disregard.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bagout.io/</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bagout.io/terms.html</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bagout.io/privacy.html</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
