<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, because the site is a single prerendered page and a
  generator would be more moving parts than the thing it generates. If a second
  route is ever added under `website/pages/`, add it here in the same commit —
  `website/tests/agent-readiness-test.sh` fails when a page exists that this
  file does not list.

  Only real, fetchable URLs belong here. Fragment links (#services) are part of
  the homepage document, not separate resources, so they are listed in
  llms.txt but deliberately not here: a sitemap entry that 200s to the same
  document teaches a crawler that four pages exist when one does.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rehashly.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
