<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
  
  <!-- Homepage - Highest Priority -->
  <url>
    <loc>https://ottomotorsug.com/</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://ottomotorsug.com/logo.jpeg</image:loc>
      <image:title>Otto Motors Logo</image:title>
      <image:caption>Premium Car Rentals and Sales in Uganda</image:caption>
    </image:image>
  </url>

  <!-- Car Collection Pages -->
  <url>
    <loc>https://ottomotorsug.com/cars</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/cars/sale</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/cars/rent</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Information Pages -->
  <url>
    <loc>https://ottomotorsug.com/tariffs</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/conditions</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/faq</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/contact</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Car Detail Pages - These would be dynamically generated based on your car database -->
  <!-- Example structure for car detail pages: -->
  <!--
  <url>
    <loc>https://ottomotorsug.com/car/mercedes-benz-s-class-2024</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <image:image>
      <image:loc>https://ottomotorsug.com/cars/mercedes-s-class.jpg</image:loc>
      <image:title>Mercedes-Benz S-Class 2024</image:title>
      <image:caption>Luxury sedan available for rent in Uganda</image:caption>
    </image:image>
  </url>
  -->

  <!-- User Account Pages - Lower priority as they require authentication -->
  <url>
    <loc>https://ottomotorsug.com/profile</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/hire-history</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/wishlist</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/purchases</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://ottomotorsug.com/payment-history</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Admin Pages - Very low priority (or can be excluded) -->
  <url>
    <loc>https://ottomotorsug.com/admin/dashboard</loc>
    <lastmod>2025-02-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>
