<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two genuinely public, crawlable pages. Everything else in this app is either
  behind a login or a capability URL (/share/<token>), and neither belongs in a sitemap.

  The absolute URLs below hard-code the deployment origin, which a sitemap has to do.
  If the app moves to a real domain, this file and public/robots.txt both need updating
  alongside src/sharing/shareOrigin.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://famcal-9rg.pages.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://famcal-9rg.pages.dev/landing.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
