<?xml version="1.0" encoding="UTF-8"?>
<!--
  Site de uma página só, em três idiomas — o valor aqui é menos "descobrir
  URLs" (só existem quatro) e mais declarar explicitamente as relações
  hreflang entre elas pro Google, reforçando o que já vai em cada <head>
  (ver landing/i18n/render.mjs).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://simplelife.world/pt/</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://simplelife.world/pt/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://simplelife.world/en/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://simplelife.world/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://simplelife.world/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://simplelife.world/en/</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://simplelife.world/pt/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://simplelife.world/en/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://simplelife.world/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://simplelife.world/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://simplelife.world/es/</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://simplelife.world/pt/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://simplelife.world/en/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://simplelife.world/es/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://simplelife.world/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
