<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two public marketing pages belong here. Rooms are private and ephemeral, /login has
  nothing to index, and the API isn't a page at all.

  Absolute URLs, now that the app is served from a real domain (kerry.zone) instead of a random
  *.trycloudflare.com Quick Tunnel hostname — matches VITE_PUBLIC_ORIGIN in src/seo.ts, which
  drives the canonical/og:url tags. Change both together if the domain ever moves again.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kerry.zone/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kerry.zone/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
