<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages worth submitting to a search engine.

  Hand-written rather than generated, because this app has no server and a
  handful of static routes; `src/meta.test.ts` is what keeps it honest, comparing
  this file against the route table in `src/meta.ts` so a new page cannot be
  added without either appearing here or being marked `noindex` on purpose.

  Absent by design: /about, which is unfinished and `UNLISTED`, and the three
  /mailing-list paths, which are about the address in their query string and say
  nothing to anybody else. Both carry a `noindex` at runtime as well — this file
  is a suggestion, that is an instruction.

  No <lastmod>, <changefreq> or <priority>. Google ignores the last two outright
  and ignores a <lastmod> it does not trust, and a date hand-typed here would be
  wrong the first time somebody edits a page without remembering to touch this
  file. Better to claim nothing than to claim something stale.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://pennsoulvanians.com/</loc></url>
  <url><loc>https://pennsoulvanians.com/listen</loc></url>
  <url><loc>https://pennsoulvanians.com/watch</loc></url>
  <url><loc>https://pennsoulvanians.com/shows</loc></url>
  <url><loc>https://pennsoulvanians.com/contact</loc></url>
</urlset>
