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

  Excluded by design:
    /study/session  — only valid for authenticated participants
    /study/passport — only valid for authenticated participants
    /study/signin   — auth surface, not indexable content
    /api/*          — JSON endpoints, no SEO value

  Included: the public marketing + research surface that an admissions
  reader, journalist, or collaborator might land on from a link.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cognivia-platform.vercel.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cognivia-platform.vercel.app/research/proof</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://cognivia-platform.vercel.app/study/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
