<?xml version="1.0" encoding="UTF-8"?>
<!--
  Arkana — mapa del sitio.

  Las tres versiones de la landing se declaran como alternativas entre sí:
  cada <url> repite el grupo entero de xhtml:link, incluida la que apunta a
  sí misma. Es lo que pide el protocolo, y sin eso Google trata a /en y /pt
  como contenido duplicado en vez de como traducciones.

  x-default apunta al español: es el idioma del mercado principal y el que
  se le sirve a quien llega con cualquier otro idioma en el navegador.

  Si se agrega una página, va acá. Y si cambia el dominio, hay que
  reemplazarlo en este archivo, en robots.txt y en los canonical.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <url>
        <loc>https://arkanasecurity.com/</loc>
        <lastmod>2026-08-13</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
        <xhtml:link rel="alternate" hreflang="es" href="https://arkanasecurity.com/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://arkanasecurity.com/en" />
        <xhtml:link rel="alternate" hreflang="pt" href="https://arkanasecurity.com/pt" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://arkanasecurity.com/" />
    </url>

    <url>
        <loc>https://arkanasecurity.com/en</loc>
        <lastmod>2026-08-13</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
        <xhtml:link rel="alternate" hreflang="es" href="https://arkanasecurity.com/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://arkanasecurity.com/en" />
        <xhtml:link rel="alternate" hreflang="pt" href="https://arkanasecurity.com/pt" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://arkanasecurity.com/" />
    </url>

    <url>
        <loc>https://arkanasecurity.com/pt</loc>
        <lastmod>2026-08-13</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
        <xhtml:link rel="alternate" hreflang="es" href="https://arkanasecurity.com/" />
        <xhtml:link rel="alternate" hreflang="en" href="https://arkanasecurity.com/en" />
        <xhtml:link rel="alternate" hreflang="pt" href="https://arkanasecurity.com/pt" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://arkanasecurity.com/" />
    </url>

    <!-- Los legales existen sólo en español: es la versión que obliga.
         Por eso no llevan grupo de alternativas. -->
    <url>
        <loc>https://arkanasecurity.com/legales.html</loc>
        <lastmod>2026-08-13</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

</urlset>
