<?xml version="1.0" encoding="UTF-8"?>
<!--
  Riant sitemap index.

  Same-host entry point submitted to Google Search Console. Google requires a
  sitemap index's children to live on the same host, so the baker profile
  sitemap is generated into public/ at build time (scripts/generate-sitemap.ts)
  from the providers_public projection — the edge function sitemap stays as the
  IndexNow ping source (DD-124) but cannot be referenced here cross-host.

  Intentionally excluded (non-indexable):
  - /bakers — client-side redirect to /#bakers, not a page
  - /become-a-baker, /auth, /reset-password and all noindex routes
  - /quote/:trackingToken, /order/:trackingToken — private, token-gated
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://riant.app/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://riant.app/sitemap-bakers.xml</loc>
  </sitemap>
</sitemapindex>
