<?xml version="1.0" encoding="UTF-8"?>
<!--
  Escrito a mano y no con @astrojs/sitemap: el sitio son dos URL. Añadir una
  dependencia y un paso de build para generar catorce líneas no se sostiene.
  Si algún día hay rutas dinámicas, ahí sí toca el integrador.

  Cada URL declara sus alternativas de idioma, que es lo que hace que Google
  entienda / y /es/ como la misma página en dos idiomas y no como duplicado.
-->
<urlset
	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
	xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
	<url>
		<loc>https://dws.vezardtech.com/</loc>
		<xhtml:link rel="alternate" hreflang="en" href="https://dws.vezardtech.com/" />
		<xhtml:link rel="alternate" hreflang="es" href="https://dws.vezardtech.com/es/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://dws.vezardtech.com/" />
	</url>
	<url>
		<loc>https://dws.vezardtech.com/es/</loc>
		<xhtml:link rel="alternate" hreflang="en" href="https://dws.vezardtech.com/" />
		<xhtml:link rel="alternate" hreflang="es" href="https://dws.vezardtech.com/es/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://dws.vezardtech.com/" />
	</url>
</urlset>
