<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap index. All files below (including this one) are static files
     shipped with the build. sitemap-pages.xml is hand-maintained;
     sitemap-agents.xml (People) / sitemap-companies.xml (Businesses) /
     sitemap-listings.xml / sitemap-communities.xml / sitemap-events.xml /
     sitemap-blog.xml are auto-generated from the backend's live sitemap
     endpoints by .github/workflows/refresh-sitemaps.yml on a schedule (see
     each file's own header comment). File names still mirror their backend
     source table (agents/companies) even though the public product is now
     positioned as People/Businesses - see docs/seo-repositioning-report.md.
     They used to be same-origin-proxied via public/_redirects instead, but
     AWS Amplify Hosting does not apply that file's rules (confirmed in
     production: every proxied path, and in fact every deep-linked SPA
     route, 404'd) - see docs/seo-audit-report.md for the incident writeup.
     sitemap-communities.xml / sitemap-events.xml ship empty until the
     matching backend sitemap endpoints exist (see docs/seo-repositioning-report.md).
     No sitemap-tenders.xml: the tender workspace is gated behind login for
     every visitor (see routeTable.js's PUBLIC_PAGES/SEMI_PUBLIC_PAGES) so
     there is currently no publicly indexable tender URL to list. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://www.linser.in/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://www.linser.in/sitemap-agents.xml</loc></sitemap>
  <sitemap><loc>https://www.linser.in/sitemap-companies.xml</loc></sitemap>
  <sitemap><loc>https://www.linser.in/sitemap-listings.xml</loc></sitemap>
  <sitemap><loc>https://www.linser.in/sitemap-communities.xml</loc></sitemap>
  <sitemap><loc>https://www.linser.in/sitemap-events.xml</loc></sitemap>
  <sitemap><loc>https://www.linser.in/sitemap-blog.xml</loc></sitemap>
</sitemapindex>
