<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap of the five pages that always exist.

  CAT PAGES ARE NOT LISTED, AND THAT IS NOT AN OMISSION. `/cat/:id` appear as
  cats are mined - sixteen thousand addresses that do not exist at build time;
  listing them would promise the crawler pages that answer "no such cat".
  They are found through links from the collection and the feed, and each one
  serves its own tags.

  ONE HOST FOR ALL FIVE - the same one as in `canonical` and in `robots.txt`.
  The site also answers on technical `*.vercel.app` addresses; a map built on
  those would split one site into several.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://hashcats.fun/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://hashcats.fun/mine</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://hashcats.fun/collection</loc>
    <changefreq>hourly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hashcats.fun/hash</loc>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://hashcats.fun/docs</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
