<?xml version="1.0" encoding="UTF-8"?>
<!--
  The real routes. /about is deliberately absent: it is a <Navigate>
  redirect to /how-it-works, and listing a URL that 301s to another listed URL
  is a duplicate, not a page. The catch-all 404 route is absent for the same
  reason.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.cheaperstreamer.com/</loc>
    <priority>1.0</priority>
  </url>
  <!--
    /cut is an Easter egg in the FOOTER -- an unlabelled scissors -- but it is
    a real page with real use, so it is indexed. The egg is the way in, not a
    wish to be unfindable: someone searching for how to cancel a service is
    exactly who it helps.
  -->
  <url>
    <loc>https://www.cheaperstreamer.com/cut</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.cheaperstreamer.com/how-it-works</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.cheaperstreamer.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.cheaperstreamer.com/terms</loc>
    <priority>0.3</priority>
  </url>
</urlset>
