<?xml version="1.0" encoding="UTF-8"?>
<!--
    Sitemap public de Thyrak.

    Règle : une seule entrée par URL canonique réellement servie et indexable.
    - / est exclu : sa canonical est https://thyrak.com/landing (vitrine unique).
    - /login et /register sont exclus : modales de la vitrine, contenu dupliqué.
    - lastmod, changefreq et priority sont volontairement absents : aucune date
      de dernière modification fiable n'est disponible, et Google ignore
      changefreq/priority (docs officielles Search Central).
    - hreflang se limite à fr et x-default, tous deux égaux à la canonical :
      aucune version anglaise distincte n'est servie (le serveur rend le même
      HTML octet pour octet pour ?lang=en).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <url>
        <loc>https://thyrak.com/landing</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://thyrak.com/landing"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://thyrak.com/landing"/>
    </url>
    <url>
        <loc>https://thyrak.com/about</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://thyrak.com/about"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://thyrak.com/about"/>
    </url>
    <url>
        <loc>https://thyrak.com/contact</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://thyrak.com/contact"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://thyrak.com/contact"/>
    </url>
    <url>
        <loc>https://thyrak.com/changelog</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://thyrak.com/changelog"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://thyrak.com/changelog"/>
    </url>
    <url>
        <loc>https://thyrak.com/terms</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://thyrak.com/terms"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://thyrak.com/terms"/>
    </url>
    <url>
        <loc>https://thyrak.com/privacy</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://thyrak.com/privacy"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://thyrak.com/privacy"/>
    </url>
    <url>
        <loc>https://thyrak.com/legal</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://thyrak.com/legal"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://thyrak.com/legal"/>
    </url>
</urlset>
