<?xml version="1.0" encoding="UTF-8"?>
<!--
  RNF-11: sitemap con hreflang para las dos versiones de idioma.
  Las URLs dinamicas (perfiles y rankings) las anade el generador de
  sitemap en el build de produccion; aqui van las estaticas.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://calipeak.app/es</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://calipeak.app/es" />
    <xhtml:link rel="alternate" hreflang="en" href="https://calipeak.app/en" />
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://calipeak.app/es/rankings/global</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://calipeak.app/es/rankings/global" />
    <xhtml:link rel="alternate" hreflang="en" href="https://calipeak.app/en/rankings/global" />
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://calipeak.app/es/competiciones</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://calipeak.app/es/competiciones" />
    <xhtml:link rel="alternate" hreflang="en" href="https://calipeak.app/en/competitions" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
