<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
  
  <!-- 首頁 -->
  <url>
    <loc>http://localhost:3000</loc>
    <lastmod>2025-07-10T14:29:50.481Z</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 關於頁面 -->
  <url>
    <loc>http://localhost:3000/about</loc>
    <lastmod>2025-07-10T14:29:50.481Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- 登入頁面 -->
  <url>
    <loc>http://localhost:3000/auth/signin</loc>
    <lastmod>2025-07-10T14:29:50.481Z</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 注意：不包含需要登入的頁面如 /dashboard, /admin 等 -->
  
</urlset>