<?xml version="1.0" encoding="UTF-8"?>
<!-- MBP-432/441: the brand domain's sitemap is an INDEX so zortix.app tells
     engines about the whole public layer, not one URL. The children are
     same-host: vercel.json proxies /sitemap-*.xml to the web app (Option A
     rewrites, MBP-441), so every referenced sitemap — and every URL inside
     it once NEXT_PUBLIC_WEB_BASE_URL points at the brand domain — lives on
     zortix.app. Keep this list in sync with SITEMAP_CHILDREN in
     web/lib/sitemaps.ts. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://zortix.app/sitemap-landing.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zortix.app/sitemap-core.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zortix.app/sitemap-tickers.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zortix.app/sitemap-signal.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://zortix.app/sitemap-today.xml</loc>
  </sitemap>
</sitemapindex>
