<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages a stranger can actually read. The signed-in surfaces are in
  robots.txt as Disallow, because indexing them would list an empty shell of
  the app under the same terms as the pages that explain it.

  Hand-maintained: three URLs that change when the product does, not with every
  deploy. Generating this from PAGE_PATHS would be worse, since most of those
  routes must never appear here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://jugnualerts.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://jugnualerts.com/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://jugnualerts.com/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
