<?xml version="1.0" encoding="UTF-8"?>
<!--
  Root sitemap is intentionally EMPTY and served as a STATIC asset (not the SSR worker).
  Career sitemaps are per-org and dynamic: /{orgSlug}/sitemap.xml (src/pages/[slug]/sitemap.xml.ts).
  There is deliberately no root sitemap index — enumerating every org slug in one public file would
  leak the tenant list. This file exists only to absorb the constant bot hits on /sitemap.xml at the
  asset layer, so each one is a static serve instead of a wasted vera-jobs SSR invocation (a bare
  /sitemap.xml otherwise matches the [slug] route, fails slug validation, and 404s from the worker).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"></urlset>
