<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every indexable route, on the canonical origin.

  This exists because of what is at the OTHER domain. temporalradio.app is
  still served by the old host, and that copy declares itself canonical AND
  ships a sitemap — so as of 2026-07-26 the stale duplicate was better set up
  to be indexed than the real application. This file is the half of that
  imbalance the repository can fix; the other half is a 301 from .app, which
  lives in DNS and hosting.

  `sitemap.test.ts` fails if a route is added to App.tsx and not to this file,
  or if any URL here drifts off the canonical origin.

  NO <priority>, AND <lastmod> INSTEAD.

  `priority` was on all four entries and it does nothing: Google has said
  publicly for years that it ignores the field, and there is no crawler known to
  honour it. A number that looks like an instruction and is not one is worse
  than no number, because it invites someone to tune it.

  `lastmod` IS read, and it is the only field here that carries information a
  crawler cannot get more cheaply another way. The dates below are the dates the
  documents at those URLs last changed — the legal pages carry the same date
  they print on themselves, and `seo.test.ts` fails if the two disagree.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://temporalradio.com/</loc><lastmod>2026-07-27</lastmod><changefreq>weekly</changefreq></url>
  <url><loc>https://temporalradio.com/privacy</loc><lastmod>2026-07-24</lastmod><changefreq>yearly</changefreq></url>
  <url><loc>https://temporalradio.com/terms</loc><lastmod>2026-07-24</lastmod><changefreq>yearly</changefreq></url>
  <url><loc>https://temporalradio.com/copyright</loc><lastmod>2026-07-24</lastmod><changefreq>yearly</changefreq></url>
</urlset>
