<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only.

  SOURCE OF TRUTH is the router in src/App.tsx — this file is checked against it by
  `npm run guard:sitemap`, which runs inside `npm run check`. Add a public route
  there and the guard FAILS until it is either listed here or explicitly excluded
  with a reason in scripts/sitemap-guard.cjs. That is deliberate: a sitemap that
  silently rots is worse than none, because Google keeps trusting it.

  No <lastmod>: an inaccurate one is ignored by Google and a fabricated one is a
  lie about content that did not change. No <changefreq>/<priority> — Google has
  stated it does not use them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://tracktd.app/</loc></url>
  <url><loc>https://tracktd.app/pricing</loc></url>
  <url><loc>https://tracktd.app/support</loc></url>
  <url><loc>https://tracktd.app/terms</loc></url>
  <url><loc>https://tracktd.app/privacy</loc></url>
  <url><loc>https://tracktd.app/refund</loc></url>
</urlset>
