<?xml version="1.0" encoding="UTF-8"?>
<!--
  The two URLs a signed-out visitor can actually reach. Everything else in the
  app redirects to "/" client-side, so listing it would ask the crawler to keep
  fetching duplicates of the landing page and would imply the app is open when
  it is invite-only.

  Static on purpose. There are two public routes and there is no plan for a
  third, so a generator would be more machinery than the file it produces.
  If a public route is ever added, add it here and drop its Disallow from
  robots.txt in the same change.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.kachii.app/</loc>
    <lastmod>2026-09-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- The free show report: no account, nothing uploaded. This is the front
         door strangers are meant to land on, so it is not a secondary page. -->
    <loc>https://www.kachii.app/show-report</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
