<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only URLs that actually resolve belong here. Unknown paths return a real
  Vercel 404 (not an SPA fallback), so listing anything speculative would
  submit a broken URL. Today the site is a single route.

  Grows when the static methodology page in docs/specs/SEO-AEO.md §3 Option E
  lands. Referenced from web/robots.txt.

  Deliberately no <lastmod>, <changefreq> or <priority>. Nothing regenerates
  this file, so a hardcoded lastmod would be a date that stops being true on
  the next deploy, and Google discounts lastmod from sites where it does not
  track real change. changefreq and priority are ignored outright. On a
  one-URL sitemap they buy nothing and cost accuracy. Add lastmod only if the
  build starts emitting it from a real deploy timestamp.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://migrate.lakesail.com/</loc>
  </url>
</urlset>
