<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: the site is a small SPA with a fixed route table, so a build-time
  generator would be more machinery than the six URLs justify. Add an entry here when
  a route is added to src/App.tsx.

  URLs use the www host because that is the canonical one (the apex 301s to it).
  No <lastmod>: a static file cannot keep it honest, and a stale date is worse than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.roundrobinbot.eu/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.roundrobinbot.eu/security</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.roundrobinbot.eu/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.roundrobinbot.eu/terms-of-service</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.roundrobinbot.eu/cookie-policy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.roundrobinbot.eu/dpa</loc>
    <priority>0.3</priority>
  </url>
</urlset>
