<?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">
  <!-- Only the landing page is server-rendered and crawlable. The app routes
       (/groups, /group/:id) are client-rendered, carry no indexable content,
       and are noindex — /group/:id is an access-token URL by design — so they
       are omitted. The two language variants are separate self-canonical URLs
       (the EN page canonicalizes to /, the FR page to /?lang=fr), so each gets
       its own <url> entry listing both alternates. -->
  <url>
    <loc>https://balans.cchampou.me/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://balans.cchampou.me/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://balans.cchampou.me/?lang=fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://balans.cchampou.me/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://balans.cchampou.me/?lang=fr</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://balans.cchampou.me/" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://balans.cchampou.me/?lang=fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://balans.cchampou.me/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
