<?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">

    <!-- 
        站点地图说明：
        - 针对中国境内优化，使用UTF-8编码，确保中文搜索引擎（百度、360、搜狗）良好识别。
        - 优先级(priority)划分：首页最高(1.0)，核心页面(0.9)，产品/礼品列表(0.8)，其他内容(0.7~0.5)。
        - 更新频率根据内容稳定性和业务需求设定：首页/公司页每周，产品/礼品页每周，联系页每月。
        - 最后修改时间(lastmod)统一设置为2026-03-12，与实际代码更新保持一致，建议后续自动生成时动态更新。
        - 注意：此sitemap应放置在网站根目录下，例如：https://www.aroma-studio.cn/sitemap.xml
    -->

    <!-- 首页 - 最高优先级 -->
    <url>
        <loc>https://www.aroma-studio.cn/</loc>
        <lastmod>2026-03-12</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 公司介绍页（锚点链接通常不作为独立收录，但为完整覆盖，可保留主section作为虚拟页面） -->
    <url>
        <loc>https://www.aroma-studio.cn/#company</loc>
        <lastmod>2026-03-12</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 产品展示页 -->
    <url>
        <loc>https://www.aroma-studio.cn/#products</loc>
        <lastmod>2026-03-12</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 礼品定制页 -->
    <url>
        <loc>https://www.aroma-studio.cn/#gifts</loc>
        <lastmod>2026-03-12</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 联系方式与咨询页 -->
    <url>
        <loc>https://www.aroma-studio.cn/#contact</loc>
        <lastmod>2026-03-12</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 结构化数据/公司信息（虽然没有单独页面，但作为实体，可单独添加一个关于页面的占位URL，如果有单独页面则替换） 
         这里假设未来可能创建独立的关于页面，或者保留作为实体描述 -->
    <url>
        <loc>https://www.aroma-studio.cn/about</loc>
        <lastmod>2026-03-12</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- 隐私政策与使用条款（建议添加，增强合规性） -->
    <url>
        <loc>https://www.aroma-studio.cn/privacy</loc>
        <lastmod>2026-03-12</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <!-- 注意：产品详情页和礼品详情页如果未来有独立详情页，可以在此扩展。当前为单页应用风格，但sitemap依然可以收录锚点。 
         对于锚点链接，Google等搜索引擎通常能理解并收录为页面内跳转，百度也支持，但更推荐有独立内容页。 
         如果未来生成产品详情页，可以动态添加类似下面的条目：
         <url>
            <loc>https://www.aroma-studio.cn/products/diffuser-1</loc>
            <lastmod>2026-03-12</lastmod>
            <changefreq>monthly</changefreq>
            <priority>0.6</priority>
         </url>
    -->

</urlset>