<?xml version="1.0" encoding="UTF-8"?>
<!--
  HSK-SVG Sitemap — https://hsk.vbreed.com/
  遵循 sitemaps.org 0.9 协议 + Google Search Central + Bing Webmaster 最佳实践

  说明:
  - 本站为 Solid.js SPA, 所有视图通过客户端 state 切换, 无服务端路由
  - Google 官方明确表示 hash fragments (#learning 等) 不被视为独立 URL, 故不列出
  - 仅包含可通过根 URL 直接访问的规范 URL (canonical URL)
  - lastmod 使用 W3C Datetime 格式 (ISO 8601, 带时区)
  - changefreq 与 priority 为 hint, Google 基本忽略, 仅供 Bing/Yandex 参考
  - 单文件 < 50,000 URL / 50MB, 无需 sitemap index
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- 首页 (规范 URL) — 涵盖学习/练习/偏旁/字源/资源所有 SPA 视图 -->
  <url>
    <loc>https://hsk.vbreed.com/</loc>
    <lastmod>2026-08-06T00:00:00+08:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
