<?xml version="1.0" encoding="UTF-8"?>
<!--
  Lists only routes that exist and resolve. Add an entry in the same
  commit that ships the page — an entry for a route that 404s is a
  crawl-quality defect (docs/marketing-plan.md §16: "canonical, indexable
  URLs only"). P1/P2 routes from the plan's information architecture (§5)
  are not listed until they are built.

  getarcavo.com serves ONE page — the launch site at the root, rendered by
  the /marketing route in this app (src/lib/marketing-host.js). Every other
  path on that host is 307ed to the root, so the root is the only URL that
  exists to list. The decisions explainer in design/website/ stays parked
  pending a claims re-check and is not a URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://getarcavo.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
