<?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">

  <!--
    B2B partner portal sitemap.
    Only pages accessible WITHOUT authentication are listed here.
    Routes under PartnerAuthGuard require login on partner.kabiatravels.com
    and will redirect bots to sign-in — those are excluded intentionally.
  -->

  <!-- Homepage (public — shows B2B landing for unauthenticated visitors) -->
  <url>
    <loc>https://partner.kabiatravels.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Static / policy pages (no auth required) -->
  <url>
    <loc>https://partner.kabiatravels.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://partner.kabiatravels.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://partner.kabiatravels.com/jobs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
