<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap do Larme — SO rotas PUBLICAS (acessiveis sem sessao).
  Fonte da verdade das rotas: src/rotas/rotas.tsx. Tudo que fica sob
  <RotaProtegida> exige login e NAO entra aqui.
  Ao criar uma nova pagina publica (termos, privacidade, blog...), acrescente
  a URL abaixo.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://larme.com.br/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://larme.com.br/cadastro</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://larme.com.br/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
