<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the four PUBLIC routes. Everything else in app.routes.ts sits behind authGuard and
  renders the login page to a crawler.

  No <xhtml:link rel="alternate" hreflang="..."> entries: ro/en/ru are served from the SAME
  URL (the choice lives in localStorage, not the path), so there are no per-language URLs to
  declare. Add them only if language ever moves into the path.

  `lastmod` is hand-maintained — there is no build step generating this file. Bump the date
  on a route when its content actually changes; a date that never moves is better than one
  that lies about every page changing daily.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://microgest.org/</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://microgest.org/tools/regime-wizard</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://microgest.org/terms</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://microgest.org/privacy</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
