<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Split so each tier can be measured on its own in Search
  Console: "indexed / submitted" is reported per sitemap, and the Tier 1
  price pages are gated on that number. Folded into one file, their
  indexation rate would be unreadable behind ~101 innovations URLs.

  sitemap-main.xml         hand-maintained; core pages, soil, innovations
  sitemap-prices-tier1.xml generated daily by prerender_prices.py and
                           served from public/ by Firebase Hosting; its
                           lastmod values are real, unlike main's

  No <lastmod> here on purpose. This index ships inside the nginx
  container and would go stale against a child that regenerates daily —
  a wrong lastmod is worse than none, and each child carries its own.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://bhumiai.in/sitemap-main.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://bhumiai.in/sitemap-prices-tier1.xml</loc>
  </sitemap>
</sitemapindex>
