<?xml version="1.0" encoding="UTF-8"?>
<!--
  Root sitemap INDEX. The site is two independently-built deployments served
  under one origin:
    - the React SPA (this deploy/ build) at /            -> sitemap-pages.xml
    - the Astro blog (blog/ build)        at /blog/*     -> /blog/sitemap.xml (generated)
  This index is the single canonical entry point; robots.txt points here.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://whydidmybillspike.com/sitemap-pages.xml</loc>
    <lastmod>2026-06-19</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://whydidmybillspike.com/blog/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
