<?xml version="1.0" encoding="UTF-8"?>
<!--
  hugr has two real documents: the English page and the French one. Everything
  else (/privacy, /support, /waitlist, /card) is a route inside them, served
  from the same file, so listing those as separate URLs would only tell search
  engines the same page exists several times. They are deliberately not here.
  The hreflang pair below is what tells Google the two documents are one site
  in two languages.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://byhugr.io/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://byhugr.io/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://byhugr.io/fr/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://byhugr.io/"/>
    <lastmod>2026-09-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://byhugr.io/fr/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://byhugr.io/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://byhugr.io/fr/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://byhugr.io/"/>
    <lastmod>2026-09-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

</urlset>
