<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for PaddleStats.

  Static routes live in sitemap-static.xml. Entity sitemaps are generated by
  paddle-api (SitemapController) and served at /api/sitemap/{entity}.xml; Vercel
  rewrites that path to the API host (see vercel.json) so every <loc> stays on
  the canonical paddlestats.eu domain. There is intentionally no results.xml:
  /results/{id} renders an Event, so the events sitemap already covers it.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://paddlestats.eu/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://paddlestats.eu/api/sitemap/athletes.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://paddlestats.eu/api/sitemap/events.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://paddlestats.eu/api/sitemap/clubs.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://paddlestats.eu/api/sitemap/national-teams.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://paddlestats.eu/api/sitemap/countries.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://paddlestats.eu/api/sitemap/news.xml</loc>
  </sitemap>
</sitemapindex>
