<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Page d'accueil principale -->
    <url>
        <loc>https://usenode.com/</loc>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Pages Produits: BOS -->
    <url>
        <loc>https://usenode.com/products/bos/overview</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://usenode.com/products/bos/perform</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://usenode.com/products/bos/modules</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://usenode.com/products/bos/business</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://usenode.com/products/bos/cases</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Pages Produits: Growth -->
    <url>
        <loc>https://usenode.com/products/growth/strategies</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://usenode.com/products/growth/mappingNum</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Pages Produits: Pulse -->
    <url>
        <loc>https://usenode.com/products/pulse/dashboards</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://usenode.com/products/pulse/reports</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <!-- Note : /products/pulse/integrations pointe vers le même composant que /integrations, inclus ci-dessous -->

    <!-- Pages Produits: Roam -->
    <url>
        <loc>https://usenode.com/products/roam/directory</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Page Intégrations -->
    <url>
        <loc>https://usenode.com/integrations</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Page Tarifs -->
    <url>
        <loc>https://usenode.com/pricing</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://usenode.com/pricing/simulator</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Page Documentation -->
    <url>
        <loc>https://usenode.com/docs</loc>
        <changefreq>weekly</changefreq> <!-- Docs peuvent changer plus souvent -->
        <priority>0.6</priority>
    </url>

    <!-- Page Node AI -->
    <url>
        <loc>https://usenode.com/node-ai</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Page Partenaires -->
    <url>
        <loc>https://usenode.com/partners</loc>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Page Blog -->
    <url>
        <loc>https://usenode.com/blog</loc>
        <changefreq>weekly</changefreq> <!-- Blog devrait être mis à jour régulièrement -->
        <priority>0.7</priority>
    </url>

    <!-- Page Demo -->
    <url>
        <loc>https://usenode.com/demo</loc>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Page Planifier une Démo / Meet Node -->
    <url>
        <loc>https://usenode.com/meet-node</loc>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Page Contact -->
    <url>
        <loc>https://usenode.com/contact</loc>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Page Mentions Légales -->
    <url>
        <loc>https://usenode.com/informations/mentions-legales</loc>
        <changefreq>yearly</changefreq>
        <priority>0.1</priority> <!-- Très basse priorité pour les pages légales -->
    </url>

    <!-- Page d'entrée Onboard (SelectPlan) -->
    <url>
        <loc>https://usenode.com/onboard</loc>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority> <!-- Moins prioritaire que le contenu principal -->
    </url>

    <!-- Page Event (Si c'est une page permanente listant les events) -->
    <!-- Si '/event' est pour UN événement spécifique, il vaut mieux l'exclure ou gérer dynamiquement -->
    <!-- Je l'inclus avec une priorité basse pour l'instant -->
    <url>
        <loc>https://usenode.com/event</loc>
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>

</urlset>