<?xml version="1.0" encoding="UTF-8"?>
<!--
  STATIC BY DESIGN (2026-08-03, FT-235). This file replaced `src/app/sitemap.ts`.
  The Next.js metadata route was served through @netlify/plugin-nextjs as a
  function response: it carried RSC content-negotiation headers
  (`vary: rsc, next-router-state-tree, ...`), no etag, and sat in a Netlify edge
  object with a ~349-day TTL that a normal production deploy did not invalidate
  (verified live: age 15.8d == the last deploy, cache-status hit, ttl 30173202).
  Google Search Console reported "Sitemap could not be read" against it.
  A file in public/ serves from the deploy's immutable asset store instead:
  plain bytes, etag, no vary, atomically replaced on every deploy.

  ⚠ Next.js hard-errors on a public/ file that collides with a metadata route,
  so `src/app/sitemap.ts` MUST stay deleted. Do not re-add it.

  MAINTENANCE — this list is hand-maintained; `src/__tests__/sitemap.test.ts`
  parses THIS FILE and fails if the route set drifts. Route rules carried over
  from the deleted sitemap.ts:
  - All seven core routes are listed explicitly. They used to be derived from
    `FIXED_PAGE_ROUTES` (tokens.ts); round 4 (2026-07-16) emptied that map, so
    deriving from it would silently drop artists/radio/contact.
  - '/venue' is deliberately absent: it 301s to '/' (next.config.ts redirects()).
  - '/flyer/[slug]' share pages are deliberately absent: user-shared deep links,
    not core routes, with no crawl-worthy canonical list to enumerate.
  - '/lineups-scroll' is deliberately absent: noindex, not a core route.
  - '/tax-guidelines' added 2026-07-18 (GA/SEO round): public and indexable.

  No <lastmod>: a static file cannot keep it honest, and Google discounts a
  stale lastmod while treating its absence as neutral. <changefreq> and
  <priority> are omitted for the same reason — Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://rumu.club/</loc></url>
  <url><loc>https://rumu.club/lineups</loc></url>
  <url><loc>https://rumu.club/tickets</loc></url>
  <url><loc>https://rumu.club/radio</loc></url>
  <url><loc>https://rumu.club/contact</loc></url>
  <url><loc>https://rumu.club/artists</loc></url>
  <url><loc>https://rumu.club/tax-guidelines</loc></url>
</urlset>
