<?xml version="1.0" encoding="UTF-8"?>
<!--
  counting-zeros.send-sats.com is a hash-routed single-page app: every route the app understands
  (#/countries, #/country/<slug>, #/map, ...) is a client-side-only URL fragment. The fragment is
  never sent in the HTTP request, so the server returns byte-identical index.html for "/",
  "/#/countries", and "/#/country/hungary" alike -- there is exactly one URL a crawler can fetch
  and receive server-distinguishable content from. Listing the ~193 country routes (or the other
  hash routes) here would fabricate URLs that a crawler would just collapse back to this same
  document (Google explicitly does not treat a URL fragment as a distinct page -- see
  https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics),
  so this sitemap intentionally lists only the one canonical entry point rather than 193 fake ones.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://counting-zeros.send-sats.com/</loc>
    <changefreq>monthly</changefreq>
  </url>
</urlset>
