<?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, 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, #engine, #exchanges, #pricing, #team)
  are NOT listed separately: search engines ignore fragments. Google
  builds sitelinks from the H1/H2 hierarchy on the landing page itself,
  which already includes those anchors.

  `lastmod` dates are required by major search engines for incremental
  re-crawl scheduling. Bump them whenever the corresponding page ships
  meaningful copy or structural changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

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

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

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

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

</urlset>
