<?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"
    xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
    xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
    xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
    xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">

    <!-- Homepage - Highest Priority -->
    <url>
        <loc>https://ma-nadeau.com/</loc>
        <lastmod>2025-11-17</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Resume/CV Page -->
    <url>
        <loc>https://ma-nadeau.com/cv</loc>
        <lastmod>2025-11-17</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Projects Page -->
    <url>
        <loc>https://ma-nadeau.com/projects</loc>
        <lastmod>2025-11-17</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Interests Page -->
    <url>
        <loc>https://ma-nadeau.com/interests</loc>
        <lastmod>2025-11-17</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Contact Page -->
    <url>
        <loc>https://ma-nadeau.com/contact</loc>
        <lastmod>2025-11-17</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>


</urlset>