<?xml version="1.0" encoding="UTF-8"?>
<!--
  XDBay master sitemap INDEX — the single entry point named in robots.txt and
  submitted to Search Console / Yandex Webmaster.

  Leaves:
    • sitemap-static.xml     — hand-authored marketing routes (this repo, public/)
    • sitemap-categories.xml — generated by the backend (catalog taxonomy)
    • sitemap-services.xml    — generated by the backend (active service offers)
    • sitemap-profiles.xml    — generated by the backend (active public profiles)

  The three dynamic leaves are proxied from the API on this host (see nginx.conf);
  the old /sitemap-index.xml listed only those three and is now superseded by this
  file, which also carries the static leaf. robots.txt references ONLY this file.

  No <lastmod> on the dynamic leaves here: the backend owns their freshness and
  should stamp lastmod inside each leaf from real content changes (not request
  time — a date that moves every fetch is discarded by Google). The static leaf's
  lastmod is a fixed content-change date.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://xdbay.com/sitemap-static.xml</loc>
    <lastmod>2026-07-25</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://xdbay.com/sitemap-categories.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://xdbay.com/sitemap-services.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://xdbay.com/sitemap-profiles.xml</loc>
  </sitemap>
</sitemapindex>
