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

  <!-- 首页 -->
  <url>
    <loc>https://www.c-jeans.com/frontend/</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 产品列表页 -->
  <url>
    <loc>https://www.c-jeans.com/frontend/products</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 公司简介页 -->
  <url>
    <loc>https://www.c-jeans.com/frontend/company-profile</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 注意：动态产品页面需要通过后端API生成 -->
  <!-- 建议在后端添加 /api/public/sitemap 接口动态返回所有产品URL -->

</urlset>
