<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only /login and /register are public + indexable (see robots.txt and
  useDocumentMetadata's noindex-by-default). Everything else in this app
  requires auth and is intentionally excluded — a sitemap listing pages
  Google can't actually crawl (because they redirect to /login) does
  more harm than good in Search Console.

  Replace REPLACE-WITH-YOUR-DOMAIN below with your real production
  domain before submitting this to Google Search Console. If you set
  VITE_SITE_URL at build time, keep this file in sync with it manually —
  it's static and isn't generated from that env var.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE-WITH-YOUR-DOMAIN/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE-WITH-YOUR-DOMAIN/register</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
