<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap — Jean Marc Toesca
  ⚠️  Remplacez "https://www.jeanmarctoesca.com" par votre vrai nom de domaine.
  ⚠️  Mettez à jour <lastmod> à chaque modification importante du site.

  Note : le site est une "single-page application" avec routage par #ancre
  (#home, #bio, #portfolio, #videos). Google n'indexe PAS les fragments
  d'URL (#...) comme des pages distinctes — il n'y a donc qu'une seule
  URL canonique à déclarer, avec ses variantes linguistiques.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <url>
    <loc>https://www.jeanmarc-toesca.com/</loc>
    <lastmod>2026-05-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>

    <!-- Versions linguistiques (équivalent des balises hreflang du HTML) -->
    <xhtml:link rel="alternate" hreflang="fr"        href="https://www.jeanmarc-toesca.com/" />
    <xhtml:link rel="alternate" hreflang="en"        href="https://www.jeanmarc-toesca.com/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.jeanmarc-toesca.com/" />

    <!-- Image principale (cover Open Graph) — aide Google Images -->
    <image:image>
      <image:loc>https://www.jeanmarc-toesca.com/assets/og-cover.jpg</image:loc>
      <image:title>Jean Marc Toesca — Portrait</image:title>
      <image:caption>Acteur, comédien et modèle photo</image:caption>
    </image:image>

    <!-- Image d'arrière-plan de la page d'accueil -->
    <image:image>
      <image:loc>https://www.jeanmarc-toesca.com/assets/home.jpg</image:loc>
      <image:title>Jean Marc Toesca</image:title>
    </image:image>
  </url>

  <!--
    Version EN dupliquée (avec hreflang croisés) — recommandé par Google
    pour les sites multilingues utilisant un paramètre d'URL.
  -->
  <url>
    <loc>https://www.jeanmarc-toesca.com/?lang=en</loc>
    <lastmod>2026-05-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>

    <xhtml:link rel="alternate" hreflang="fr"        href="https://www.jeanmarc-toesca.com/" />
    <xhtml:link rel="alternate" hreflang="en"        href="https://www.jeanmarc-toesca.com/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.jeanmarc-toesca.com/" />
  </url>

</urlset>
