<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained ON PURPOSE. A generator was considered and rejected:
  publish-content.sh copies the tree with `cp -R` (no -p), so file mtimes are
  NOT preserved into the publish set — any generator reading mtimes would stamp
  every URL with the publish date, i.e. a uniformly false <lastmod>. Search
  engines discount sitemaps whose lastmod is untrustworthy, so four hand-checked
  dates beat four automated guesses.

  RULE for <lastmod>: it reflects the last change to the page's own served HTML.
  A page whose body hydrates from separately-updated JSON does not get a
  <lastmod> it cannot honour — it carries <changefreq> instead.

  "/" deliberately has NO <lastmod>: the tracker Lambda re-bakes index.html on
  every gauges.json write (once daily), so any value committed here is false within
  hours. Freshness for "/" is advertised by changefreq=daily and by /feed.xml's
  lastBuildDate, which the tracker maintains truthfully.

  NOT LISTED (intentionally): /error.html (noindex soft-404 template),
  /embed/index.html (noindex widget), /manifest.webmanifest, /sw.js and the
  /data/*.json endpoints — machine endpoints and non-indexable assets. They stay
  crawl-ALLOWED in robots.txt (a blocked manifest breaks PWA install and a
  blocked sw.js breaks the service worker) but out of the URL inventory.

  Special reports are unpublished (internal archive under content/special-reports/).
  Do not list those HTML pages here unless the owner republishes a dossier.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.butthurtmeter.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.butthurtmeter.com/science.html</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.butthurtmeter.com/history.html</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.butthurtmeter.com/podcast.html</loc>
    <lastmod>2026-09-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
