<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public, indexable surface of 1nsight.ai.

  Deliberately no <lastmod>, <changefreq> or <priority>: a hand-maintained date
  in a static file goes stale the first time someone edits a page and forgets
  this one, and a lastmod a crawler learns to distrust is worse than none at
  all. Google ignores changefreq/priority outright.

  Not listed, on purpose: /auth and /desktop-auth (sign-in entry points, no
  indexable content) and /platform, /design-system, /design-room.

  On those last three: robots.txt disallows them AND src/components/NoIndex.tsx
  injects a noindex tag, which is belt-and-braces rather than the "both are
  needed" that NoIndex's own comment claims. A disallowed page is never
  fetched, so its noindex is never read — the disallow is what is actually
  doing the work. The pairing is harmless and worth keeping in case the
  disallow is ever lifted, but do not rely on the noindex while the disallow
  stands.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://1nsight.ai/</loc></url>
  <url><loc>https://1nsight.ai/join</loc></url>
  <url><loc>https://1nsight.ai/download</loc></url>
  <url><loc>https://1nsight.ai/releases</loc></url>
  <url><loc>https://1nsight.ai/legal/imprint</loc></url>
  <url><loc>https://1nsight.ai/legal/privacy</loc></url>
  <url><loc>https://1nsight.ai/legal/terms</loc></url>
  <url><loc>https://1nsight.ai/legal/dpa</loc></url>
</urlset>
