<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  
  <!-- 首頁 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://fashion.chiu-hsiang.com.tw/img/LOGO3.png</image:loc>
      <image:caption>潮麻吉 Logo</image:caption>
      <image:title>潮麻吉 - 香雞潮牌</image:title>
    </image:image>
  </url>
  
  <!-- 關於潮麻吉 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#about</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 最新消息 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#services</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 潮牌單品 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#pro1</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 名人推薦 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#recommend</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- 潮牌剪影 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#portfolio</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 門市地址 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#map</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 加盟專區 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#join</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- 聯絡我們 -->
  <url>
    <loc>https://fashion.chiu-hsiang.com.tw/#contact</loc>
    <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
</urlset> 