<?xml version="1.0" encoding="UTF-8"?>
<!--
  TheOrder-ERP sitemap.

  ONLY REAL, CRAWLABLE DOCUMENTS. The front page is a single-page app: About,
  Terms, Privacy and Contact are drawers over the same URL, not addresses, so
  listing them would be listing one page five times. The trilingual guide IS a
  separate served document and is the one page here with genuine depth for a
  crawler to read.

  /signup MEETS THAT TEST ONLY SINCE version-165, and the distinction is the
  whole point of the paragraph above. Until then signup was reachable by
  clicking and nothing else — no URL, so nothing to list, nothing to index and
  nothing a review-site listing could deep-link to. It is now a route in its
  own right (initialScreen + PUBLIC_ENTRY), which is what earns it a line here.
  It is the conversion path, hence the priority above the guide.

  Tenant workspaces (<sub>.theorder-erp.com) are deliberately absent: different
  hosts, all behind a login.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://theorder-erp.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://theorder-erp.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://theorder-erp.com/guide.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
