<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap del Grupo Alarcos.

  La web es un Single Page Application (SPA): todas las secciones se cargan
  dentro de /index.php usando fragmentos #page-X. Esos fragmentos NO son URLs
  indexables por buscadores (Google ignora el contenido tras "#"), así que el
  sitemap solo declara las versiones del home en cada idioma.

  Si en el futuro se quiere indexar secciones individuales o noticias por su id,
  hay que pre-renderizar URLs propias (por ejemplo /N{id}/ devolviendo HTML
  completo con <title> y <meta> específicos) y añadirlas aquí.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://alarcos.esi.uclm.es/?lang=es</loc>
    <lastmod>2026-06-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://alarcos.esi.uclm.es/?lang=es"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://alarcos.esi.uclm.es/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alarcos.esi.uclm.es/"/>
  </url>

  <url>
    <loc>https://alarcos.esi.uclm.es/?lang=en</loc>
    <lastmod>2026-06-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://alarcos.esi.uclm.es/?lang=es"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://alarcos.esi.uclm.es/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://alarcos.esi.uclm.es/"/>
  </url>

</urlset>
