<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the marketing site. Only the static routes are
  listed here — tenant careers pages (/careers/:slug + /careers/:slug/:token)
  are dynamic and would need runtime enumeration from the API to appear.
  For now search engines discover them via inbound links from tenant
  websites + the "Powered by NEXBILDHR" chip.

  When we cross ~50 marketed tenants, wire a build-time or server-side
  generator that queries /public/tenants and emits a sitemap-index.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nexbildhr.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
