<?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.

  lastmod only. Google states it ignores changefreq and priority and reads
  lastmod, so the fields it discards are omitted rather than carried for show,
  and every entry carries the one it uses. Dates come from git — the last
  commit to touch each page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://telem.ai/</loc>
    <lastmod>2026-08-27</lastmod>
  </url>
  <url>
    <loc>https://telem.ai/blog/</loc>
    <lastmod>2026-08-23</lastmod>
  </url>
  <url>
    <loc>https://telem.ai/blog/latency-research</loc>
    <lastmod>2026-08-23</lastmod>
  </url>
</urlset>
