<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written rather than generated: the site is two pages, so a build-time
  sitemap plugin would be a dependency earning almost nothing. If a third
  locale or a standalone page is ever added, add it here too.

  Each URL declares both locales plus x-default, matching the hreflang links
  in the page head — search engines cross-check the two and treat a mismatch
  as a reason to ignore both.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://jcastano.dev/en/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://jcastano.dev/en/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://jcastano.dev/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://jcastano.dev/en/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://jcastano.dev/es/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://jcastano.dev/en/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://jcastano.dev/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://jcastano.dev/en/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
