<?xml version="1.0" encoding="UTF-8"?>
<!--
  apps/web/public/sitemap.xml

  Tier 4a — public SEO surface. The current product surface is
  one SPA at /. Authenticated routes (/c/, /m/, /memory/,
  /settings/) live behind a session cookie and return the same
  SPA shell, but they're noindex-by-policy (robots.txt) and
  not useful to external crawlers. The only indexable URL is
  the marketing landing.

  Future: when there are blog posts, /docs/, /pricing, etc.,
  generate this at build time from a content directory or a
  backend endpoint. For now, the static file is correct.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://origincero.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
