<?xml version="1.0" encoding="UTF-8"?>
<!--
  IMPORTANT (read before editing): Arbian Enterprise is a single-page app
  (SPA) — every "page" (categories, cart, track order, etc.) is rendered
  client-side under one real HTML document (/index.html) using URL
  fragments (#cat-1, #track, ...). Google does NOT crawl or index
  fragment ("#") URLs as separate pages — a fragment is only meaningful
  to the browser, never sent to the server, so search engines treat
  "https://site.com/#cat-1" and "https://site.com/" as the exact same
  URL. Listing fragment URLs in a sitemap does not make Google index
  them separately, and can also make Search Console mark those entries
  as "not indexed" (correctly), which historically shows up as sitemap
  processing issues.
  This sitemap intentionally lists ONLY real, distinct, server-resolvable
  URLs. Right now the site has exactly one: the homepage.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://arbian-enterprise.vercel.app/</loc>
    <lastmod>2026-07-27</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
