<?xml version="1.0" encoding="UTF-8"?>
<!--
  Search-engine sitemap (crawler discovery/SEO only — unrelated to the
  in-page footer site-map links, see src/components/footer/Sitemap.js).

  This app is almost entirely behind SSO (see App.js): every route other
  than "/" requires an authenticated session and renders nothing useful to
  a crawler, so only the public welcome page is listed here.

  The remaining entries mirror the footer's site-map row (the same PLGrid
  sibling apps: helpdesk, user guide, plgrid.pl) so crawlers can discover
  the relationship between this app and the wider PLGrid portal, the same
  way the source Rails app's config/sitemap.rb did.

  Hand-maintained, like the source app's sitemap.rb — there is no
  build-time generator wired up for this CRA app. Update `lastmod` and the
  URL list here if the footer links or public routes change.
-->
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://llmlab.c3.plgrid.pl/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <lastmod>2026-07-21</lastmod>
  </url>
  <url>
    <loc>https://helpdesk.plgrid.pl</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <lastmod>2026-07-21</lastmod>
  </url>
  <url>
    <loc>https://portal.plgrid.pl/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <lastmod>2026-07-21</lastmod>
  </url>
  <url>
    <loc>https://guide.plgrid.pl/en/integrated-platforms/plgrid_forge</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <lastmod>2026-07-21</lastmod>
  </url>
  <url>
    <loc>https://www.plgrid.pl/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <lastmod>2026-07-21</lastmod>
  </url>
</urlset>
