<?xml version="1.0" encoding="UTF-8"?>
<!--
  只收营销面的四个页面。

  为什么不把比赛/球队/球员详情页放进来：它们要登录才有内容，收录了也只是把
  用户送到登录墙前。等公开只读区真正开出来（SPEC 阶段二后续），再按那时开放
  的字段范围决定要不要放，届时这份文件应改成后端按库内容动态生成，而不是继续
  手写——几万个 URL 手写维护不了。

  lastmod 是这四个页面内容的最后变更日期，不是部署日期。改文案时一并更新；
  不确定就别动——填一个假的「今天」会让搜索引擎在无变化时反复回来抓。

  与 public/robots.txt 的 Allow 名单、web-v3/src/router/meta.ts 的
  PAGE_META.indexable 三处必须一致。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://shoule.top/</loc>
    <lastmod>2026-08-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://shoule.top/legal/terms</loc>
    <lastmod>2026-08-12</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://shoule.top/legal/privacy</loc>
    <lastmod>2026-08-12</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://shoule.top/legal/disclaimer</loc>
    <lastmod>2026-08-12</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
