<?xml version="1.0" encoding="UTF-8"?>
<!-- ONE URL, and that is not an oversight. The four routes are fragments of a
     single document (`/#products`), and a fragment is not a URL a crawler
     indexes separately. Making them independently indexable means serving them
     as real paths, which means the page writing PATHS into history — and that
     cannot be done unconditionally, because the same file is opened from a
     file:// checkout and from a published artifact whose own path would be read
     as a route. See DEPLOY.md, "If you want /products indexed on its own". -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://genr8.cc/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
