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

  Scope: only URLs whose STATIC, no-JS fallback (public/index.html) is accurate
  are listed. The app is client-rendered (CRA, no SSR/prerender), so index.html
  is served verbatim for every route and its title/description/canonical/OG only
  match the HOMEPAGE. A non-JS crawler on any deep route would therefore see
  homepage content and metadata, so deep routes are intentionally NOT listed here
  until per-route prerendering ships (see PRERENDERING.md).

  Re-add once each ships an accurate prerendered document:
    /markets, /over-the-counter, /institutional, /fees, /about-us,
    /our-mission, /affiliate-program, /privacy-policy, /terms-of-use

  Last reviewed: 2026-06-30
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage — the only route whose static (no-JS) fallback is accurate today -->
  <url>
    <loc>https://burjx.com/</loc>
    <lastmod>2026-06-30</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
