<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static top-level routes only. This is a HashRouter SPA (required for
  static hosting on Dreamhost with no server-side rewrites), so per-show
  detail pages (/#/shows/<slug>) are not reliably crawlable/indexable and
  are intentionally omitted. See the "BrowserRouter + Dreamhost rewrite
  rules" note in the review remediation plan for the longer-term fix.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kingwitchmother.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kingwitchmother.com/#/shows</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://kingwitchmother.com/#/gallery</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://kingwitchmother.com/#/downloads</loc>
    <priority>0.3</priority>
  </url>
</urlset>
