<?xml version="1.0" encoding="UTF-8"?>
<!--
  ada.emaration.ai — hand-maintained, because this leaf has two public pages and
  no @astrojs/sitemap integration. robots.txt used to point at
  /sitemap-index.xml, which never existed (404): a crawler that reads robots and
  follows the Sitemap: line got nothing, so neither page was ever announced.

  Only the two crawlable pages are listed. /scan, /healthz, /readyz and /metrics
  are Disallowed in robots.txt and deliberately absent here — a sitemap that
  lists a disallowed URL is a contradiction crawlers report as an error.

  Trailing slash matters: /tool 307s to /tool/, and a sitemap should list the
  SERVED url, never a redirect.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ada.emaration.ai/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ada.emaration.ai/tool/</loc>
    <priority>0.9</priority>
  </url>
</urlset>
