<?xml version="1.0" encoding="UTF-8"?>
<!--
Top-level sitemap index. The site is split in two:
  - sitemap-static.xml — hand-curated URLs (home, browse, stories, etc.)
    served by S3 directly. Edit the file in this directory to add/remove
    entries.
  - sitemap-compare.xml — generated by the Go service from the catalog
    + commented comparisons. CloudFront routes /sitemap-compare* to API
    Gateway (see terraform/infra/cloudfront.tf), and the Go handler in
    src/sitemap.go fans out into sharded url-set files.
Google fetches this index, follows both sub-sitemaps, and crawls the
URLs they list.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://revsdb.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://revsdb.com/sitemap-compare.xml</loc>
  </sitemap>
</sitemapindex>
