<?xml version="1.0" encoding="UTF-8"?>
<!--
  SteadyDrive™ sitemap index.

  This static file exists so the canonical, conventional URL
  https://steadydrive.co.uk/sitemap.xml resolves to a valid XML
  document instead of being intercepted by the React SPA catch-all
  and served as index.html.

  The real, always-fresh sitemap is generated dynamically by the
  FastAPI backend at /api/sitemap.xml — it pulls every Learner
  Journey, Library entry, Academy skill and marketing page out of
  the database on every request, with accurate per-URL <lastmod>.

  Google fully supports sitemap index files (sitemaps.org spec),
  so search engines will follow this pointer and crawl the live
  dynamic sitemap.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://steadydrive.co.uk/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
