<?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 -->
  <url>
    <loc>https://kabiatravels.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Blog listing -->
  <url>
    <loc>https://kabiatravels.com/blogs</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Package listings -->
  <url>
    <loc>https://kabiatravels.com/packages/all</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Fixed departure listings -->
  <url>
    <loc>https://kabiatravels.com/fixed-departure-packages/all</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Service / enquiry pages -->
  <url>
    <loc>https://kabiatravels.com/enquiry/flight</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://kabiatravels.com/enquiry/visa</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Static pages -->
  <url>
    <loc>https://kabiatravels.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://kabiatravels.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://kabiatravels.com/jobs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!--
    DYNAMIC PAGES (blogs and packages) need to be added here.
    Since this is a client-side Angular app, you have two options:

    Option 1 - Manual: Add each blog slug and package ID manually as you publish them:
      <url>
        <loc>https://kabiatravels.com/blog/bundelkhand-travel-guide</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
      </url>

    Option 2 - Automated: Generate sitemap.xml from your backend API at build time
      (recommended for scale — ask your backend developer to create a /api/sitemap endpoint)
  -->

</urlset>
