<?xml version="1.0" encoding="UTF-8"?>
<!--
  talabaty / طلباتي — sitemap for the PUBLIC routes only.

  Every URL here is a real route in apps/customer/src/App.jsx that renders
  without a session. Screens that need a signed-in customer (cart, wallet,
  addresses, order tracking) are deliberately absent — a crawler only ever
  sees an empty shell there — and so are the /admin and /shopadmin consoles.

  Served from apps/customer/public/ so `vite build` copies it into dist/ and
  nginx serves the real file instead of the SPA fallback.

  Hostname: update it here and in robots.txt if the domain moves
  (deploy/migration/RUNBOOK.md).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://talabat.jarves.net/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- The marketplace landing (vendor discovery) — the real home screen. -->
    <loc>https://talabat.jarves.net/app</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- "Become a partner" — public vendor self-registration. -->
    <loc>https://talabat.jarves.net/app/partner</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://talabat.jarves.net/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://talabat.jarves.net/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://talabat.jarves.net/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
