<?xml version="1.0" encoding="UTF-8"?>
<!--
    Updated: 2026-06-02 Europe/Zurich
    Architectural shift: all section URLs collapsed to anchors on a single home page.
    Sitemap now declares only the two canonical pages (FR root + EN root).
    Section anchors (#resume, #philosophy, #foundation, etc.) are part of the same
    canonical URL — Google handles fragments client-side.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- French (default, no prefix) -->
  <url>
    <loc>https://robertolepori.ch/</loc>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://robertolepori.ch/"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://robertolepori.ch/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://robertolepori.ch/"/>
    <lastmod>2026-06-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- English -->
  <url>
    <loc>https://robertolepori.ch/en/</loc>
    <xhtml:link rel="alternate" hreflang="fr"        href="https://robertolepori.ch/"/>
    <xhtml:link rel="alternate" hreflang="en"        href="https://robertolepori.ch/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://robertolepori.ch/"/>
    <lastmod>2026-06-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
