<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex
    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/siteindex.xsd">
    <!-- 指向第一個子 sitemap (例如: 首頁/索引頁) -->
    <sitemap>
        <loc>https://canopy.cool/sitemap.main.xml</loc>
        <lastmod>2025-03-02</lastmod>
    </sitemap>
    <!-- 指向第二個子 sitemap (例如: 聊天/攻略專家相關) -->
    <sitemap>
        <loc>https://canopy.cool/sitemap.chat.xml</loc>
        <lastmod>2025-03-02</lastmod>
    </sitemap>

    <!-- 指向第三個子 sitemap (例如: 活動頁面) -->
    <sitemap>
        <loc>https://canopy.cool/sitemap.landing.xml</loc>
        <lastmod>2025-03-02</lastmod>
    </sitemap>

    <!-- 指向第四個子 sitemap (例如: 知識測驗) -->
    <sitemap>
        <loc>https://canopy.cool/sitemap.quiz.xml</loc>
        <lastmod>2025-03-02</lastmod>
    </sitemap>

</sitemapindex>
