<?xml version="1.0" encoding="UTF-8"?>
<!--
  Mapa strony. Plik STATYCZNY, bo trasy sa stale (src/App.tsx).

  Wczesniej tego pliku nie bylo wcale: robots.txt odsylal do /sitemap.xml, a serwer
  oddawal index.html z kodem 200, bo przekierowanie SPA (public/_redirects) lapie
  kazdy adres. Wygladalo to jak dzialajaca mapa, a bylo podanie robotowi strony HTML
  zamiast XML.

  Adresy MUSZA wskazywac domene ustawiona w Netlify jako glowna (dzis hsglobal.ltd),
  tak samo jak rel=canonical w index.html. Rozjazd tych dwoch to sprzeczny sygnal.

  Lista uslug pochodzi z src/lib/services.ts. Przy dodaniu uslugi dopisz ja TAKZE tutaj.
  Trasa catch-all (*) celowo pominieta - to nie jest osobna strona.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://hsglobal.ltd/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://hsglobal.ltd/services/freight-forwarding</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hsglobal.ltd/services/customs-compliance</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hsglobal.ltd/services/warehousing-fulfillment</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hsglobal.ltd/services/sourcing-qc</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hsglobal.ltd/terms</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://hsglobal.ltd/privacy</loc>
    <priority>0.3</priority>
  </url>
</urlset>
