<?xml version="1.0" encoding="UTF-8"?>
<!--
    SITEMAP XML — Plan du site pour les moteurs de recherche
    Mets a jour les dates <lastmod> a chaque modification
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <!-- Page principale (portfolio) — version francaise -->
    <url>
        <loc>https://mohamed-marouane.fr/</loc>
        <lastmod>2025-02-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
        <!-- Lien hreflang vers la version anglaise -->
        <xhtml:link rel="alternate" hreflang="fr" href="https://mohamed-marouane.fr/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://mohamed-marouane.fr/?lang=en" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://mohamed-marouane.fr/" />
    </url>

    <!-- Page principale — version anglaise -->
    <url>
        <loc>https://mohamed-marouane.fr/?lang=en</loc>
        <lastmod>2025-02-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
        <xhtml:link rel="alternate" hreflang="fr" href="https://mohamed-marouane.fr/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://mohamed-marouane.fr/?lang=en" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://mohamed-marouane.fr/" />
    </url>

    <!-- Projet Blog -->
    <url>
        <loc>https://mohamed-marouane.fr/asset/projets/blog</loc>
        <lastmod>2025-02-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Projet Maps -->
    <url>
        <loc>https://mohamed-marouane.fr/asset/projets/map</loc>
        <lastmod>2026-02-13</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>