<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static entry points. Course and school pages are reached by crawling the catalog, which links to
  every published course. Replace YOURDOMAIN with the SPA domain before launch (GR-21).
  A generated sitemap listing every course URL is the follow-up once volume justifies it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://YOURDOMAIN/catalog</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
