<?xml version="1.0" encoding="UTF-8"?>
<!-- The index robots.txt advertises. Two children: this repo's hand-maintained static
     sitemap, and the blog sitemap the Worker generates from D1 on every request.

     lastmod policy (SEO audit 2026-08-01): a <lastmod> that is WRONG is worse than one
     that is absent — Google learns to distrust the file's dates and deprioritises
     re-crawls. Both entries here said 2026-06-30 while the blog was publishing daily.
       · sitemap.xml is edited by hand, so its lastmod is maintained by hand: keep it
         equal to the NEWEST <lastmod> inside that file (today: privacy.html, 2026-07-29)
         and update it whenever you add or touch a page there.
       · blog/sitemap.xml regenerates daily and no static date can track it, so it carries
         NO lastmod on purpose. Google fetches it and reads the accurate per-URL lastmods
         inside. Do not "fix" this by pasting today's date — it will be stale tomorrow. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://deducepuzzles.com/sitemap.xml</loc>
    <lastmod>2026-07-29</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://deducepuzzles.com/blog/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
