<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages a signed-out visitor can actually reach.

  Everything else in this app is behind authentication and would serve the login
  screen to a crawler under a different URL, which is duplicate content rather
  than coverage.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://masteredlearning.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://masteredlearning.com/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
