<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap listing the site's fixed, non-parameterized routes.
  Per-tour URLs (/tours/:id) are not included here since they are dynamic
  and would require a build-time data fetch to enumerate — see
  docs/GEMS_TRAVEL_MVP_MASTER_PLAN.md for this documented limitation and
  the recommended follow-up (a small build script that queries /api/tours
  and appends entries here). Replace the placeholder domain below once
  the production domain is live.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/tours</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://example.com/ai-advisor</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://example.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
