<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for https://www.workbuddy.ai/
  Schema: https://www.sitemaps.org/schemas/sitemap/0.9
  Last generated: 2026-09-07
  Structure:
    /sitemap.xml               → 顶层 sitemapindex（本文件），只列 urlset 叶子
    /sitemap-pages.xml         → 官网主要着陆页
  为什么这里不列 /docs/sitemap.xml：
    sitemap index 内不允许再嵌套 sitemap index（sitemaps.org 协议 + Google 均不支持），
    而 /docs/sitemap.xml 本身就是 VitePress 生成的 sitemapindex（下挂
    sitemap-workbuddy-<板块>.xml 若干个 urlset）。此前把它列在这里，导致 docs
    整块不会被递归读取 —— 2026-09-07 GSC 实测该属性已提交站点地图数为 0、
    docs 分组无索引率数据即由此而来。
    改为在 robots.txt 中单独声明一条 Sitemap:，robots 的每条 Sitemap 都是独立的
    顶层提交，指向 index 是合法的。
    叶子文件名由 docs 构建生成、板块集合会增长，故不在此硬编码。
  Notes:
    - lastmod 使用 W3C Datetime 格式 (YYYY-MM-DD)
    - 主流引擎已弱化 changefreq / priority 的使用，仅作提示
    - 待 /blog 完成内容差异化后，再加入子 sitemap
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- 主站着陆页 -->
  <sitemap>
    <loc>https://www.workbuddy.ai/sitemap-pages.xml</loc>
    <lastmod>2026-08-27</lastmod>
  </sitemap>

</sitemapindex>
