<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written on purpose: three URLs and no build step, so a generator would
  be more machinery than the thing it generates. Referenced from robots.txt.

  Only indexable pages belong here. sso.html and social/*-source.html both
  carry a permanent `noindex`, and listing a noindexed URL in a sitemap sends
  search engines two contradictory signals about the same page.

  Blog posts use their extensionless URL, matching their <link rel="canonical">
  — the .html form 307s, and a redirect in a sitemap is a wasted crawl.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://telem.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://telem.ai/blog/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://telem.ai/blog/latency-research</loc>
    <lastmod>2026-08-23</lastmod>
    <priority>0.7</priority>
  </url>
</urlset>
