<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the public, non-authenticated surface only.
  The app is mostly an auth-gated community tool, so this list is intentionally small:
  only stable, crawlable landing pages belong here. Dynamic public pages (events /e/:code,
  ventures /v/:slug, profiles /:slug) are served with server-rendered OG meta via the
  bot rewrites in vercel.json and are discovered from links on the homepage, not enumerated
  here (they change too often for a static file). If we later want them indexed directly,
  add a dynamic /api/sitemap that queries Convex for public rows.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://aibuilders.club/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://aibuilders.club/join</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
