<?xml version="1.0" encoding="UTF-8"?>
<!--  AniPalate is one URL, and that is not an oversight in this file.

      Every view — My Palate, You vs Public, Public, Seasonal Pulse, the anime
      detail page, About, Privacy — is a React state change behind `/` (see the
      `route` state in src/App.jsx), not a path. So there is exactly one address
      a crawler can fetch, and listing anything else here would be pointing
      Google at 404s.

      This is the ceiling on what opening robots.txt can buy: a search for the
      brand name finds the site, and nothing else can rank, because nothing
      else has an address. Lifting it is the "SEO pre-rendering of stat and
      detail pages" item in ROADMAP_ANIPALATE.md. When that lands, this file
      should be GENERATED at build time from the same route list the router
      uses — a hand-maintained sitemap drifts the first week nobody edits it.

      No <lastmod>. Nothing in the build would keep one true, and a date that
      quietly stops moving is worse than no date: Google discounts a lastmod it
      learns to distrust, and the data-honesty rule that governs the trend
      lines applies to metadata about the site too. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://anipalate.com/</loc>
  </url>
</urlset>
