<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three URLs, and that is the honest total.

  The site navigates by hash fragment (#about, #projects), and a crawler treats
  everything after the # as the same document, so the whole single-page app is
  one indexable URL no matter how many views it has. Listing #about here would
  not add a page, it would just repeat the home page under a second name.

  The two CV pages are different: they are real files at real paths, so they are
  genuinely separate documents and belong here.

  The CV PDFs are deliberately absent. They are reachable and not blocked, but
  submitting them invites a search engine to serve the PDF instead of the page
  around it, and that is a choice worth making on purpose rather than by default.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://soufien.lu/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://soufien.lu/cv/cv-en.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://soufien.lu/cv/cv-fr.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
