<?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">

    <!-- 
        Portfolio Single Page - Auto-detection FR/EN via navigator.language
        Note: Fragment URLs (#section) are not indexed by search engines, so we only include the main page.
        The hreflang signals that content is available in both languages via JS detection.
    -->
    <url>
        <loc>https://www.sylvain-debrigode.fr/</loc>
        <lastmod>2026-02-02</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
        <!-- Both FR and EN content served from same URL via JS language detection -->
        <xhtml:link rel="alternate" hreflang="fr" href="https://www.sylvain-debrigode.fr/"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://www.sylvain-debrigode.fr/"/>
        <xhtml:link rel="alternate" hreflang="x-default" href="https://www.sylvain-debrigode.fr/"/>
    </url>

</urlset>