<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
  
  <!-- 首页 -->
  <url>
    <loc>https://ainativehub.com/</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 社群日报页面 -->
  <url>
    <loc>https://ainativehub.com/community-reports</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- AI产品页面 -->
  <url>
    <loc>https://ainativehub.com/products</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- 文章页面 -->
  <url>
    <loc>https://ainativehub.com/articles</loc>
    <lastmod>2024-01-01T00:00:00+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 注意：动态页面（如具体产品详情、文章详情等）需要通过后端生成 -->
  <!-- 这里只包含静态页面，动态页面应该通过API动态生成sitemap -->
  
</urlset> 