<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every page this site has. Two, and both are linked from each other, so this
  file discovers nothing a crawler would not find on its own — what it is for is
  Search Console, which wants a submitted sitemap before it will tell us which
  of the two is indexed and what it was matched against.

  Static, with absolute URLs on the canonical host, for the reason
  `ChatKiwiWeb.Seo` gives: chatkiwi.app is a fact about the product, not about
  the machine answering, so a staging deploy serving this file is naming
  production on purpose.

  No <lastmod>, and no <changefreq> or <priority> either. Google ignores the
  last two outright, and the first is worse than absent when it is wrong — a
  date hand-maintained beside a template is a date that stops being true on the
  first commit that forgets it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://chatkiwi.app/</loc>
  </url>
  <url>
    <loc>https://chatkiwi.app/privacy</loc>
  </url>
</urlset>
