<?xml version="1.0" encoding="UTF-8"?>
<!--
  QR-81 — static sitemap covering the marketplace's STABLE surfaces only.

  Deliberately NOT generated, and deliberately not listing vehicles or
  showrooms. Those are the pages that actually matter for search, but they are
  per-dealer, change hourly as stock sells, and this is a client-rendered SPA
  with no build-time access to the API. A sitemap generated at build time would
  be stale within a day and would list sold vehicles, which is worse than
  listing nothing — a crawler that repeatedly finds 404s at URLs a sitemap
  promised starts trusting the sitemap less.

  The right answer is for the BACKEND to serve /sitemap.xml (it already knows
  every published showroom and live vehicle, and can set lastmod truthfully).
  Filed in docs/SEO-NOTES.md as the follow-up. This file is the honest floor
  until then: the handful of URLs that genuinely never change.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://marketplace.vopple.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://marketplace.vopple.com/search</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
