<?xml version="1.0" encoding="UTF-8"?>
<!--
  a.clinic sitemap.

  DELIBERATELY SHORT. These are the only genuinely public, indexable pages the
  site has today. The funnel (/assessment, /checkout) is a flow rather than a
  destination, and everything else needs a session.

  NOT YET POSSIBLE, and the reason the SEO plan matters:
    • No hreflang. Slovak and Czech exist as ~4,000 lines of hand-written
      translation, but the language lives in localStorage rather than the URL,
      so there is no distinct URL per locale for Google to index. Until routing
      carries the locale (/sk/, /cs/), our best content is invisible to search.
    • No treatment or city pages. Those are the money keywords, and they need
      the locale routing first.

  Once locale routing lands, this file should be generated at build time from
  the route table rather than hand-maintained — a hand-written sitemap silently
  goes stale the first time someone adds a page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://a.clinic/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://a.clinic/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://a.clinic/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
