<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- 主页 - 成语消消乐游戏页面 -->
    <url>
        <loc>https://xiaoxiaole.space/</loc>
        <lastmod>2025-09-29</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 主页面 - 带index.html -->
    <url>
        <loc>https://xiaoxiaole.space/index.html</loc>
        <lastmod>2025-09-29</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 隐私政策页面 -->
    <url>
        <loc>https://xiaoxiaole.space/privacy.html</loc>
        <lastmod>2025-09-29</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 用户协议页面 -->
    <url>
        <loc>https://xiaoxiaole.space/terms.html</loc>
        <lastmod>2025-09-29</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>

<!-- 
站点地图说明：

1. 优先级设置 (priority):
   - 1.0: 最高优先级 - 主游戏页面
   - 0.7: 中等优先级 - 法律条款页面

2. 更新频率 (changefreq):
   - weekly: 每周 - 主游戏页面（可能有游戏更新）
   - monthly: 每月 - 法律条款页面（相对稳定）

3. 最后修改时间 (lastmod):
   - 使用 ISO 8601 格式的日期
   - 帮助搜索引擎了解内容更新情况

4. 网站结构：
   - 主页：游戏界面和功能
   - 隐私政策：数据保护和使用说明
   - 用户协议：服务条款和使用规范

5. SEO优化要点：
   - 简洁清晰的URL结构
   - 合适的优先级分配
   - 及时的更新时间标记
   - 符合XML sitemap标准

注意事项：
- 当网站内容更新时，需要相应更新此文件
- 可以通过Google Search Console提交此站点地图
- 建议定期检查和验证站点地图的有效性
- 文件大小不应超过50MB，URL数量不应超过50,000个
-->
