<?xml version="1.0" encoding="UTF-8"?>
<!-- Only the homepage. Every other route (/search, /cars, /terms, /privacy,
     /offers) is rendered client-side from this same index.html, so their
     served HTML is byte-identical to the homepage's. Listing them would
     submit a set of URLs that look like duplicates of one another, which
     is worse than not listing them. Giving any of them their own entry
     means stamping them their own HTML first, the way
     scripts/og-pages.mjs already does for /confirmation and /signin. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rougereserve.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
