<?xml version="1.0" encoding="UTF-8"?>
<!-- Escrito à mão: são oito URLs e a lista muda uma vez por semestre. Um
     gerador exigiria o build step que este site não tem.

     As três primeiras são a MESMA landing em pt, en e es, e cada uma repete o
     bloco de alternativas inteiro — inclusive apontando para si mesma. Não é
     redundância: o Google só aceita um conjunto de `hreflang` que seja
     recíproco, e um item que não se lista quebra o grupo todo. O mesmo bloco
     está no <head> dos três arquivos (scripts/build-site-i18n.php). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://airolespace.app/</loc>
    <xhtml:link rel="alternate" hreflang="pt" href="https://airolespace.app/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://airolespace.app/en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://airolespace.app/es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://airolespace.app/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://airolespace.app/en</loc>
    <xhtml:link rel="alternate" hreflang="pt" href="https://airolespace.app/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://airolespace.app/en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://airolespace.app/es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://airolespace.app/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://airolespace.app/es</loc>
    <xhtml:link rel="alternate" hreflang="pt" href="https://airolespace.app/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://airolespace.app/en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://airolespace.app/es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://airolespace.app/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://airolespace.app/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://airolespace.app/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://airolespace.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://airolespace.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://airolespace.app/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
