<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
    
    <!-- 大象传媒首页 -->
    <url>
        <loc>https://tongjieuro.cn/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <video:video>
            <video:thumbnail_loc>https://tongjieuro.cn/images/video-thumb-1.jpg</video:thumbnail_loc>
            <video:title>大象传媒热门视频精选</video:title>
            <video:description>大象传媒平台精选热门原创视频内容</video:description>
        </video:video>
    </url>
    
    <!-- 大象传媒精选视频 -->
    <url>
        <loc>https://tongjieuro.cn/featured-video/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
        <video:video>
            <video:thumbnail_loc>https://tongjieuro.cn/images/video-thumb-1.jpg</video:thumbnail_loc>
            <video:title>大象传媒精选视频</video:title>
            <video:description>大象传媒精选视频频道，汇集平台热门原创视频内容</video:description>
        </video:video>
    </url>
    
    <!-- 大象传媒创作中心 -->
    <url>
        <loc>https://tongjieuro.cn/creation-center/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 大象传媒甜心社区 -->
    <url>
        <loc>https://tongjieuro.cn/sweet-community/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 大象传媒创作工具 -->
    <url>
        <loc>https://tongjieuro.cn/creative-tools/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 关于大象传媒 -->
    <url>
        <loc>https://tongjieuro.cn/about/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
</urlset>
