<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home page -->
  <url>
    <loc>https://www.ceylon-odyssey.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Vehicles page -->
  <url>
    <loc>https://www.ceylon-odyssey.com/vehicles</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Vehicle detail pages (dynamic) -->
  <!-- Google can't index dynamic React routes by default unless pre-rendered. 
       Optional: generate dynamic sitemap server-side if you want each vehicle indexed -->
  <!-- Example for one vehicle: -->
  <!--
  <url>
    <loc>https://www.ceylon-odyssey.com/vehicle/vehicleId123</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  -->

  <!-- About Us -->
  <url>
    <loc>https://www.ceylon-odyssey.com/AboutUs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Signup -->
  <url>
    <loc>https://www.ceylon-odyssey.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Login -->
  <url>
    <loc>https://www.ceylon-odyssey.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Complete Profile (only if public) -->
  <!-- If this requires login, omit it from sitemap -->
  <!--
  <url>
    <loc>https://www.ceylon-odyssey.com/complete-profile</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  -->

  <!-- Booking Form (only public vehicles) -->
  <!-- If user must be logged in, omit -->
  <!--
  <url>
    <loc>https://www.ceylon-odyssey.com/book/vehicleId123</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  -->

</urlset>
