<?xml version="1.0" encoding="UTF-8"?>
<!--
  MAPI — sitemap.xml
  MAPI is a React SPA with BrowserRouter; the listed paths are all
  client-routed. Each URL serves the same SPA shell (index.html);
  crawlers should index them via JS execution. Vite copies this
  file from public/ into dist/ at build time.

  Hreflang: locale toggle is component-level (Help page only), not
  URL-routed. EN and VI alternates point at the same canonical URL
  until per-locale URLs land. Brief instruction (2026-05-13): do
  not invent a routing convention here.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://mapi.smartmoneykumo.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://mapi.smartmoneykumo.com/" />
    <xhtml:link rel="alternate" hreflang="vi" href="https://mapi.smartmoneykumo.com/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mapi.smartmoneykumo.com/" />
  </url>

  <url>
    <loc>https://mapi.smartmoneykumo.com/cockpit</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://mapi.smartmoneykumo.com/cockpit" />
    <xhtml:link rel="alternate" hreflang="vi" href="https://mapi.smartmoneykumo.com/cockpit" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mapi.smartmoneykumo.com/cockpit" />
  </url>

  <url>
    <loc>https://mapi.smartmoneykumo.com/board</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://mapi.smartmoneykumo.com/board" />
    <xhtml:link rel="alternate" hreflang="vi" href="https://mapi.smartmoneykumo.com/board" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mapi.smartmoneykumo.com/board" />
  </url>

  <url>
    <loc>https://mapi.smartmoneykumo.com/watchtower</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://mapi.smartmoneykumo.com/watchtower" />
    <xhtml:link rel="alternate" hreflang="vi" href="https://mapi.smartmoneykumo.com/watchtower" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mapi.smartmoneykumo.com/watchtower" />
  </url>

  <url>
    <loc>https://mapi.smartmoneykumo.com/help</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://mapi.smartmoneykumo.com/help" />
    <xhtml:link rel="alternate" hreflang="vi" href="https://mapi.smartmoneykumo.com/help" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://mapi.smartmoneykumo.com/help" />
  </url>

</urlset>
