<?xml version="1.0" encoding="UTF-8"?>
<!-- Two locales, one page each. Every <url> declares the full reciprocal
     alternate set (including itself) plus x-default, matching the hreflang
     link tags in src/layouts/main.astro. Spanish is unprefixed and canonical. -->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://module0.xyz/</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://module0.xyz/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://module0.xyz/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://module0.xyz/" />
    <lastmod>2026-08-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://module0.xyz/en/</loc>
    <xhtml:link rel="alternate" hreflang="es" href="https://module0.xyz/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://module0.xyz/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://module0.xyz/" />
    <lastmod>2026-08-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
