<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every page this SPA has that a signed-out visitor can read. It is three, and
  that is the honest number: the rest of the app is behind an account, so it is
  not content Google can have.

  /welcome is deliberately absent. It is the same page as / (the middleware
  sends a signed-out visitor there) and both carry a canonical pointing at /,
  so listing both would offer Google one page under two URLs.

  No lastmod: this file is written by hand, and a date nobody maintains is
  worse than no date, because a crawler trusts it and stops coming back.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://halfrope.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://halfrope.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://halfrope.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
