<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, linked, indexable pages only.

  Previously this listed /apply, /onboard and /login and nothing else: three
  pages a visitor cannot reach (the Apply entry point was removed from the
  footer 2026-08-18, and /onboard and /login are account plumbing) while
  omitting every page the site actually links to. That is backwards on both
  sides -- it pointed crawlers at dead ends and hid the real content.

  Deliberately NOT listed:
    /apply, /login, /onboard, /reset-password, /auth/callback,
    /account/delete, /unsubscribe   -- account plumbing, no content to index
    /view/:token, /founder-update/:token -- tokenised private documents
    everything behind auth (/dashboard, /vault, /ops, ...)
  robots.txt disallows these too; the two files must agree.

  Detail pages (/companies/:id, /team/:slug, /writing/:slug, /sectors/:slug)
  are dynamic and driven by Supabase, so they are not enumerated here by
  hand -- that list would go stale the moment a GP publishes or unpublishes
  anything. The index pages below link to all of them, which is how a
  crawler reaches them. Generating those entries at build time from the
  published rows is the proper fix and is worth doing separately.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://samarthya.vc/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://samarthya.vc/press</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://samarthya.vc/writing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://samarthya.vc/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
