<?xml version="1.0" encoding="UTF-8"?>
<!--
  MAESTOSO — the two pages worth indexing.

  BOTH ADDRESSES ARE EXTENSIONLESS, because those are the only two that
  ever serve a body. Cloudflare's asset handler strips the extension and
  307s /index.html to / and /privacy.html to /privacy; a sitemap that
  listed the filenames would hand every crawler a redirect and ask it to
  work out where it landed. The same fact is already written into the
  /privacy rule in _headers and into the coverage walk in tools/build.sh,
  where it was measured rather than assumed.

  THE DATES ARE NOT TYPED. Each lastmod is the committer date of the last
  commit that touched the file behind that URL, asked of git in short ISO
  form (%cs) at the moment this file was written. A date entered by hand
  stops being true at the next commit, and a lastmod that lies is worse
  than none at all: a crawler told "unchanged since" believes it and does
  not come back.

  tools/readme_lint.py, which the gate runs, holds this file to exactly
  these two URLs and refuses a lastmod that is not a real YYYY-MM-DD, or
  that has not happened yet.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://maestoso.go-shogun.win/</loc>
    <lastmod>2026-09-03</lastmod>
  </url>
  <url>
    <loc>https://maestoso.go-shogun.win/privacy</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
</urlset>
