<?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">

  <!-- Home/Landing Page -->
  <url>
    <loc>https://claimroute.vercel.app/landing</loc>
    <lastmod>2026-01-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Features Page -->
  <url>
    <loc>https://claimroute.vercel.app/feature</loc>
    <lastmod>2026-01-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Note: Protected routes (/schedule, /leads, /timestamps, /system) are not included
       in the sitemap as they require authentication and should not be indexed by search engines.

       Dynamic booking pages (/book/:token) are also excluded as they are generated
       dynamically with unique tokens. -->

</urlset>
