<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six URLs — three pages × two languages — all in EXTENSIONLESS canonical form.
  wrangler.jsonc sets no `html_handling`, so it defaults to `auto-trailing-slash`
  and a request for /legal/privacidad.html 307-redirects to /legal/privacidad;
  the Worker does the same (301) for /en/… (src/i18n/router.js). Listing the
  .html form would point every crawler at a redirect.

  Every <url> carries the full xhtml:link alternate set (es, en, x-default → es),
  which is what lets Google pair the language versions. scripts/i18n-check.mjs
  verifies the set against src/i18n/routes.js.

  Excluded on purpose: 404.html and the three demo_* pages (all noindex).
  Hostname is the apex everywhere — www is the same Worker, but the apex is what
  the canonical tags declare.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://storageidol.com/</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://storageidol.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://storageidol.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://storageidol.com/" />
    <lastmod>2026-09-22</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://storageidol.com/en/</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://storageidol.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://storageidol.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://storageidol.com/" />
    <lastmod>2026-09-22</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://storageidol.com/legal/privacidad</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://storageidol.com/legal/privacidad" />
    <xhtml:link rel="alternate" hreflang="en" href="https://storageidol.com/en/legal/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://storageidol.com/legal/privacidad" />
    <lastmod>2026-09-22</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://storageidol.com/en/legal/privacy</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://storageidol.com/legal/privacidad" />
    <xhtml:link rel="alternate" hreflang="en" href="https://storageidol.com/en/legal/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://storageidol.com/legal/privacidad" />
    <lastmod>2026-09-22</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://storageidol.com/legal/terminos</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://storageidol.com/legal/terminos" />
    <xhtml:link rel="alternate" hreflang="en" href="https://storageidol.com/en/legal/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://storageidol.com/legal/terminos" />
    <lastmod>2026-09-22</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://storageidol.com/en/legal/terms</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://storageidol.com/legal/terminos" />
    <xhtml:link rel="alternate" hreflang="en" href="https://storageidol.com/en/legal/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://storageidol.com/legal/terminos" />
    <lastmod>2026-09-22</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
