<?xml version="1.0" encoding="UTF-8"?>
<!--
  Top-level sitemap index. Per the sitemaps.org protocol + Google's docs, a
  sitemap-index cannot reference another sitemap-index — only <urlset>
  sitemaps. Reference Astro's generated leaf sitemap (sitemap-0.xml) directly
  instead of the intermediate /blog/sitemap-index.xml that Astro also emits.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://zellbox.com/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zellbox.com/docs/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zellbox.com/blog/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
