<?xml version="1.0" encoding="UTF-8"?>
<!--
  This file is a SITEMAP INDEX, not a page list.

  The page list it used to hold lives in sitemap-pages.xml, unchanged and still
  maintained by scripts/refresh-sitemap-dates.js. Keeping the index at this URL
  means robots.txt and the Search Console submission both keep pointing at a
  file that is still valid — nothing downstream has to be re-submitted.

  The second entry is the research property's own sitemap. Listing a sitemap
  that lives on another host is Google's documented cross-submit shape, and it
  is accepted because research.superinsight.me declares that same sitemap in
  its own robots.txt. Pointing at their sitemap rather than copying their 33
  article URLs here means new research articles need no change to this repo.

  No <lastmod> on either entry, deliberately. A lastmod that does not move when
  the content moves trains crawlers to ignore the signal — which is the whole
  reason refresh-sitemap-dates.js exists — and the research sitemap is
  generated per request, so this repo cannot know its real date.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>https://www.superinsight.ai/sitemap-pages.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://research.superinsight.me/sitemap.xml</loc>
    </sitemap>
</sitemapindex>
