<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four URLs, because four is genuinely all there is to crawl. Every other route
  is behind the auth gate and answers a redirect to /login.

  No <lastmod>: a hand-maintained date that stops being updated is worse than an
  absent one, because a crawler believes it. If this ever needs to be accurate
  it should be generated at build time rather than typed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://waystone.tools/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://waystone.tools/login</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://waystone.tools/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://waystone.tools/terms</loc>
    <priority>0.3</priority>
  </url>
</urlset>
