<?xml version="1.0" encoding="UTF-8"?>
<!-- The public routes, by hand: the site is a SPA whose router serves
     index.html for every path, so without this file (and robots.txt beside
     it) a crawler sees an infinite soft-404. Add a row when a public route
     is added in App.tsx — there is no build step generating this.

     No auth pages (/login, /signup, password reset): the SPA shell is the
     only HTML a crawler gets for them, so they index and unfurl as the
     homepage (audit SEO-05). tests/test_copy_leftovers.py pins this. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.compscache.com/</loc>
  </url>
  <url>
    <loc>https://www.compscache.com/contact</loc>
  </url>
  <url>
    <loc>https://www.compscache.com/terms</loc>
  </url>
  <url>
    <loc>https://www.compscache.com/privacy</loc>
  </url>
  <url>
    <loc>https://www.compscache.com/tools/ltv-calculator/</loc>
  </url>
</urlset>
