<?xml version="1.0" encoding="UTF-8"?>
<!--
  Houseboat Safari — Sitemap INDEX (root-level).
  Submit ONLY this URL to Google Search Console:
    https://houseboatsafari.com/sitemap.xml

  All three children are generated by the backend (routers/seo.py) so
  <lastmod> is always accurate and new houseboats/locations appear
  without a redeploy. They live under /api/ because the ingress routes
  only /api/* to the backend.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://houseboatsafari.com/api/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://houseboatsafari.com/api/sitemap-locations.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://houseboatsafari.com/api/sitemap-houseboats.xml</loc>
  </sitemap>
</sitemapindex>
