<?xml version="1.0" encoding="UTF-8"?>
<!--
  The sitemap robots.txt has been advertising since 2026-08-28. Until 2026-09-01 it 404'd.

  An INDEX rather than one flat list, because famzang.com is served out of two repos: this one
  owns the domain root (/var/www/html/famzang -> ~/git/iSpeak/web) and fzBlocks owns /fzblocks/.
  A sitemap may only list URLs at or below its own location, so each repo can carry its own and
  neither has to be edited when the other adds a page.

  It exists to get a recrawl. The indexed record for /fzblocks/ still shows the pre-2026-08-14
  title ("download") and the previous IP tenant's name as the site name; <lastmod> is the polite
  way to say those are stale.

  Not listed on purpose: /login.html and /private/ (robots.txt already disallows the latter),
  /seamware/, and anything requiring a session.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://famzang.com/sitemap-famzang.xml</loc>
    <lastmod>2026-09-01</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://famzang.com/fzblocks/sitemap.xml</loc>
    <lastmod>2026-09-01</lastmod>
  </sitemap>
</sitemapindex>
