<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for asyoube (https://asyoube.me).

  Only the root landing route is listed: it is the single URL that returns
  crawlable HTML content (the <noscript> product pitch in web/index.html).
  Every other route is an authenticated SPA view rendered to <canvas> with no
  server-rendered text, and each declares a canonical URL of
  https://asyoube.me/ — listing them would only advertise duplicate, contentless
  pages. See docs/web-seo-crawlability.md for the decision on learning-content
  deep links.

  Only <loc> is emitted. The three optional hints are all deliberately omitted
  for the same reason: none of them is a claim this repo can actually back up.
  <lastmod> would be a frozen date nothing in CI updates, so it would only rot;
  <priority> is relative between URLs and therefore a no-op on a single-URL
  sitemap; <changefreq> would assert a fixed weekly cadence when the page in
  fact changes only when we deploy. Google ignores <changefreq> and <priority>
  outright, so emitting them would add unverifiable noise and no benefit.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://asyoube.me/</loc>
  </url>
</urlset>
