<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  NOTE: This is a PLACEHOLDER file.
  
  The actual sitemap is NOW DYNAMICALLY GENERATED by a Netlify Function.
  
  See: netlify/functions/sitemap.ts
  
  The function:
  - Queries all available cars from the Supabase database
  - Generates URLs with proper hreflang tags for all languages (en, de, fr, it)
  - Caches for 24 hours to optimize performance
  - Includes all static pages and dynamic car listings
  
  This endpoint is accessed at: https://www.vipluxurycars.ch/sitemap.xml
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <!-- Sitemap is dynamically generated. Check /.netlify/functions/sitemap for source. -->
</urlset>
