<?xml version="1.0" encoding="UTF-8"?>
<!--
  MEDIUM #17 — this is now a sitemap INDEX (not a plain urlset): it points
  crawlers at two real sitemaps instead of being the whole thing itself.
  sitemap-pages.xml is the static list of marketing routes this file used to
  contain directly. sitemap-listings.xml is server-generated by the backend
  (backend/src/modules/shared/sitemap.controller.js) and covers every
  dynamic public listing page — gigs, freelancer profiles, startups, open
  jobs (only while jobsEnabled), contests, and campaigns — none of which a
  static file built at deploy time could ever enumerate.
  robots.txt's `Sitemap:` line still just points here; nothing else needs to
  change to pick up the new content.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://growhive.in/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://growhive.in/api/sitemap-listings.xml</loc></sitemap>
</sitemapindex>
