<?xml version="1.0" encoding="UTF-8"?>
<!--
  The map itself is still one URL. Everything on it — a city, a night, a venue —
  is state the client holds, not a path a crawler can reach or a server can
  render, so listing invented views would be listing 404s.

  /planner is a real address and is still not listed: it renders one
  visitor's own kept list, read from their device. A crawler fetching it gets an
  empty page, which is why it is marked noindex rather than added here.

  convenanza-carcassonne is the first address that is not the map. Real,
  server-rendered HTML with actual content in it before any script runs — a
  crawler gets the whole page, not an empty shell — so it belongs here on the
  same footing as the map. It exists to answer one long-tail question rather
  than to be found from the app's own navigation, which is why nothing on the
  map links to it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tix8.uk/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tix8.uk/convenanza-carcassonne</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
