<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX. This is the single entry point referenced by robots.txt, so
  Google discovers everything from here on its normal crawl schedule.

  Children:
    - sitemap-marketing.xml  static urlset: landing + feature + compare + /for-*
                             SEO pages. Auto-maintained by scripts/seo-apply-draft.mjs
                             (every shipped SEO page self-registers here).
    - sitemap-bookings.xml   DYNAMIC: served by the api/sitemap-bookings serverless
                             function, which queries every PUBLISHED customer booking
                             page (/b/:slug) live from the DB. Publishing a page adds
                             it automatically; unpublishing removes it. Zero manual step.

  Do NOT hand-edit page lists here — both children self-populate.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://getyourhustle.io/sitemap-marketing.xml</loc></sitemap>
  <sitemap><loc>https://getyourhustle.io/sitemap-bookings.xml</loc></sitemap>
</sitemapindex>
