<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public site is mostly a single page. Platform, pricing and contact are
  sections of it rather than separate URLs, so listing them here would advertise
  addresses that only redirect back to this one. How it works, the live demo,
  the AI-agents explorer, security, the trust centre and the legal documents are
  full pages and are listed. Keep this in step with PRERENDER_ROUTES in
  src/lib/routeMeta.ts.

  Canonical host is www.merivex.ai. The apex 308s to www, so listing apex URLs
  here would advertise addresses that only redirect.

  Every non-root URL carries a trailing slash. Prerendered routes live at
  dist/<route>/index.html and Cloudflare Pages answers "/security" with a 308
  to "/security/" before any _redirects rule is read, so the slashless form
  redirects and the trailing-slash form is the address that returns 200. This
  matches canonicalUrl() in src/config/site.ts.

  /dpa is prerendered but deliberately NOT listed and carries noindex while
  VITE_LEGAL_PUBLISHED is off: it is a draft contract. The privacy policy,
  terms of use and cookie policy are published and are listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.merivex.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.merivex.ai/how-it-works/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.merivex.ai/demo/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.merivex.ai/platform/agents/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.merivex.ai/security/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <!-- Reference document for procurement, not part of the single page. -->
  <url>
    <loc>https://www.merivex.ai/trust/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.merivex.ai/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://www.merivex.ai/terms/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://www.merivex.ai/cookies/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
