<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 這是首頁的URL -->
  <url>
    <loc>https://titan.radium.com.tw</loc> <!-- 網頁的網址 -->
    <lastmod>2024-09-10</lastmod> <!-- 最後修改日期 (YYYY-MM-DD) -->
    <changefreq>daily</changefreq> <!-- 頁面更新頻率 (可選：always, hourly, daily, weekly, monthly, yearly, never) -->
    <priority>1.0</priority> <!-- 頁面的優先級，範圍 0.0 - 1.0 -->
  </url>

  <!-- 這是其他頁面的URL -->
  <url>
    <loc>https://titan.radium.com.tw/News</loc>
    <lastmod>2024-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://titan.radium.com.tw/About</loc>
    <lastmod>2024-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://titan.radium.com.tw/About/Reward</loc>
    <lastmod>2024-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://titan.radium.com.tw/Project/Build</loc>
    <lastmod>2024-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://titan.radium.com.tw/Project/completed</loc>
    <lastmod>2024-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <url>
    <loc>https://titan.radium.com.tw/ContactUs</loc>
    <lastmod>2024-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>  

  <!-- 可以根據需要繼續添加其他頁面 -->
</urlset>
