<?xml version="1.0" encoding="UTF-8"?>
<!--
  One page, one entry, and that is correct rather than unfinished.

  The site is a single document. About, Services, Clients, Work and Contact are
  sections of it reached by #anchors, and a sitemap must not list those: search
  engines discard the fragment, so five entries would collapse to five copies of
  the same URL and the file would be describing duplicate content.

  The URL is the canonical one in index.html. It must stay the www host on
  https, because a sitemap listing a URL that redirects is a wasted entry, and
  a sitemap may only list URLs on the host that serves it. On the test domain
  this file is therefore cross-host and will be ignored, which is harmless and
  intended: the test host also sends X-Robots-Tag noindex.

  lastmod is the date the page content last changed. Keep it honest. A file that
  claims a fresh date on every deploy is one crawlers learn to stop trusting.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.franckamoros.net/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
