<?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://your-domain.com/</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 分类页面 -->
  <url>
    <loc>https://your-domain.com/categories</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 娱乐分类 -->
  <url>
    <loc>https://your-domain.com/category/entertainment</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 科技分类 -->
  <url>
    <loc>https://your-domain.com/category/technology</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 生活分类 -->
  <url>
    <loc>https://your-domain.com/category/lifestyle</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 美食分类 -->
  <url>
    <loc>https://your-domain.com/category/food</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 旅游分类 -->
  <url>
    <loc>https://your-domain.com/category/travel</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 示例视频页面 -->
  <url>
    <loc>https://your-domain.com/video/1</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <video:video>
      <video:thumbnail_loc>https://your-domain.com/1.webp</video:thumbnail_loc>
      <video:title>探索未来科技：人工智能如何改变我们的生活</video:title>
      <video:description>深入了解人工智能技术的最新发展，探讨AI如何在日常生活中发挥重要作用</video:description>
      <video:content_loc>https://your-domain.com/1.mp4</video:content_loc>
      <video:duration>755</video:duration>
      <video:publication_date>2024-01-15</video:publication_date>
      <video:family_friendly>yes</video:family_friendly>
      <video:tag>人工智能</video:tag>
      <video:tag>AI</video:tag>
      <video:tag>科技</video:tag>
      <video:category>科技</video:category>
    </video:video>
  </url>
  
  <url>
    <loc>https://your-domain.com/video/2</loc>
    <lastmod>2024-01-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <video:video>
      <video:thumbnail_loc>https://your-domain.com/3.webp</video:thumbnail_loc>
      <video:title>家常美食制作：正宗川菜麻婆豆腐的做法</video:title>
      <video:description>详细教学正宗川菜麻婆豆腐的制作方法，从选材到调料，每一个步骤都有详细说明</video:description>
      <video:content_loc>https://your-domain.com/2.mp4</video:content_loc>
      <video:duration>522</video:duration>
      <video:publication_date>2024-01-14</video:publication_date>
      <video:family_friendly>yes</video:family_friendly>
      <video:tag>川菜</video:tag>
      <video:tag>麻婆豆腐</video:tag>
      <video:tag>家常菜</video:tag>
      <video:category>美食</video:category>
    </video:video>
  </url>
  
</urlset>