<?xml version="1.0" encoding="UTF-8"?>
<!-- MBP-432/441/461: 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), and the web generators emit <loc>s on zortix.app
     via PUBLIC_ORIGIN (MBP-461), independent of NEXT_PUBLIC_WEB_BASE_URL.
     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>
