<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained on purpose. Generating this would mean adding @astrojs/sitemap
  (and its dependency tree) for three static URLs during a prelaunch window in
  which we are deliberately holding the dependency surface flat. Revisit if the
  page count ever stops fitting in a screenful.

  ADD EVERY NEW PAGE HERE. Nothing fails the build if you forget — the only
  symptom is a page that never gets discovered.

  URLs use the TRAILING-SLASH form because the build emits privacy/index.html
  and terms/index.html, and that is exactly what Base.astro stamps into
  <link rel="canonical">. A sitemap entry that disagrees with the page's own
  canonical is a self-inflicted duplicate-URL signal.

  /404.html is intentionally absent: it is an error page, it is served with a
  200 status by Vercel's filesystem handler, and it carries noindex.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.evolutionshq.com/</loc>
  </url>
  <url>
    <loc>https://www.evolutionshq.com/privacy/</loc>
  </url>
  <url>
    <loc>https://www.evolutionshq.com/terms/</loc>
  </url>
</urlset>
