<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public landing sitemap (LAND-08). Lists ONLY the single public apex landing URL —
  no tenant hosts, no reserved app/admin hosts, no PII (T-09.1-18). Static file so it
  is served by Rails' public middleware before host routing (no "Unknown tenant").
  The canonical host is the decided production brand domain (tanasuq.net); this is the
  sitemap's own canonical reference, NOT app markup — the no-host-literal CTA guard
  (T-09.1-14) governs redirect/CTA hrefs in the rendered page, not this static file.
  Kept deliberately minimal — one public page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tanasuq.net/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
