<?xml version="1.0" encoding="UTF-8"?>
<!--
   Sitemap: lista SOLO la home en ambos locales — EN `/` + ES `/es/` — cada
   una con anotaciones recíprocas `<xhtml:link rel="alternate" hreflang="..."/>`
   (en/es/x-default; x-default apunta al EN), per
   sitemaps.org/protocol.html#extensions.

   Las 6 páginas legales (3 EN + 3 ES) se EXCLUYEN deliberadamente: llevan
   `noindex,nofollow` y no deben anunciarse para indexación (decisión H9,
   commit f83286a — se retiraron los 6 bloques legales del sitemap).

   404 tampoco se lista (best-practice: las páginas de error no van en sitemap).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- HOME (EN + ES) -->
  <url>
    <loc>https://nothingelserecords.com/</loc>
    <lastmod>2026-05-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://nothingelserecords.com/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://nothingelserecords.com/es/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nothingelserecords.com/"/>
  </url>
  <url>
    <loc>https://nothingelserecords.com/es/</loc>
    <lastmod>2026-05-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://nothingelserecords.com/"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://nothingelserecords.com/es/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nothingelserecords.com/"/>
  </url>

</urlset>
