<?xml version="1.0" encoding="UTF-8"?>
<!--
  One page, because it is one page. A single-page app with no server-rendered
  routes has nothing else to declare, and listing query strings a crawler cannot
  distinguish would be padding a sitemap to look busy.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://boardgamesinn.com/</loc>
    <!--
      La misma página en tres idiomas, dicho donde un buscador lo lee.

      El sitio es uno solo y el idioma lo decide el navegador de quien entra;
      esto es lo que evita que se indexe una sola versión y se le ofrezca a todo
      el mundo. `x-default` es para quien no encaja en ninguno.
    -->
    <xhtml:link rel="alternate" hreflang="en" href="https://boardgamesinn.com/?lang=en" />
    <xhtml:link rel="alternate" hreflang="es" href="https://boardgamesinn.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="zh" href="https://boardgamesinn.com/?lang=zh" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://boardgamesinn.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
