<?xml version="1.0" encoding="UTF-8"?>
<!-- Four public pages. 404.html is deliberately absent: an error page must
     never be advertised as content.

     URLs are the APEX, matching the rel="canonical" on each page. Both
     towerpunk.com and www.towerpunk.com serve a full 200 with no redirect, so
     the canonical host has to be asserted consistently or Google splits the
     ranking signal across two addresses (it had already picked www).

     ⚠ NO <lastmod>, deliberately. Google ignores lastmod it finds unreliable,
     and a hand-maintained date on a site with no build step goes stale the
     first time someone forgets. An absent signal beats a false one. If accurate
     dates ever become worth it, generate them from git rather than typing them.

     Adding a page: add it to SITE.nav in js/site.js, create public/NAME.html,
     and add a <url> block here. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://towerpunk.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://towerpunk.com/audio</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://towerpunk.com/media</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://towerpunk.com/timeline</loc>
  </url>
</urlset>
