<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only. Auth-gated routes (/amps, /tokens,
  /purchase/success) and the thin auth pages (/login, /register,
  /forgot-password, /reset-password) are excluded by design — they carry a
  `noindex` robots tag from src/seo/siteMeta.ts. Note that robots.txt
  deliberately does NOT `Disallow` them: a blocked URL can never be fetched,
  so the `noindex` tag would never be read. See public/robots.txt.

  URLs here are the canonical spelling — lowercase, no trailing slash — which
  is what `canonicalPath()` in src/seo/siteMeta.ts collapses variants onto.

  `lastmod`, `changefreq` and `priority` are deliberately omitted: Google
  ignores the latter two outright, and an inaccurate `lastmod` is treated as
  a trust signal to discount rather than useful information. Add `lastmod`
  only if it can be generated from real content-change dates at build time.

  Keep in sync with the route table in src/router/index.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://reamp.io/</loc>
  </url>
  <url>
    <loc>https://reamp.io/about</loc>
  </url>
  <url>
    <loc>https://reamp.io/terms</loc>
  </url>
  <url>
    <loc>https://reamp.io/privacy</loc>
  </url>
</urlset>
