<?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
  three sub-surfaces of cosmonic.com into a single submission so search
  engines get one canonical sitemap for the whole apex:

    - marketing pages (Webflow) ....... /sitemap-marketing.xml
    - blog (Docusaurus) ............... /blog/sitemap.xml
    - docs (Docusaurus) ............... /docs/sitemap.xml

  All three children live on the cosmonic.com host and (after the
  Docusaurus `url` flip to https://cosmonic.com) emit cosmonic.com
  <loc>s, satisfying the sitemap same-host rule. robots.txt points
  only at this file.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://cosmonic.com/sitemap-marketing.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://cosmonic.com/blog/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://cosmonic.com/docs/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
