<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index file. References the three sub-sitemaps:
    - sitemap-pages.xml      — static marketing + app-landing pages
    - sitemap-shows.xml      — auto-generated per-show pages for Rising Shows
    - sitemap-exercises.xml  — auto-generated per-exercise pages for Gym Tracker
  Submitting this single URL to Google Search Console covers all three.

  scripts/stamp-sitemap-index.mjs runs last in `npm run build:site`: it
  refreshes sitemap-pages.xml from git history, then sets each entry below
  to the max per-URL <lastmod> of its sub-sitemap. The generated show and
  exercise sitemaps carry no <lastmod> on purpose (their only available date
  was the daily build time, which is not a content date), so their index
  entries carry none either.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://shevato.com/sitemap-pages.xml</loc>
    <lastmod>2026-08-23</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://shevato.com/apps/rising-shows/sitemap-shows.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://shevato.com/apps/gym-tracker/sitemap-exercises.xml</loc>
  </sitemap>
</sitemapindex>
