<?xml version="1.0" encoding="UTF-8"?>
<!-- Hand-maintained (4 indexable routes — an integration would be overkill). Update when routes change.
     /confirmado and /404 are deliberately absent: both carry noindex.
     URLs keep their TRAILING SLASH so they match the canonicals Astro emits in `directory` build
     format — a sitemap or hreflang set that disagrees with the canonical gets discarded. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://lenia.pt/</loc>
    <xhtml:link rel="alternate" hreflang="pt-PT" href="https://lenia.pt/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://lenia.pt/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lenia.pt/"/>
  </url>
  <url>
    <loc>https://lenia.pt/en/</loc>
    <xhtml:link rel="alternate" hreflang="pt-PT" href="https://lenia.pt/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://lenia.pt/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lenia.pt/"/>
  </url>
  <url><loc>https://lenia.pt/privacidade/</loc></url>
  <url><loc>https://lenia.pt/termos/</loc></url>
</urlset>
