<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for Orbit Social (submit this URL in Search Console).

  Child sitemaps:
  - /api/sitemap-static   — /, /social, /map, /pricing, /privacy, /terms
        CDN: s-maxage=1d, stale-while-revalidate=7d
  - /api/sitemap-content — /event/:id, /?location=:id (from API + feed; not posts)
        CDN: s-maxage=30m, stale-while-revalidate=7d
  - /api/sitemap-cities — /events/{city} for SEO city allowlist
        CDN: s-maxage=1d, stale-while-revalidate=7d

  Weekly Vercel Cron (vercel.json) pings the three API routes so the edge keeps warming.
  Robots: /robots.txt → Sitemap: this file.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://app.orbitsocialapp.com/api/sitemap-static</loc>
  </sitemap>
  <sitemap>
    <loc>https://app.orbitsocialapp.com/api/sitemap-content</loc>
  </sitemap>
  <sitemap>
    <loc>https://app.orbitsocialapp.com/api/sitemap-cities</loc>
  </sitemap>
</sitemapindex>
