<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage - Highest priority -->
  <url>
    <loc>https://green-bus.netlify.app/</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Bus Search - Core functionality -->
  <url>
    <loc>https://green-bus.netlify.app/search</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- User Authentication Pages -->
  <url>
    <loc>https://green-bus.netlify.app/login</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://green-bus.netlify.app/register</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://green-bus.netlify.app/forgot-password</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- User Dashboard Pages (Protected but indexable for logged-in users) -->
  <url>
    <loc>https://green-bus.netlify.app/my-bookings</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://green-bus.netlify.app/profile</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Admin Login (Public access point) -->
  <url>
    <loc>https://green-bus.netlify.app/admin/login</loc>
    <lastmod>2025-09-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
