<?xml version="1.0" encoding="UTF-8"?>
<!--
  ANGKOR Audio sitemap.

  The site is a hash-routed SPA (#book, #stays, #tour/<id>). Search engines do
  not treat a URL fragment as a distinct page, so the previous sitemap — which
  listed #tours, #explores/tours, #tour-detail/001 and so on — advertised eleven
  URLs that all collapse to the homepage, and several of those slugs did not
  even exist in the app.

  Only genuinely distinct URLs are listed here: the origin plus its language
  variants, which LanguageContext resolves from ?lang= on load.

  To get the catalogue pages indexed individually the app needs path-based
  routes (/tours, /stays, /tour/<slug>) served by an SPA fallback, ideally with
  prerendering. That is an architectural change, not a sitemap change.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://angkor-audio.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://angkor-audio.com/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="zh" href="https://angkor-audio.com/?lang=zh"/>
    <xhtml:link rel="alternate" hreflang="ja" href="https://angkor-audio.com/?lang=ja"/>
    <xhtml:link rel="alternate" hreflang="km" href="https://angkor-audio.com/?lang=km"/>
    <xhtml:link rel="alternate" hreflang="ko" href="https://angkor-audio.com/?lang=ko"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://angkor-audio.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
