<!-- ============================================================
     FOXUP — sitemap.xml
     Place ce fichier dans /public/sitemap.xml
     Google le trouvera à : https://foxelio.fr/sitemap.xml

     Mets à jour la date <lastmod> à chaque déploiement.
     ============================================================ -->

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Page principale -->
  <url>
    <loc>https://foxelio.fr/</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Sections (ancres) — Google les indexe aussi -->
  <url>
    <loc>https://foxelio.fr/#services</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://foxelio.fr/#articles</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://foxelio.fr/#portfolio</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://foxelio.fr/#contact</loc>
    <lastmod>2026-03-20</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
