<?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.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://temporalradio.com/</loc><priority>1.0</priority></url>
  <url><loc>https://temporalradio.com/privacy</loc><priority>0.3</priority></url>
  <url><loc>https://temporalradio.com/terms</loc><priority>0.3</priority></url>
  <url><loc>https://temporalradio.com/copyright</loc><priority>0.5</priority></url>
</urlset>
