<?xml version="1.0" encoding="UTF-8"?>
<!--
  Minimal, honest sitemap for the QLearn app shell. Only the indexable
  entry surface (the root, which serves the login/landing for anonymous
  visitors) is listed; every authed/app-internal route emits noindex at
  runtime and is intentionally omitted. 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>
</urlset>
