<?xml version="1.0" encoding="UTF-8"?>
<!--
  Teloris — sitemap (#2034).

  teloris.ai is hardcoded on purpose. A sitemap must carry absolute URLs, and the
  marketing site is built ONCE and deployed to two workers (deploy-marketing.yml
  rewrites the config per tier), so no build- or file-time value can tell staging
  from prod. teloris.ai is also the only host we ever want indexed, which makes
  the constant the correct answer rather than a compromise.

  Only real pages belong here. /origin, /bet, /scenarios, /system, /see-it-work,
  and since the redesign of 15-sep-2026 (#3726) /how-it-works, /why and /compare/*
  are 301 redirect stubs — a sitemap lists canonical URLs, not redirects.

  Kept honest by src/__tests__/marketing-sitemap.test.ts, which fails if a page
  gains or loses `pageMeta` and this file isn't updated to match. No <lastmod>:
  a stale date is worse than none, as it teaches crawlers to distrust the file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://teloris.ai/</loc></url>
  <url><loc>https://teloris.ai/find-clients</loc></url>
  <url><loc>https://teloris.ai/win-business</loc></url>
  <url><loc>https://teloris.ai/predictable-growth</loc></url>
  <url><loc>https://teloris.ai/teloris-intelligence</loc></url>
  <url><loc>https://teloris.ai/security</loc></url>
  <url><loc>https://teloris.ai/about</loc></url>
  <url><loc>https://teloris.ai/ken</loc></url>
  <url><loc>https://teloris.ai/contact</loc></url>
  <url><loc>https://teloris.ai/privacy</loc></url>
  <url><loc>https://teloris.ai/terms</loc></url>
  <url><loc>https://teloris.ai/gdpr</loc></url>
  <url><loc>https://teloris.ai/cookies</loc></url>
  <url><loc>https://teloris.ai/ip</loc></url>
  <url><loc>https://teloris.ai/ai-use</loc></url>
</urlset>
