<?xml version="1.0" encoding="UTF-8"?>
<!--
  "/" and "/mapa" are the only two public, indexable pages. The rest of the
  app lives behind the same index.html and only renders after login (see
  #login in index.html, style="display:none" by default). conexao-login.html,
  conexao-abertura.html, mapa-admin.html and trilha.html are legacy/internal
  tools (see robots.txt + their own <meta name="robots" content="noindex,
  nofollow">).

  ⚠️ Note the host: everything below is listed under
  app.hairacademiadabeleza.com.br, not the apex. The apex 308-redirects to
  www, and www is a DIFFERENT Vercel project — www/manifest.json and
  www/site-hair/index.html both 404, while the same paths on app. return
  200. This repo (and its vercel.json rewrite) is served by app. only.
  The "/" entry pointed at the apex until 22/08/2026 (same bug as /mapa
  had, fixed here at the owner's request) — index.html's own
  canonical/og:url/og:image were fixed to app. in the same pass.

  "/mapa" (alias "/consultoria") was added in 21/08/2026 — it's a Vercel
  rewrite (see vercel.json) to site-hair/index.html, the standalone "HARA
  Mapa de Futuro" landing page (free career consultation funnel). It existed
  in the repo since before but had no route pointing to it, so it wasn't
  reachable from any real URL — this rewrite is what makes it live. Meant to
  be shared directly (Instagram bio, WhatsApp link-in-bio, ads), separate
  from the logged-in app.
  Add more real course/landing pages here only when they exist for real —
  see docs/SEO-LANCAMENTO-2026-08-20.md, item 10.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.hairacademiadabeleza.com.br/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://app.hairacademiadabeleza.com.br/mapa</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
