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

  <!-- ✅ 首页：SEO 主战场（最高优先级） -->
  <url>
    <loc>https://quizmesh.tech/</loc>
    <lastmod>2024-11-04</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ✅ 测验广场：长尾词优化 -->
  <url>
    <loc>https://quizmesh.tech/playground</loc>
    <lastmod>2024-11-04</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ✅ 创建测验：长尾词优化 -->
  <url>
    <loc>https://quizmesh.tech/create</loc>
    <lastmod>2024-11-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ✅ 版块列表：长尾词优化 -->
  <url>
    <loc>https://quizmesh.tech/subreddits</loc>
    <lastmod>2024-11-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- 
    注意：动态测验页面应该通过后端 API 动态生成
    例如：GET /api/sitemap/quizzes
    返回所有已发布测验的 URL
  -->

</urlset>

