<?xml version="1.0" encoding="UTF-8"?>
<!--
  LetsPlayTogether — sitemap del directorio público de salas.
  Solo listamos la raíz: las URLs de sala individuales son efímeras
  (aparecen/desaparecen con cada stream) y no aportan al índice.
  `changefreq=hourly` refleja que el contenido (salas en vivo) rota seguido.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://rooms.letsplaytogether.app/</loc>
    <changefreq>hourly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="es"        href="https://rooms.letsplaytogether.app/?lang=es" />
    <xhtml:link rel="alternate" hreflang="en"        href="https://rooms.letsplaytogether.app/?lang=en" />
    <xhtml:link rel="alternate" hreflang="pt-BR"     href="https://rooms.letsplaytogether.app/?lang=pt-BR" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://rooms.letsplaytogether.app/" />
  </url>
</urlset>
