<?xml version="1.0" encoding="UTF-8"?>
<!--
  Ricche.ai — XML sitemap.

  Canonical host: https://ricche.ai

  The public website is a single page; "/" is the only canonical, resolvable
  URL. The section names (Problem, Systems, Architecture, Governance, Status,
  Research, FAQ, …) are IN-PAGE ANCHORS on "/", not separate routes, so they
  are intentionally NOT listed here — listing non-resolvable URLs (which 404)
  is an SEO smell. When/if route-splitting is implemented, add the real paths.

  See docs/RICCHE_WEBSITE_LOCATION.md and docs/SEO_STRATEGY.md.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://ricche.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Standalone, static, downloadable technical note (resolves directly). -->
  <url>
    <loc>https://ricche.ai/technical-note-001.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
