<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap - the most beautiful colours, for KING + COUNTRY
  Author: Brian Kaplan

  TWO PUBLIC URLS. Everything else this project serves is either an /api/
  endpoint (JSON, never a landing page) or a gated asset under /assets/gated/,
  and both are Disallowed in robots.txt. Listing them here would contradict
  that in the one file crawlers trust most.

  PRE-LAUNCH THIS FILE IS INERT. robots.txt currently disallows everything and
  <meta name="robots"> says noindex, so nothing reads this yet. It ships now so
  that opening the campaign is a one-line change in robots.txt rather than a
  new file nobody remembers to write.

  AT LAUNCH: swap both <loc> hosts to the real domain in the same change that
  flips robots.txt, the robots meta, and the canonical in index.html. All four
  move together or none of them do.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://colours.forkingandcountry.com/</loc>
    <lastmod>2026-08-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- The listening room. Only meaningful on the last night, but it is a real
         page with its own title and copy, so it is a real URL. -->
    <loc>https://colours.forkingandcountry.com/live</loc>
    <lastmod>2026-08-31</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
