<?xml version="1.0" encoding="UTF-8"?>
<!--
  Minimal, honest sitemap for the QLearn app shell. Only the indexable
  entry surface is listed — the root (which serves the login/landing for
  anonymous visitors) and the public daily-ABSITE acquisition page; every
  authed/app-internal route emits noindex at runtime and is intentionally
  omitted. The daily page's changefreq claims daily: keep it honest by pairing
  the flip with the rotation decision in Qlearn-UI issue #312, or soften both
  the wording and this value together. Serving this real file replaces
  the former soft-200 where /sitemap.xml returned the SPA index.html.
  The SEO content surface is medlearnity.com/qlearn/ (separate repo).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://qlearn.medlearnity.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://qlearn.medlearnity.com/daily-absite-question</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
