<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. Only routes in src/App.tsx that render something useful to a
  signed-out visitor belong here; everything else is behind ProtectedRoute or is
  a one-time token landing page, and is disallowed in public/robots.txt.

  Deliberately carries no <changefreq> or <priority>: Google ignores both
  outright. No <lastmod> either, because a hand-edited date that stops being
  updated is worse than none at all — Google discounts a lastmod it finds
  unreliable, and there is no build step here generating a real one.

  Keep in step with public/robots.txt and src/App.tsx when a public route is
  added or removed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cohortdrive.com/</loc>
  </url>
  <url>
    <loc>https://cohortdrive.com/login</loc>
  </url>
  <url>
    <loc>https://cohortdrive.com/register</loc>
  </url>
  <url>
    <loc>https://cohortdrive.com/parental-consent/help</loc>
  </url>
</urlset>
