<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only routes that exist in src/App.tsx belong here.

  The hand-written version of this file advertised /packages and /drinks. Neither
  is a route, and neither is even a section anchor on the home page. The app is a
  single-page React build, so every unknown path answers 200 with the same shell:
  a crawler asking for /packages was told the URL exists, given the home page, and
  reported it back as a duplicate. A sitemap of promises teaches a crawler to
  distrust the sitemap.

  /login, /admin, /booking-confirmation are real routes but are transactional and
  already disallowed in robots.txt, so they are deliberately absent.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://thesocialbar.om/</loc><changefreq>weekly</changefreq><priority>1.0</priority></url>
  <url><loc>https://thesocialbar.om/booking</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
</urlset>
