<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Points at:
    1. /sitemap-pages.xml      – static landing-page URLs (home, pro, workouts/*, legal)
    2. /sitemap-workouts.xml   – worker-rendered /w/<slug> pages (published workouts)
    3. /sitemap-collections.xml – worker-rendered /c/<slug> pages (public collections)
    4. /sitemap-profiles.xml   – worker-rendered /u/<username> pages (public profiles)
  The worker handles routes #2-#4; it generates them dynamically from Supabase.
  Robots discover this single index from /robots.txt.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://joinfiz.com/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://joinfiz.com/sitemap-workouts.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://joinfiz.com/sitemap-collections.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://joinfiz.com/sitemap-profiles.xml</loc>
  </sitemap>
</sitemapindex>
