<?xml version="1.0" encoding="UTF-8"?>
<!--
  2026-07-24 SEO: removed the changefreq and priority elements - Google ignores both.
  The lastmod value is maintained BY HAND = date of the last real content change. Do NOT
  auto-stamp it: this repo auto-commits data hourly and every push redeploys, so an auto
  date would churn hourly while the indexable content stood still, and Google discounts
  inaccurate lastmod. The loc value carries no trailing slash, matching the canonical
  that Next actually emits for this site.
  NB: element names are written bare here on purpose - angle brackets inside this comment
  break regex-based sitemap tooling even though conforming XML parsers ignore comments.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.tincburn.fyi</loc>
    <lastmod>2026-07-22</lastmod>
  </url>
</urlset>
