<?xml version="1.0" encoding="UTF-8"?>
<!--
  Saibyl — Saido Labs LLC

  The three genuinely public routes — the same three the build prerenders.
  /login and /signup are deliberately absent: they are in robots.txt as
  Disallow, and a sitemap that lists pages a crawler is told not to fetch is a
  contradiction the crawler resolves by trusting neither file.

  Resolved 2026-08-30: saibyl.com now serves the app, verified by capture —
  the page returns its own title, 11,859 characters of crawlable text, and its
  structured data. The note that used to sit here said the domain still served
  a GoDaddy "Launching Soon" page and that these URLs were aspirational. Both
  were true when written and neither is now, so the note is gone rather than
  left to be inherited as a fact.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://saibyl.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://saibyl.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://saibyl.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
