<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, because the site is one page.

  A sitemap this small buys nothing in ranking terms — Google says sites under ~500 pages
  with sound internal linking do not need one. It is here for two other reasons: it is the
  artifact Search Console asks for when you submit a property (and the report that then
  tells you whether the URL actually got indexed), and <lastmod> is the one honest recrawl
  signal a site with few inbound links can send about itself.

  Keep <lastmod> current when the page's CONTENT changes — new work, rewritten copy — and
  NOT on every deploy. In particular the weekly store-stats commit does not warrant a bump;
  a lastmod that lies on every automated touch is a signal Google learns to discount.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rowntree.dev/</loc>
    <lastmod>2026-07-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
