<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Static on purpose.

  Express only ever sees /api/*; the static layer serves every other path from
  this build, so a generated /sitemap.xml is not reachable. Shipping the index
  as a file also fixes the older problem that /sitemap.xml answered with the
  SPA's HTML shell and a 200, which parses as an invalid sitemap rather than
  missing harmlessly.

  The children are generated from Neon by routes/sitemap.ts and cached for an
  hour. This file changes only when a child is added or removed.

  Report URLs are absent deliberately: /research/:ticker does not exist yet,
  and nothing is listed here before it serves.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://naebuza.com/api/sitemap-hubs.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://naebuza.com/api/sitemap-companies.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://naebuza.com/api/sitemap-categories.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://naebuza.com/api/sitemap-trackers.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://naebuza.com/api/sitemap-politicians.xml</loc>
  </sitemap>
</sitemapindex>
