<?xml version="1.0" encoding="UTF-8"?>
<!--
  Souk Iklim El Kharoub — production sitemap.

  Only ONE real, currently-indexable URL exists today: the homepage. Every
  other Customer-facing view (individual Shops, Offers, Marketplace filters,
  Cart, Profile, My Orders, etc.) renders at this exact same URL via
  client-side React state (see App.tsx — navigation uses
  window.history.pushState(state, "") with NO url argument, so the address
  bar never actually changes). There is therefore no safe, honest way to
  list per-Shop URLs here yet: they don't exist as real, separately
  loadable addresses, so listing one would send both Google and a human
  clicking from search results to a URL that cannot restore that specific
  Shop. See the SEO report for what adding real routing would involve.

  Admin dashboard, Owner Dashboard, and login-only/private account screens
  are intentionally excluded — they are either separate applications
  entirely or, on this SPA, not distinct URLs in the first place.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://soukiklim.netlify.app/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
