<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the public routes. /login is deliberately absent: it is a door, not a
  document, and it has nothing on it worth landing on from a search result. It
  now also sends `noindex` (see LoginRoute in apps/web/src/App.tsx), so the two
  agree — leaving it out here while the page itself said `index, follow` was the
  site asking search engines for a page it had decided not to list.

  Everything behind a session is excluded here and in robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://warren.roulabs.com/</loc>
    <lastmod>2026-07-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://warren.roulabs.com/terms</loc>
    <lastmod>2026-07-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://warren.roulabs.com/privacy</loc>
    <lastmod>2026-07-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
