<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, because there is one page. This app is a single client-rendered
  route: the signed-out landing/sign-in view and, behind authentication, the
  billing screens -- which are per-tenant and must never be indexed.

  Grow this when the marketing page gains real routes (MET-238/239), not
  before. A sitemap listing URLs that do not independently exist teaches a
  crawler that the site lies about its own structure.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://platform.metacare.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
