<?xml version="1.0" encoding="UTF-8"?>
<!--
  Master sitemap index for the cosmonic.com apex (#164 Phase 5).

  Served from THIS apex front-door deploy, not proxied. It stitches the
  sub-surfaces of cosmonic.com into a single submission so search
  engines get one canonical sitemap for the whole apex:

    - apex-native pages (this deploy) . /sitemap-apex.xml
      (home, product pages, Learning Hub family, legal, trial)
    - blog (Docusaurus) ............... /blog/sitemap.xml
    - docs (Docusaurus) ............... /docs/sitemap.xml
    - learn.cosmonic.com (HubSpot) .... /sitemap-learn.xml
      (hand-maintained; HubSpot's own sitemap omits landing pages)

  All children live on the cosmonic.com host, satisfying the sitemap
  same-host rule for the index itself. The learn child emits
  learn.cosmonic.com <loc>s — allowed because the index is submitted
  under the sc-domain:cosmonic.com property, which covers subdomains.
  robots.txt points only at this file.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://cosmonic.com/sitemap-apex.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://cosmonic.com/blog/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://cosmonic.com/docs/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://cosmonic.com/sitemap-learn.xml</loc>
  </sitemap>
</sitemapindex>
