<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public surface is the landing page and the course catalogue. Everything
  else is behind auth, disallowed in robots.txt and noindex'd at runtime.

  Individual /courses/:id pages are public and crawlable — reachable from the
  catalogue below — but they are not listed here: this is a static file and the
  set of published courses changes without a deploy. Generating it from the
  database is the right fix if organic search on individual courses ever
  matters.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://leapacademyps.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://leapacademyps.com/courses</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
