<?xml version="1.0" encoding="UTF-8"?>
<!--
  As páginas públicas do SpeakRise, e só elas — o resto do site é o app
  atrás de login (ver robots.txt).

  A landing tem duas versões, inglês e português, e cada entrada declara a
  outra por `xhtml:link`. Sem isso o buscador as trataria como duas páginas
  concorrendo pelo mesmo conteúdo em vez de duas versões da mesma. A
  declaração precisa ser RECÍPROCA e cada uma precisa se declarar também —
  o erro clássico de quem lista só a alternativa.

  `privacy` e `terms` existem só em inglês, de propósito (ver o spec de
  i18n), e por isso não têm alternativa declarada.

  `lastmod` é a data real da última alteração de cada arquivo, não a data do
  deploy: um sitemap que carimba "hoje" em tudo a cada deploy ensina o robô a
  ignorar o campo, e aí ele para de servir para o que existe.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://speakrise.tech/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://speakrise.tech/"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://speakrise.tech/pt"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://speakrise.tech/"/>
    <lastmod>2026-09-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://speakrise.tech/pt</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://speakrise.tech/"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://speakrise.tech/pt"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://speakrise.tech/"/>
    <lastmod>2026-09-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://speakrise.tech/privacy</loc>
    <lastmod>2026-09-22</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://speakrise.tech/terms</loc>
    <lastmod>2026-09-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
