<?xml version="1.0" encoding="UTF-8"?>
<!--
  Technas — sitemap statique pour les pages localisées EN + FR.

  5 routes × 2 langues = 10 URLs. Chaque entrée déclare ses variantes
  via xhtml:link rel="alternate" hreflang pour que Google sache servir
  la bonne langue selon le visiteur.

  ⚠️ Ce fichier est statique : toute nouvelle route sous app/[locale]/
  doit être ajoutée ici à la main, en FR *et* en EN. Les pages les plus
  riches en entités (realisations, portfolio) sont justement celles
  qu'on oublie — elles portent les produits et le fondateur.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Accueil -->
  <url>
    <loc>https://technas.fr/en</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://technas.fr/en"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://technas.fr/fr</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://technas.fr/en"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Réalisations — cas clients (porte les produits) -->
  <url>
    <loc>https://technas.fr/en/realisations</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/realisations"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/realisations"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://technas.fr/en/realisations"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://technas.fr/fr/realisations</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/realisations"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/realisations"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://technas.fr/en/realisations"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Portfolio fondateur — porte le nœud Person du graphe d'entités -->
  <url>
    <loc>https://technas.fr/en/portfolio</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/portfolio"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/portfolio"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://technas.fr/en/portfolio"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://technas.fr/fr/portfolio</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/portfolio"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/portfolio"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://technas.fr/en/portfolio"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Privacy -->
  <url>
    <loc>https://technas.fr/en/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/privacy"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://technas.fr/fr/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/privacy"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Cookies -->
  <url>
    <loc>https://technas.fr/en/cookies</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/cookies"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/cookies"/>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://technas.fr/fr/cookies</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://technas.fr/en/cookies"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://technas.fr/fr/cookies"/>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
