<?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">
    <!-- 
        网站地图配置说明：
        ==========================================
        1. loc: 页面的完整URL地址（必填）
           - 使用完整的URL，包含协议（https://）
           - 确保URL可访问，返回200状态码
        
        2. lastmod: 页面最后修改时间（推荐）
           - 格式：YYYY-MM-DD 或 YYYY-MM-DDTHH:MM:SS+00:00
           - 帮助搜索引擎判断页面是否需要重新抓取
        
        3. changefreq: 页面更新频率（可选）
           - always: 每次访问都更新
           - hourly: 每小时更新
           - daily: 每天更新
           - weekly: 每周更新
           - monthly: 每月更新
           - yearly: 每年更新
           - never: 已归档，不再更新
        
        4. priority: 页面相对优先级（可选）
           - 范围：0.0 - 1.0
           - 默认：0.5
           - 首页建议：1.0
           - 重要页面：0.8
           - 一般页面：0.5-0.6
        
        SEO优化建议：
        - 定期更新lastmod时间，保持网站活跃度
        - 根据实际更新频率设置changefreq
        - 重要页面提高priority值
        - 提交sitemap到各大搜索引擎（Google Search Console、百度站长平台等）
    -->
    
    <!-- 首页 - 最高优先级，每日更新 -->
    <url>
        <loc>https://www.k2ye07o8us.cn/</loc>
        <lastmod>2026-01-27</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- 服务页面锚点（用于SEO优化） -->
    <url>
        <loc>https://www.k2ye07o8us.cn/#services</loc>
        <lastmod>2026-01-27</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 平台优势页面 -->
    <url>
        <loc>https://www.k2ye07o8us.cn/#features</loc>
        <lastmod>2026-01-27</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 关于我们页面 -->
    <url>
        <loc>https://www.k2ye07o8us.cn/#about</loc>
        <lastmod>2026-01-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- 联系我们页面 -->
    <url>
        <loc>https://www.k2ye07o8us.cn/#contact</loc>
        <lastmod>2026-01-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- 价格页面 -->
    <url>
        <loc>https://www.k2ye07o8us.cn/#pricing</loc>
        <lastmod>2026-01-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
</urlset>
