<?xml version="1.0" encoding="UTF-8"?>
<!--
  One indexable page today. Absolute URLs are required by the protocol, and they name the
  canonical host from every environment for the same reason index.html's <link rel="canonical">
  does — a crawler that reaches the staging copy is told where the real site is.

  ⚠️ NO <lastmod>, deliberately. It is optional in the sitemap protocol, and a hardcoded date
  in a file nobody remembers to touch is a claim that goes stale by construction — an
  inaccurate lastmod is worse than none, because consumers that trust it re-crawl on it.
  If this site ever grows a build step, emit it from the file's own mtime and add it then.

  When a page is added: add it here AND check it against robots.txt, because a URL listed in
  a sitemap and disallowed in robots.txt is a contradiction a crawler resolves by ignoring
  the sitemap entry.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://obiou.eu/</loc>
  </url>
</urlset>
