<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — mapa del sitio para buscadores.
  Es una SPA: una sola URL real. Las anclas (#tool, #other) no se listan
  porque Google no las trata como páginas independientes.

  Cuando cambies el contenido de forma importante, actualiza <lastmod>.
  Envía este archivo en Google Search Console → Sitemaps.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://sellyourconsoles.com/</loc>
    <lastmod>2026-08-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <!-- La misma URL sirve inglés y español (el botón EN/ES los alterna) -->
    <xhtml:link rel="alternate" hreflang="en" href="https://sellyourconsoles.com/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://sellyourconsoles.com/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sellyourconsoles.com/"/>
  </url>
</urlset>
