<?xml version="1.0" encoding="UTF-8"?>
<!--
  LUXOR 官網 sitemap
  ============================================================
  目前站上只有兩個「真實網址」：中文站 / 與日文站 /ja/。
  導覽列的產品介紹、功能地圖、收費方案等都是 React 狀態切換，
  網址不會變，所以 Google 無法把它們當成獨立頁面收錄。

  之後若導入前端路由（History API），每多一頁就在這裡補一組 <url>，
  並記得同步更新 <lastmod>。
  ============================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://www.luxor.com.tw/</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://www.luxor.com.tw/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://www.luxor.com.tw/ja/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.luxor.com.tw/"/>
  </url>

  <url>
    <loc>https://www.luxor.com.tw/ja/</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="zh-Hant" href="https://www.luxor.com.tw/"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://www.luxor.com.tw/ja/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.luxor.com.tw/"/>
  </url>

</urlset>
