<?xml version="1.0" encoding="UTF-8"?>
<!--
  Pages fixes du site public. Les fiches de structures ne sont PAS ici : elles vivent dans
  sitemap-structures.xml, généré par le backend (voir sitemap.xml).

  Chaque URL déclare ses variantes de langue via xhtml:link, en miroir des balises <link
  rel="alternate" hreflang> posées par SeoService côté application.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <url>
        <loc>https://tpmsante.com/</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://tpmsante.com/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://tpmsante.com/en"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://tpmsante.com/"/>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <url>
        <loc>https://tpmsante.com/en</loc>
        <xhtml:link rel="alternate" hreflang="fr" href="https://tpmsante.com/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://tpmsante.com/en"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://tpmsante.com/"/>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://tpmsante.com/annuaire</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

</urlset>
