<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- English Home -->
    <url>
        <loc>https://yourdomain.com/en</loc>
        <xhtml:link rel="alternate" hreflang="pt" href="https://yourdomain.com/pt"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://yourdomain.com/en"/>
        <lastmod>2025-11-23</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Portuguese Home -->
    <url>
        <loc>https://yourdomain.com/pt</loc>
        <xhtml:link rel="alternate" hreflang="pt" href="https://yourdomain.com/pt"/>
        <xhtml:link rel="alternate" hreflang="en" href="https://yourdomain.com/en"/>
        <lastmod>2025-11-23</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

</urlset>