<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only.
  Private/auth-only routes (/auth, /onboarding, /reset-password, /dashboard/*, /admin/*)
  are intentionally excluded — they are marked noindex via <PageMeta noindex /> and
  must not appear here.
  Per-shop dynamic pages (/b/:slug, /b/:slug/agendar) are served by the public
  sitemap edge function (supabase/functions/sitemap) when needed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://barberops.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://barberops.app/blog</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://barberops.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
