<?xml version="1.0" encoding="UTF-8"?>
<!--
  Intelligence Trigger — https://intelligencetrigger.com

  Lists only indexable URLs. /login is public but carries a `noindex` meta
  tag (see src/components/seo/RouteMeta.tsx) and has no unique marketing
  content of its own, so it is intentionally omitted here — Google's own
  guidance is that a sitemap should list canonical, indexable pages only.
-->
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://intelligencetrigger.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
