<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX for zivosport.com. Points to:
    - sitemap-pages.xml   : static public landing routes (this static file)
    - sitemap-clubs.xml   : every ACTIVE club, generated live by ClubService
    - sitemap-coaches.xml : every approved coach, generated live by UsersAuthService
    - sitemap-tournaments.xml : every published tournament, generated live
    - sitemap-events.xml : every published active event, generated live
    - sitemap-coach-classes.xml : every active coach class, generated live
    - sitemap-sports.xml : sport-specific search/category landing pages
  The dynamic leaves update automatically as public content is approved or
  published (nginx proxies those apex paths to the owning backend service).
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://zivosport.com/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zivosport.com/sitemap-clubs.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zivosport.com/sitemap-coaches.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zivosport.com/sitemap-tournaments.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zivosport.com/sitemap-events.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zivosport.com/sitemap-coach-classes.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zivosport.com/sitemap-sports.xml</loc>
  </sitemap>
</sitemapindex>
