<?xml version="1.0" encoding="UTF-8"?>
<!--
  The indexable subset of PUBLIC_PATHS (src/routes/authRouteGateRedirect.ts).

  Deliberately omits /login, /signup, /signup-client, /signup-practitioner and /welcome: those are
  functional steps, not content, and listing them invites Google to index a form.

  No <lastmod>: every route is served the same client-rendered index.html, so there is no per-page
  modification date this file could state truthfully. A fabricated one is worse than none.

  /pricing is listed even though it currently redirects to / while VITE_BILLING_ENABLED=false
  (docs/pilot-deploy-checklist.md §1.2 step 4) — it is a real public route and the flag flips at
  launch. Drop this entry if that decision is reversed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://www.continuum.ac/</loc></url>
  <url><loc>https://www.continuum.ac/pricing</loc></url>
  <url><loc>https://www.continuum.ac/help</loc></url>
  <url><loc>https://www.continuum.ac/privacy</loc></url>
  <url><loc>https://www.continuum.ac/terms-practitioner</loc></url>
  <url><loc>https://www.continuum.ac/terms-client</loc></url>
</urlset>
