<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 首页 -->
  <url>
    <loc>https://www.tgowu.com/</loc>
    <lastmod>2025-10-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 商品列表页 -->
  <url>
    <loc>https://www.tgowu.com/products</loc>
    <lastmod>2025-10-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 促销活动页 -->
  <url>
    <loc>https://www.tgowu.com/promotions</loc>
    <lastmod>2025-10-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 搜索页 -->
  <url>
    <loc>https://www.tgowu.com/search</loc>
    <lastmod>2025-10-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- 外卖活动页 -->
  <url>
    <loc>https://www.tgowu.com/takeout</loc>
    <lastmod>2025-10-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <!--
    注意事项：
    1. 此基础sitemap.xml包含静态页面
    2. 商品详情页等动态内容需要通过服务端动态生成sitemap_products.xml
    3. 建议定期更新lastmod日期以反映实际内容变更时间
    4. 可以创建多个sitemap文件并使用sitemap_index.xml进行索引
    
    商品详情页示例条目：
    <url>
      <loc>https://www.tgowu.com/product/12345/product-name</loc>
      <lastmod>2023-01-01</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>
  -->
</urlset>