<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage: the SEO-valuable prerendered route. -->
  <url>
    <loc>https://cliniqal.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!--
    /booking is prerendered too (for shareable OG previews), but a bare /booking has no clinic
    context (it needs a ?c=<slug> param) and renders an "invalid link" shell — so it is intentionally
    omitted from the sitemap to avoid indexing an empty page. Add it back if a generic landing is wanted.
  -->
  <!-- Public help docs (static): user guide + FAQ. -->
  <url>
    <loc>https://cliniqal.app/guide/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://cliniqal.app/guide/faq.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
