<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, crawlable routes only. Search pages (/cars, /car-details, /group-details) are
  driven entirely by query params, and every /dashboard-* route is behind authGuard —
  neither belongs in a sitemap. Keep in sync with src/app/app.routes.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://rentnow.ae/en/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rentnow.ae/en/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://rentnow.ae/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://rentnow.ae/en/"/>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://rentnow.ae/en/car-category</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rentnow.ae/en/car-category"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://rentnow.ae/ar/car-category"/>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://rentnow.ae/en/contact-us</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rentnow.ae/en/contact-us"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://rentnow.ae/ar/contact-us"/>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://rentnow.ae/en/partner</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rentnow.ae/en/partner"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://rentnow.ae/ar/partner"/>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://rentnow.ae/en/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rentnow.ae/en/terms"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://rentnow.ae/ar/terms"/>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://rentnow.ae/en/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://rentnow.ae/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://rentnow.ae/ar/privacy"/>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
