<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the routes that render for a visitor carrying no session and no local
  trip state. /dashboard, /trips, /planner and /itinerary are deliberately
  absent: they are behind auth or local state, and robots.txt disallows them.

  No <lastmod>: the deploy has no honest date to put there and a made-up one
  is worse than none. No hreflang alternates either, because Arabic and
  English are the same URL (the locale lives in localStorage and in the html
  lang/dir pair), so there is no alternate URL to point at.

  <loc> values must be absolute, so there is no relative form of this file a
  crawler would accept. The build substitutes https://rahalai.com from APP_URL and
  deletes this file outright when no origin is configured, because a sitemap
  whose every <loc> is unresolvable is invalid rather than merely degraded.
  See README, "Public origin and social metadata".
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rahalai.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://rahalai.com/embassies</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://rahalai.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://rahalai.com/terms</loc>
    <priority>0.3</priority>
  </url>
</urlset>
