<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!--
    Top-level sitemap index. Lists every sitemap crawlers should discover:
      - sitemap.xml                  — static marketing + academy URLs (generated
                                       by scripts/seo/generate-sitemap.mjs)
      - /v1/sitemap-labs-shares.xml  — dynamic: every PUBLIC Labs share page,
                                       served from the API app (cached 1h).
    The Labs share sitemap lives on the API origin because the sharelist is
    DB-driven. Google accepts cross-host sitemaps when both hosts are verified
    in Search Console.
  -->
  <sitemap>
    <loc>https://revperfect.io/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://api.revperfect.io/v1/sitemap-labs-shares.xml</loc>
  </sitemap>
</sitemapindex>
