<?xml version="1.0" encoding="UTF-8"?>
<!--
  Redastral IA — sitemap des pages PUBLIQUES uniquement.
  Domaine marketing = redastral.fr (servi par le serveur demo, LANDING_DOMAIN=redastral.fr).
  L'application authentifiée (/app/**) et les pages de flux compte (activation, reset)
  sont exclues ici ET dans robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <url>
    <loc>https://redastral.fr/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://redastral.fr/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!--
    Pages d'intention. Une entrée par route déclarée dans app.routes.ts (générées depuis
    landing-topics.data.ts) : ce fichier étant statique, TOUTE nouvelle page d'intention
    doit être ajoutée ici, sinon elle reste invisible pour les moteurs. La spec
    frontend/cypress/e2e/landing/landing-topics.cy.ts vérifie cette correspondance.
  -->
  <url>
    <loc>https://redastral.fr/reponse-appel-offres-ia</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://redastral.fr/ia-btp-ingenierie</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://redastral.fr/ia-juridique</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://redastral.fr/ia-word</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://redastral.fr/legal-notice</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://redastral.fr/terms-of-service</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://redastral.fr/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://redastral.fr/data-processing-agreement</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
