<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Points Googlebot at three sub-sitemaps:

  - /sitemap.xml          static: landing, pricing, format-reference URLs,
                          topic pages, locale pages. Hand-maintained.
  - /sitemap-rounds.xml   dynamic: every /r/{id} published round. Served
                          by app/netlify/functions/sitemap-rounds.mjs,
                          1h edge cache, 5000-URL cap.
  - /sitemap-motions.xml  dynamic: last 180 days of /today/{YYYY-MM-DD}.
                          Served by app/netlify/functions/sitemap-motions.mjs,
                          6h edge cache. Bare /today is included.

  The split lets the dynamic collections live behind their own cache
  policies without forcing the whole sitemap into a function call on
  every Googlebot read.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://debateai.com/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://debateai.com/sitemap-rounds.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://debateai.com/sitemap-motions.xml</loc>
  </sitemap>
</sitemapindex>
