<?xml version="1.0" encoding="UTF-8"?>
<!--
  One entry, because one route is served.

  This listed /research, /systems, /products and /identity. Those routes are
  commented out in App.tsx and now resolve to the 404 page, so the sitemap was
  handing crawlers four URLs that answer with a not-found. Restore the entries
  with the routes, not before.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://promethean.engineering/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
