<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. Only the public landing page is indexable: every other
  route is either auth-gated (redirects signed-out visitors to /login) or the
  admin panel. The dynamic feed lives at /api/posts and is not indexable as
  HTML (the SPA renders posts client-side). A Cloudflare Worker on
  /api/sitemap.xml could emit public profiles if the product grows a
  signed-out view of them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ecoabelha.com.br/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
