<?xml version="1.0" encoding="UTF-8"?>
<!--
  Swervle publishes ONE indexable page: the homepage, which always serves today's
  map. /daily/<date> pages are deliberately `noindex, follow` (owner decision,
  2026-07-24) so the site has a single search result instead of one per day, and
  they are therefore absent here — a sitemap must never advertise a noindex URL.

  This is why the sitemap is a static file rather than generated from D1: with the
  daily archive excluded there is nothing left to enumerate.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://swervle.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
