<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home – highest priority, changes frequently with upcoming hikes -->
  <url>
    <loc>https://www.trailblissadventurers.co.ke/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Hikes listing – updated whenever a new hike is added -->
  <url>
    <loc>https://www.trailblissadventurers.co.ke/hikes</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Private Adventures – key conversion page -->
  <url>
    <loc>https://www.trailblissadventurers.co.ke/private-adventures</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- About – stable content, changes rarely -->
  <url>
    <loc>https://www.trailblissadventurers.co.ke/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Gallery – updated when new hike photos are added -->
  <url>
    <loc>https://www.trailblissadventurers.co.ke/gallery</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!--
    DYNAMIC HIKE PAGES (/hikes/:id)
    ================================
    Add one <url> block per hike from your backend database.
    Example:

    <url>
      <loc>https://www.trailblissadventurers.co.ke/hikes/mount-kenya-summit</loc>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
    </url>

    Long-term: generate this file automatically at build time by
    fetching all hike slugs from your API (see the SEO plan for details).
  -->

</urlset>
