<?xml version="1.0" encoding="UTF-8"?>
<!--
  ⭐ ONE URL, AND THAT IS NOT AN OVERSIGHT. The public page is a single
     document told in thirteen chapters; the chapters are #fragments of it, and
     a search engine discards the fragment and folds every one of them back
     onto this same URL. Listing them would be thirteen duplicate entries.

  ⭐ THE APEX ONLY. www.speedock.com and platform.speedock.com serve this exact
     bundle and therefore this exact page. Naming one of the three here — and
     the same one index.html's rel=canonical names — is what tells a crawler
     which of the three is the page and which two are copies.

  ⚠️ NO <lastmod>. A date compiled into a static file is wrong the first time
     the page changes without it, and a lastmod a crawler catches lying is
     worse than none: Google stops trusting the field for the whole site.
     Restore it only if something computes it from the commit that built dist/.

  ⚠️ THE HOSTNAME IS WRITTEN OUT HERE, WHICH NOTHING ELSE IN THE CONSOLE DOES.
     A <loc> must be absolute — the format has no relative form — so there is
     no version of this file that derives it from the address bar the way
     Home.tsx's platformOrigin() does. What holds it honest instead is
     tests/invariants/test_search_indexing.py, which reads PUBLIC_DOMAIN out of
     k8s-build/vars.env and fails if this file and the deployment disagree.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://speedock.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
