<?xml version="1.0" encoding="UTF-8"?>
<!-- Only REAL documents are listed. Every course and lesson route on this site
     lives in the URL hash (#/courses/…), and crawlers do not treat a fragment
     as a distinct URL — listing them would add noise, not coverage. Making the
     course routes independently indexable requires real paths, which requires
     either a build step that emits one HTML file per lesson or Pages Functions
     doing server-side rendering. That trade is documented in
     SUB-DYNAMIC-SOLUTION.md §10. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://my-course-series.pages.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://my-course-series.pages.dev/pricing.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://my-course-series.pages.dev/s36/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
