<?xml version="1.0" encoding="UTF-8"?>
<!--
  Studio Plaz — Sitemap index (root-level static).
  Sub-sitemaps:
    landing-sitemap.xml             Static + hreflang for marketing landings (Sprint 945I)
    /api/seo/sitemap.xml            Dynamic SEO content (auto-generated, backend)
    /api/marketplace/sitemap.xml    Marketplace listings (auto-generated)

  Sprint 957 — robots.txt now has explicit Allow: rules for the two API
  sub-sitemaps so Google can fetch them. Without those Allow: rules,
  `Disallow: /api/` would block Google from following these <loc> entries
  and Search Console would report "Couldn't fetch".
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://studioplaz.com/landing-sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://studioplaz.com/api/landing/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://studioplaz.com/api/seo/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://studioplaz.com/api/marketplace/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
