<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, because there is nothing to generate it from.

  The public route set is seven committed pages. Everything else under
  src/routes is /place/$id and its children, and a place exists only in the
  browser of the person who mapped it — there is no server-side index of
  properties to enumerate — so a build script would read no input and emit this
  same constant. A generator that cannot disagree with its source is a deploy
  step that buys nothing. If a seventh public page is ever added, this file is
  edited in the same commit; scripts/fleet-probe.mjs already fetches the
  surfaces it cares about and would catch the drift.

  /guide, /library and /catalog-health were missing from this file for as long
  as they existed. All three were in the masthead and in the route directory, so
  a reader could reach them and a crawler could not be told they were there. The
  cause was the same one that made a fresh `npm run typecheck` fail: the
  committed route tree was stale, and the pages only worked because a build
  regenerated it first. Both are fixed, and `npm run check:routes` now fails CI
  if the tree drifts again.

  lastmod is the day each page's own source last changed, not the day this file
  was written. /method reports the reference layer rather than prose of its
  own, so its date is the carrier's oldest source review — the same date
  /api/health reports as catalogDate.

  The /api routes are machine surfaces with no reader-facing page and are
  disallowed in robots.txt, so they are not listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://outsideactually.dramaroom.blog/</loc>
    <lastmod>2026-09-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://outsideactually.dramaroom.blog/start</loc>
    <lastmod>2026-09-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://outsideactually.dramaroom.blog/library</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.85</priority>
  </url>
  <url>
    <loc>https://outsideactually.dramaroom.blog/guide</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.85</priority>
  </url>
  <url>
    <loc>https://outsideactually.dramaroom.blog/find</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://outsideactually.dramaroom.blog/catalog-health</loc>
    <lastmod>2026-09-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://outsideactually.dramaroom.blog/method</loc>
    <lastmod>2026-09-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
