<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two documents, two URLs — and nothing else. The in-page anchors (#services,
  #snowflake, #approche, #dorafi on the home page, #equipe and #valeurs on the
  about page) are not separate documents and do not belong here. The about
  page has no trailing slash because vercel.json sets cleanUrls with
  trailingSlash false, so /a-propos is the single URL it is served at — which
  is also what its <link rel="canonical"> says.

  Dorafi has its own sitemap on its own domain (dorafi/admin/public/sitemap.xml)
  — this project must never list it. scripts/tests/test-seo.js pins both halves
  of that: this file lists exactly the pages committed here, and every URL is
  on logafi.com.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://logafi.com/</loc></url>
  <url><loc>https://logafi.com/a-propos</loc></url>
</urlset>
