<?xml version="1.0" encoding="UTF-8"?>
<!--
  Ported from biobar-web's app/sitemap.ts, which emits a single entry for the
  marketing page. biobar.ai now serves that page from this bundle (it is in
  `marketing_hosts`, so CloudFront returns the prerendered landing at `/`), so
  this points at the apex and matches LandingPage's <link rel="canonical">.
  Keep the two in sync — the app host is not a crawl target, `/` there is the
  authenticated app and redirects to sign-in.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://biobar.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
