<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for capitalproject.ai

  ▲ Maintenance: this file is hand-maintained. When you add a new public page:
    1. Add a <url> entry below
    2. Add a route mapping in vercel.json (if not yet on cleanUrls)
    3. Add a footer link in the corresponding column of site.css consumers

  ▲ Do not include:
    - /app  (authenticated dashboard, marked noindex)
    - /api/*  (backend, not for crawlers)
    - any page with <meta name="robots" content="noindex">

  Priority guide:
    1.0  homepage
    0.9  primary product pillar (e.g., /platform once it ships)
    0.8  intent-keyword landing pages (Phase 2)
    0.7  secondary product / company pages (e.g., /pricing, /about)
    0.6  blog index + articles (Phase 4)
    0.5  trust / legal pages
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://capitalproject.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://capitalproject.ai/security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://capitalproject.ai/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://capitalproject.ai/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://capitalproject.ai/cookies</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
