<?xml version="1.0" encoding="UTF-8"?>
<!--
  Red Sea Tour & Travel Agency — sitemap

  WHY THIS FILE HAS ONE ENTRY:
  The site uses a hash router (#/car-rental, #/booking, ...). Crawlers do not
  send the fragment to the server and do not treat it as a distinct page —
  Google dropped the #! AJAX-crawling scheme in 2015. Every hash route
  therefore resolves to https://redseaeri.com/ as far as indexing is
  concerned, so listing them here would only produce "duplicate, submitted URL
  not selected as canonical" reports in Search Console.

  One real URL exists, so the sitemap declares one real URL.

  TO GET THE ROUTES BELOW INDEXED SEPARATELY, the router has to move from hash
  routing to the History API (or the routes have to be prerendered to static
  HTML). Once that is done, uncomment these and give each its own <lastmod>:

    https://redseaeri.com/car-rental   — car hire and airport transfers
    https://redseaeri.com/booking      — flight and hotel booking requests
    https://redseaeri.com/welcome      — (redirect to / / or drop; same component as /)

  Auth and app routes (/login, /signup, /verify, /team-login, /pay, /app/*)
  are intentionally excluded — they carry no search value.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://redseaeri.com/</loc>
    <lastmod>2026-09-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
