<?xml version="1.0" encoding="UTF-8"?>
<!-- THE INDEX. One sitemap per kind of page, and this points at them.

     2,059 URLs in one file was 4% of the cap, so splitting buys nothing
     functionally. It buys VISIBILITY: Search Console reports indexed and
     discovered PER SITEMAP FILE. One file could not tell us whether the
     1,780 templated character pages are being crawled and not indexed while
     the 176 curated theme pages index fine — and that distinction is the
     trigger for every decision about the templated pages (docs/seo-audit.md,
     findings 8 and 9).

     This path does not change, so robots.txt and anything already submitted
     to Search Console keep working; Google follows the index to the children.

     Only sitemap-core.xml is hand-maintained. The other three are written by
     their generators and are checked by `verify` — see scripts/lastmod.mjs. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://chinese.tips/sitemap-core.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://chinese.tips/sitemap-themes.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://chinese.tips/sitemap-characters.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://chinese.tips/sitemap-guides.xml</loc>
  </sitemap>
</sitemapindex>
