<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — entry point for Google Search Console.
  Points at two child sitemaps:
    1. /sitemap-pages.xml   — static landing pages (this file, below)
    2. /api/sitemap-listings.xml — dynamic, all public car listings, generated by SeoController

  This file lives at frontend/public/sitemap.xml and is served by the
  Vite preview server out of dist/ at https://globalgarage.gg/sitemap.xml
  so it survives the SPA fallback regardless of reverse-proxy config.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://globalgarage.gg/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://globalgarage.gg/api/sitemap-listings.xml</loc>
  </sitemap>
</sitemapindex>
