<?xml version="1.0" encoding="UTF-8"?>
<!--
  The FZ-Blocks half of famzang.com's sitemap.

  It lives HERE, under /fzblocks/, rather than in one big file at the domain root, for two reasons.
  A sitemap may only list URLs at or below its own location, so this one is exactly scoped to what
  this repo owns; and the root sitemap is served out of the iSpeak repo, so a page added here would
  otherwise need a commit in a repo that knows nothing about it. /sitemap.xml is an INDEX that
  points at this file — see web/sitemap.xml in the iSpeak repo.

  Why a sitemap at all: robots.txt has advertised https://famzang.com/sitemap.xml since 2026-08-28
  and it 404'd until today. Beyond fixing that, <lastmod> is the recrawl hint that matters right
  now — the indexed title for this page still says "download", from before 2026-08-14.

  New page here? Add it, and run `make server-setup` so it gets symlinked into the served dir.
  /fzblocks/profile.html is deliberately absent: it is one reader's own profile, not a page search
  results should carry, and it says so itself with a noindex.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://famzang.com/fzblocks/</loc>
    <lastmod>2026-09-01</lastmod>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://famzang.com/fzblocks/how-to-play.html</loc>
    <lastmod>2026-08-23</lastmod>
  </url>
  <url>
    <loc>https://famzang.com/fzblocks/scoring.html</loc>
    <lastmod>2026-08-30</lastmod>
  </url>
  <url>
    <loc>https://famzang.com/fzblocks/privacy.html</loc>
    <lastmod>2026-08-28</lastmod>
  </url>
  <url>
    <loc>https://famzang.com/fzblocks/delete-account.html</loc>
    <lastmod>2026-08-28</lastmod>
  </url>
</urlset>
