<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public-pages sitemap for melaya.org.

  Covers the marketing landing (root + /home), the auth entry points
  (/login, /register), the docs root (/docs is public-by-design), and
  the three legal documents. Authenticated app routes (/overview,
  /projects, /tracing, /assistant, /eval, /builder, /tools, /subagents,
  /connectors, /admin, /trading, /predictions) are intentionally
  excluded — they're gated by JWT and have no public content.

  Anchor hashes (#capabilities, #exchanges, #pricing) are NOT listed
  separately: search engines ignore fragments, and /home already
  represents that content.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- ── Marketing landing ─────────────────────────────────────── -->
  <url>
    <loc>https://melaya.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://melaya.org/home</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── Auth entry points ─────────────────────────────────────── -->
  <url>
    <loc>https://melaya.org/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://melaya.org/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- ── Documentation (public) ────────────────────────────────── -->
  <url>
    <loc>https://melaya.org/docs</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ── Legal pages ───────────────────────────────────────────── -->
  <url>
    <loc>https://melaya.org/legal/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://melaya.org/legal/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://melaya.org/legal/security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
