<?xml version="1.0" encoding="UTF-8"?>
<!--
 TECHNIQUE: XML SITEMAP with priority/lastmod/changefreq
 Signals crawl priority and content freshness to search engines.
 lastmod="2026-08-06" tells Google "this was JUST updated" 
 (even if content hasn't changed - freshness hack)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  
  <!-- Homepage - highest priority, daily changes -->
  <url>
    <loc>https://delivery-uae.github.io/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="ar-AE" href="https://delivery-uae.github.io/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://delivery-uae.github.io/en/"/>
  </url>

  <!-- English version -->
  <url>
    <loc>https://delivery-uae.github.io/en/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://delivery-uae.github.io/en/"/>
    <xhtml:link rel="alternate" hreflang="ar-AE" href="https://delivery-uae.github.io/"/>
  </url>

  <!-- City pages - geo-targeted, high priority for local SEO -->
  <url>
    <loc>https://delivery-uae.github.io/ar/dubai/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://delivery-uae.github.io/ar/abu-dhabi/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://delivery-uae.github.io/ar/sharjah/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://delivery-uae.github.io/ar/ajman/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://delivery-uae.github.io/ar/ras-al-khaimah/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://delivery-uae.github.io/ar/fujairah/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
