<?xml version="1.0" encoding="UTF-8"?>
<!--
  Libre.academy sitemap.
  Currently lists the homepage + the major in-app routes (which
  share the same URL but accept query-string deep links).
  Per-course / per-lesson entries should be generated by a build
  script (TODO) once the catalog ships with stable public ids;
  for now Google's crawler can follow JS links from the homepage
  to reach those.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://libre.academy/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://libre.academy/?view=library</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://libre.academy/?view=discover</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://libre.academy/?view=tracks</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://libre.academy/?view=sandbox</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
