<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the front door is listed, and that is the complete honest answer.

  /f/<slug> URLs are per-form and unenumerable at build time — there is no
  build-time list of published forms, and on this deployment there is no backend
  to ask. Listing a URL pattern is not a thing sitemaps can do.

  /forms/* is deliberately absent: those routes carry X-Robots-Tag: noindex
  (see vercel.json), and advertising a URL you have asked not to be indexed is
  a contradiction a crawler resolves by trusting neither.

  If a backend ever lands, GENERATE this file from the published-form list and
  DELETE this static one — a static public/sitemap.xml shadows a generated one
  and silently freezes it. The tripwire in src/__tests__/discoverability.test.ts
  asserts the URL set here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://four-ems.vercel.app/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
