<?xml version="1.0" encoding="UTF-8"?>
<!--
  Agora Logistic - sitemap.

  ONE URL, on purpose. The landing page at "/" is the only page on this site
  that has content to index. Everything else is the customer application: it
  paints itself with JavaScript behind a sign-in, so a crawler that follows it
  finds a spinner and then a login form. Listing a login screen here would only
  buy a "Crawled - currently not indexed" line in Search Console.

  The links in the landing page nav (#pricing, #how-it-works, #faq) are anchors
  into that same document, not separate addresses, so they do not belong here
  either - a sitemap lists URLs, and a fragment never reaches the server.

  lastmod is the day public/landing.html itself last changed. Update it when
  that file changes; if that is going to be forgotten, delete the line instead.
  A lastmod that lies is worse than no lastmod - a crawler that catches one out
  stops trusting the rest of the file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://logistic.agora.supplies/</loc>
    <lastmod>2026-08-17</lastmod>
  </url>
</urlset>
