<?xml version="1.0" encoding="UTF-8"?>
<!-- 命名空间必须保留，核心规范 -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 首页：核心页面，优先级最高 -->
  <url>
    <loc>https://xuanyunai.com/</loc> <!-- 必填：页面绝对URL -->
    <lastmod>2026-02-02</lastmod> <!-- 可选：最后更新时间，格式YYYY-MM-DD -->
    <changefreq>daily</changefreq> <!-- 可选：更新频率，daily/weekly/monthly -->
    <priority>1.0</priority> <!-- 可选：优先级0.0-1.0，首页建议1.0 -->
  </url>
  <!-- 关于我们栏目页 -->
  <url>
    <loc>https://xuanyunai.com/about</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- 产品列表页 -->
  <url>
    <loc>https://xuanyunai.com/products</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- 单个产品详情页 
  <url>
    <loc>https://xuanyunai.com/startup</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url> -->
  <!-- 联系我们页 -->
  <url>
    <loc>https://xuanyunai.com/startup</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>