<?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">
  
  <!-- Page d'accueil -->
  <url>
    <loc>{{ request.url_root }}</loc>
    <lastmod>2025-05-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="fr" href="{{ request.url_root }}?lang=fr"/>
    <xhtml:link rel="alternate" hreflang="en" href="{{ request.url_root }}?lang=en"/>
    <xhtml:link rel="alternate" hreflang="de" href="{{ request.url_root }}?lang=de"/>
    <xhtml:link rel="alternate" hreflang="it" href="{{ request.url_root }}?lang=it"/>
  </url>
  
  <!-- Page de connexion -->
  <url>
    <loc>{{ request.url_root }}login</loc>
    <lastmod>2025-05-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Page d'inscription -->
  <url>
    <loc>{{ request.url_root }}register</loc>
    <lastmod>2025-05-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Politique de confidentialité -->
  <url>
    <loc>{{ request.url_root }}gdpr/privacy-policy</loc>
    <lastmod>2025-05-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- Conditions d'utilisation -->
  <url>
    <loc>{{ request.url_root }}gdpr/terms-of-service</loc>
    <lastmod>2025-05-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
</urlset>