<?xml version="1.0" encoding="UTF-8"?>
<!--
  A sitemap index wrapping the single sitemap.

  Why this file exists: Google's Sitemaps report had sat at "Couldn't fetch"
  since 28 Jul 2026 with Last read empty. Submitting THIS url on 31 Aug 2026
  returned "Success" with a Last read stamp within seconds, while the old row
  stayed stuck in the same table. That asymmetry is the finding: the problem is
  not our content and not a global backlog, it is state attached to the specific
  URL /sitemap.xml, and a URL with no submission history walks straight past it.

  It therefore points at /sitemap-pages.xml rather than /sitemap.xml. Pointing a
  working index at the stuck URL reproduced the stall one level down: Success,
  0 pages discovered. The child is emitted at build time from public/sitemap.xml
  by scripts/prerender.mjs, so there is still exactly one sitemap to maintain in
  this repo and the two can never drift.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://somalabs.xyz/sitemap-pages.xml</loc>
    <lastmod>2026-08-31</lastmod>
  </sitemap>
</sitemapindex>
