<?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">

    <url>
        <loc>https://www.realestateimexico.com/</loc>
        <lastmod>2025-05-22</lastmod> {/* Fecha de última modificación YYYY-MM-DD */}
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        {/* Si tienes versiones en otros idiomas para la homepage */}
        {/* <xhtml:link rel="alternate" hreflang="en" href="https://www.realestateimexico.com/en/"/> */}
        {/* <xhtml:link rel="alternate" hreflang="es" href="https://www.realestateimexico.com/"/> */}
    </url>

    <url>
        <loc>https://www.realestateimexico.com/es/propiedades-en-venta</loc> {/* Asumiendo que tienes /es/ */}
        <lastmod>2025-05-22</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        {/* <xhtml:link rel="alternate" hreflang="en" href="https://www.realestateimexico.com/en/properties-for-sale"/> */}
        {/* <xhtml:link rel="alternate" hreflang="es" href="https://www.realestateimexico.com/es/propiedades-en-venta"/> */}
    </url>
    <url>
        <loc>https://www.realestateimexico.com/es/propiedades-en-renta</loc>
        <lastmod>2025-05-22</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.realestateimexico.com/es/desarrollos</loc>
        <lastmod>2025-05-22</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.realestateimexico.com/es/quienes-somos</loc>
        <lastmod>2025-05-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://www.realestateimexico.com/es/contacto</loc>
        <lastmod>2025-05-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://www.realestateimexico.com/es/aviso-de-privacidad</loc> {/* Ejemplo de página legal */}
        <lastmod>2025-01-15</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    

    <url>
        <loc>https://www.realestateimexico.com/es/propiedad/id-o-slug-propiedad-1</loc>
        <lastmod>2025-05-21</lastmod>
        <changefreq>weekly</changefreq> {/* O daily si cambian mucho */}
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://www.realestateimexico.com/es/propiedad/id-o-slug-propiedad-2</loc>
        <lastmod>2025-05-18</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>https://www.realestateimexico.com/es/desarrollo/nombre-desarrollo-1</loc>
        <lastmod>2025-05-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    </urlset>