<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX, not a URL list.

  It was a flat list of 11 hand-maintained URLs until the blog arrived. The blog
  publishes without a deploy, so its URLs cannot live in a file that only changes
  when the site is rebuilt: Sitejar.Api serves /sitemap-blog.xml from the
  database instead.

  Split as an index rather than by adding a second "Sitemap:" line to robots.txt
  (also legal, also fine) so that robots.txt and its pinned Sitemap directive in
  verify-ssg-output.mjs stay untouched, and so further children can be added
  later without editing robots.txt again.

  ⚠️ The static half (sitemap-pages.xml) is guarded by
  web/scripts/verify-sitemap.mjs, which also cross-checks every <loc> against the
  Disallow prefixes in robots.txt. Nothing guarded this file at all before that.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://sitejar.app/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://sitejar.app/sitemap-blog.xml</loc></sitemap>
</sitemapindex>
