<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <!-- Single-page app. Hash fragments (#reading, #spreads) are NOT separate
       indexable URLs — Google ignores everything after the '#', so listing
       them only diluted the sitemap. The home URL is the one canonical entry;
       per-language variants are declared via hreflang alternates. -->
  <url>
    <loc>https://circlestial.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://circlestial.com/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://circlestial.com/?lang=fr" />
    <xhtml:link rel="alternate" hreflang="es" href="https://circlestial.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://circlestial.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Legal pages (client-rendered; CloudFront SPA routing serves the app shell) -->
  <url>
    <loc>https://circlestial.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://circlestial.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
