<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://autocarazzam.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://autocarazzam.com/car.html</loc>
    <changefreq>daily</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    ════════════════════════════════════════════════════════
    DYNAMIC CAR PAGES
    ════════════════════════════════════════════════════════
    Car listing URLs are stored in Firestore at:
      Collection: seo
      Document:   sitemap
      Field:      urls (array of full URLs)

    This array is kept up to date automatically by
    updateSitemapRecord() in index.html, which runs after
    every car add/edit/delete.

    To regenerate this file with the latest car URLs, run:
      node generate-sitemap.js

    That script reads the "seo/sitemap" document and writes
    a complete sitemap.xml including all visible cars using
    their slug-based URLs:
      https://autocarazzam.com/car.html?slug=<slug>
    ════════════════════════════════════════════════════════
  -->

</urlset>
