<?xml version="1.0" encoding="UTF-8"?>
<!--
  Savannah Pharmaceuticals Limited — sitemap. Added 2026-09-07.

  ONE URL, AND THAT IS NOT AN OMISSION.

  The storefront routes on the FRAGMENT — `window.location.hash` in app.jsx — so
  every company and product view is `#/company/...` rather than a path of its
  own. A fragment is not part of a URL as far as any crawler is concerned: it
  never leaves the browser, and it is stripped before the fetch. Listing the
  catalogue here would therefore be listing this same single page 1,563 times
  over, which a validator rejects and a crawler would ignore.

  Giving the catalogue real entries means giving it real PATHS. That is a
  routing change in app.jsx plus a server change to answer those paths — not a
  sitemap change. Until then this file is honest about there being one page.

  `lastmod` is the date the storefront was last built, not the date this file
  was written; bump it when index.html is rebuilt and redeployed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://savannahpharma2026.com/</loc>
    <lastmod>2026-09-07</lastmod>
    <changefreq>weekly</changefreq>
  </url>
</urlset>
