<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only lists sitemaps that actually exist as files. Previously referenced
  sitemap-hospitals.xml, sitemap-doctors.xml, and sitemap-blog.xml — none of
  those files exist (there's no blog in the app at all), so Google 404'd on
  every one of them when fetching this index. Removed until they're real.

  sitemap-hospitals.xml / sitemap-doctors.xml need to be generated from live
  DB data (doctor/hospital slugs), not hand-maintained as a static asset —
  that's a follow-up: either a backend-served XML endpoint or a build-time
  fetch script, not something to fake here with stale data.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://pulseq.health/sitemap-pages.xml</loc>
    <lastmod>2026-09-15</lastmod>
  </sitemap>
</sitemapindex>
