<?xml version="1.0" encoding="UTF-8"?>
<!--
  Solo las dos portadas: el resto del sitio esta detras del login.

  Los hreflang van aqui y no en el <head> por un motivo concreto: la aplicacion
  sirve UN unico index.html para /es y para /en, asi que cualquier etiqueta que
  pusieramos en el head diria lo mismo en las dos rutas y se contradiria sola.
  El sitemap es la forma de declarar la equivalencia sin depender del documento.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://calibot.site/es</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://calibot.site/es"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://calibot.site/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://calibot.site/es"/>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://calibot.site/en</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://calibot.site/es"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://calibot.site/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://calibot.site/es"/>
    <changefreq>weekly</changefreq>
  </url>
</urlset>
