<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static surfaces of the client PWA. Per-trainer slug areas are
  intentionally absent (authenticated). The dynamic per-city pages
  (/buscar/{state}/{citySlug}) are catalogued in the backend-driven
  sitemap at https://meucoach.app.br/sitemap.xml — that sitemap walks
  the live City + bio-link tables so crawlers see only cities with
  actual published trainers.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.meucoach.app.br/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://app.meucoach.app.br/buscar</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
