<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — references two child sitemaps served dynamically by the API server.

  /api/sitemap-pages.xml  — core pages + all blog articles
  /api/sitemap-apis.xml   — all 520+ individual API detail pages (/api/:slug)

  The API sitemaps are generated at request time so they always reflect
  the current dataset and latest health-check timestamps.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <sitemap>
    <loc>https://developerlab.dev/api/sitemap-pages.xml</loc>
  </sitemap>

  <sitemap>
    <loc>https://developerlab.dev/api/sitemap-apis.xml</loc>
  </sitemap>

</sitemapindex>
