<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three pages a search engine should hold. A crawler would find them by
  following the links anyway; the sitemap is here for the reporting — Search
  Console answers a submitted sitemap url by url, so a page that fails to be
  indexed says so instead of simply being absent.

  The demos are left out on purpose: _headers marks them noindex, being an
  application with no text to match, and a sitemap that submits a noindexed
  url is reported as an error.

  Each page carries a lastmod, and the date is a promise to keep it true —
  Google discounts the ones it finds unreliable — so each moves when that
  page's words do, and not otherwise.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://otaku.sh/</loc>
    <lastmod>2026-09-04</lastmod>
  </url>
  <url>
    <loc>https://otaku.sh/guide</loc>
    <lastmod>2026-09-07</lastmod>
  </url>
  <url>
    <loc>https://otaku.sh/context</loc>
    <lastmod>2026-09-07</lastmod>
  </url>
</urlset>
