<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two URLs that render something to a signed-out visitor. Every other
  route in this app is behind ProtectedRoute and answers a crawler with the
  sign-in screen, so listing them would submit dozens of URLs that all resolve
  to the same page — the fastest way to have a sitemap ignored.

  `/` and `/welcome` are the same page: ProtectedRoute sends an unauthenticated
  visitor at the root to /welcome. The root is listed first and at higher
  priority because it is the address people type and link to.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://erp.gridostech.com/</loc>
    <lastmod>2026-08-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://erp.gridostech.com/welcome</loc>
    <lastmod>2026-08-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
