<?xml version="1.0" encoding="UTF-8"?>
<!--
  Single entry point for crawlers: a sitemap index over the site's two
  independently generated parts. Only this file is declared in robots.txt.

  The blog entry points at blog/sitemap-0.xml (the urlset Astro emits), not
  at blog/sitemap-index.xml — the protocol forbids a sitemap index from
  listing another sitemap index. Astro splits into sitemap-1.xml, -2.xml…
  only past 45,000 URLs, so a second file would need adding here.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://cleverspark.co/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://cleverspark.co/blog/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
