<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX.
  This file points search engines and AEO crawlers to per-topic sub-sitemaps:

   • sitemap-pages.xml  — static marketing surface (home, category hubs, about, etc.)
   • /api/blog/sitemap.xml     — dynamic blog posts, served by MadonnaStays.Blog.API
   • /api/listings/sitemap.xml — dynamic listing details, served by MadonnaStays.Listings.API

  Both backend sitemaps are proxied through Vercel's /api/* rewrite, so Google,
  Bing, GPTBot, ClaudeBot, PerplexityBot, etc. can fetch them at the canonical
  madonnastays.co.ke origin without needing a separate CDN path.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.madonnastays.co.ke/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.madonnastays.co.ke/api/blog/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.madonnastays.co.ke/api/listings/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
