<?xml version="1.0" encoding="UTF-8"?>
<!--
  ListRodeo sitemap. Lists the public marketing pages (the 404 is excluded — it is noindex).
  PRE-LAUNCH: robots.txt is Disallow-all, so nothing here is crawled yet. At launch, the deploy
  checklist flips robots.txt (remove Disallow, add the Sitemap: line) and this file goes live.
  Keep in sync with the pages under app/src/pages/ (excluding 404).

  EVENT CALENDAR: only the /events index is listed. The per-event pages and the
  state/vertical landing pages are generated from the content collection, and
  today every row is a draft SAMPLE (noindex, excluded from feeds and structured
  data). Those URLs join this file when real verified rows land, not before.

  THE WRITING: only the /articles hub is listed, and the hub itself renders
  noindex while it holds nothing, so this entry is inert until the first piece is
  cleared. Per-article URLs join this file as they are published. A draft cannot
  reach this file, because a draft cannot enter the collection at all (see
  app/scripts/check-articles.mjs).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://listrodeo.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://listrodeo.com/events</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://listrodeo.com/articles</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://listrodeo.com/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://listrodeo.com/coming-soon</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://listrodeo.com/safety</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://listrodeo.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://listrodeo.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
