<?xml version="1.0" encoding="UTF-8"?>
<!--
  Heaven Homes — Sitemap Index
  Heaven Eco Hub | heavenhomeshub.com

  EVERY ENTRY IS SAME-HOST. Google only trusts a sitemap for URLs on the host
  that serves it, so the previous cross-host cloudfunctions.net entries could
  not have submitted a single heavenhomeshub.com URL even when they worked —
  and they did not work: both returned HTTP 500 for 54 days. The functions are
  now reached through the /sitemap-*.xml hosting rewrites instead.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static marketing + app routes (39 URLs) -->
  <sitemap>
    <loc>https://heavenhomeshub.com/sitemap-static.xml</loc>
  </sitemap>

  <!-- Everything generated from live Firestore: properties, agents, city and
       neighbourhood pages, Luna Q&A, with hreflang across all 9 locales -->
  <sitemap>
    <loc>https://heavenhomeshub.com/sitemap-complete.xml</loc>
  </sitemap>

  <!-- Property detail pages with per-listing image entries (Google Images) -->
  <sitemap>
    <loc>https://heavenhomeshub.com/sitemap-properties.xml</loc>
  </sitemap>

  <!-- Public agent profile pages -->
  <sitemap>
    <loc>https://heavenhomeshub.com/sitemap-agents.xml</loc>
  </sitemap>

  <!-- Regional surfaces -->
  <sitemap>
    <loc>https://heavenhomeshub.com/sitemap-gd.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://heavenhomeshub.com/sitemap-br.xml</loc>
  </sitemap>

  <!-- Long-form guides hub -->
  <sitemap>
    <loc>https://heavenhomeshub.com/guides/sitemap.xml</loc>
  </sitemap>

</sitemapindex>
