<?xml version="1.0" encoding="UTF-8"?>
<!--
  Uma URL por idioma. Cada <url> repete o cluster xhtml:link COMPLETO,
  incluindo o link para si mesma: o Google só trata as três como traduções
  se a relação for recíproca em todas as direções. Um cluster incompleto
  faz as páginas competirem entre si como conteúdo duplicado — que é
  exatamente a ambiguidade que essa estrutura existe para evitar.

  x-default aponta para a raiz, que serve inglês: é o que um visitante
  recebe quando não dá para inferir o idioma dele.

  <lastmod> só muda quando o texto muda, não a cada deploy. Um lastmod que
  se move em todo build ensina o crawler a ignorar o campo.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <url>
    <loc>https://appilots.com/</loc>
    <lastmod>2026-08-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://appilots.com/"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://appilots.com/pt/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://appilots.com/es/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://appilots.com/"/>
    <image:image>
      <image:loc>https://appilots.com/assets/og-appilots-en.png</image:loc>
      <image:title>Appilots — the AI agent that completes tasks inside your app</image:title>
    </image:image>
  </url>

  <url>
    <loc>https://appilots.com/pt/</loc>
    <lastmod>2026-08-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://appilots.com/"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://appilots.com/pt/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://appilots.com/es/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://appilots.com/"/>
    <image:image>
      <image:loc>https://appilots.com/assets/og-appilots-pt.png</image:loc>
      <image:title>Appilots — o agente de IA que executa tarefas dentro do seu app</image:title>
    </image:image>
  </url>

  <url>
    <loc>https://appilots.com/es/</loc>
    <lastmod>2026-08-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://appilots.com/"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://appilots.com/pt/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://appilots.com/es/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://appilots.com/"/>
    <image:image>
      <image:loc>https://appilots.com/assets/og-appilots-es.png</image:loc>
      <image:title>Appilots — el agente de IA que completa tareas dentro de tu app</image:title>
    </image:image>
  </url>

</urlset>
