<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the real public, crawlable pages — everything else in this SPA
  (dashboard, coach, settings, individual projects) sits behind auth and
  401s without a session, so listing it here would just be noise/dead
  links to a crawler. hash-routed URLs (#/...) are technically all "the
  same page" to a server anyway (the # fragment never reaches the server),
  so there is exactly one real crawlable document — this covers the
  legal pages too since they DO have distinct, real content once
  rendered, and modern crawlers (Googlebot, GPTBot) do execute JS.

  Domain: sourceventure.dev (confirmed).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sourceventure.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://sourceventure.dev/#/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://sourceventure.dev/#/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
