<?xml version="1.0" encoding="UTF-8"?>
<!-- Canonical URLs (no trailing slash, no .html) — matches the cdn-kizuna
     CloudFront canonicalization. Marketing pages only; app/auth routes are
     excluded (also Disallow'd in robots.txt). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kizuna.host/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kizuna.host/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://kizuna.host/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <!-- /privacy, /refunds, /contact, /guidelines and /host-terms are hosted and
       routable but deliberately NOT listed yet: five of the six documents still
       print an unset "[● — set on publication]" effective date, and none has
       been filed in the policies repo's published/ archive. Each screen carries
       a meta-robots noindex for the same reason (a Disallow would hide the
       directive instead of delivering it). Add the five url entries back and
       drop the five noindex tags in the same commit that publishes the
       documents — __tests__/public/seo.test.ts locks the pair, so a half-done
       flip fails CI rather than shipping. /terms is listed because it is the
       one document with a real effective date. -->
</urlset>
