<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- 首页（根路径子路由空路径） -->
    <url>
        <loc>https://en.ganna.top/</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>daily</changefreq> <!-- 首页更新频率较高 -->
        <priority>1.0</priority> <!-- 最高优先级 -->
    </url>

    <!-- 资讯页 -->
    <url>
        <loc>https://en.ganna.top/news</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>weekly</changefreq> <!-- 资讯可能每周更新 -->
        <priority>0.9</priority>
    </url>

    <!-- 关于页 -->
    <url>
        <loc>https://en.ganna.top/about</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>monthly</changefreq> <!-- 关于页更新较少 -->
        <priority>0.8</priority>
    </url>

    <!-- 质保流程页 -->
    <url>
        <loc>https://en.ganna.top/warranty</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>monthly</changefreq> <!-- 流程类页面更新少 -->
        <priority>0.8</priority>
    </url>

    <!-- 产品激活页 -->
    <url>
        <loc>https://en.ganna.top/product</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 供应商页 -->
    <url>
        <loc>https://en.ganna.top/distributor</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 用户中心页（公开可访问部分，若需索引则保留） -->
    <url>
        <loc>https://en.ganna.top/user</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>weekly</changefreq> <!-- 用户相关功能可能偶尔更新 -->
        <priority>0.7</priority>
    </url>

    <!-- 购物页 -->
    <url>
        <loc>https://en.ganna.top/goods</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>weekly</changefreq> <!-- 商品可能每周更新 -->
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://en.ganna.top/policy/privacy</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>weekly</changefreq> <!-- 商品可能每周更新 -->
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://en.ganna.top/policy/cookies</loc> <!-- 替换为你的实际域名 -->
        <lastmod>2025-12-14</lastmod>
        <changefreq>weekly</changefreq> <!-- 商品可能每周更新 -->
        <priority>0.9</priority>
    </url>
</urlset>