<?xml version="1.0" encoding="UTF-8"?>
<!--
  EPIC 21 Story 21.10 — Sitemap multilocale

  Cada URL pública é declarada nos 3 locales via xhtml:link rel="alternate" hreflang.
  Servido idêntico nos 3 subdomínios (mesmo build Vercel single-project).
  Atualizar sempre que adicionar uma rota pública nova.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

  <!-- Landing -->
  <url>
    <loc>https://skinbella.online/</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://skinbella.online/" />
    <xhtml:link rel="alternate" hreflang="en"    href="https://en.skinbella.online/" />
    <xhtml:link rel="alternate" hreflang="es"    href="https://es.skinbella.online/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skinbella.online/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Quiz default -->
  <url>
    <loc>https://skinbella.online/quiz</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://skinbella.online/quiz" />
    <xhtml:link rel="alternate" hreflang="en"    href="https://en.skinbella.online/quiz" />
    <xhtml:link rel="alternate" hreflang="es"    href="https://es.skinbella.online/quiz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skinbella.online/quiz" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Login -->
  <url>
    <loc>https://skinbella.online/login</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://skinbella.online/login" />
    <xhtml:link rel="alternate" hreflang="en"    href="https://en.skinbella.online/login" />
    <xhtml:link rel="alternate" hreflang="es"    href="https://es.skinbella.online/login" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skinbella.online/login" />
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Obrigado / Thank you -->
  <url>
    <loc>https://skinbella.online/obrigado</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://skinbella.online/obrigado" />
    <xhtml:link rel="alternate" hreflang="en"    href="https://en.skinbella.online/obrigado" />
    <xhtml:link rel="alternate" hreflang="es"    href="https://es.skinbella.online/obrigado" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://skinbella.online/obrigado" />
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
