<?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">
    
    <!-- URLs en inglés (idioma por defecto) -->
    <url>
        <loc>{{ url('/') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es') }}" />
        <xhtml:link rel="alternate" hreflang="x-default" href="{{ url('/') }}" />
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <url>
        <loc>{{ url('/search-results') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/search-results') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/resultados-busqueda') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>{{ url('/register') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/register') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/registro') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>{{ url('/thank-you') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/thank-you') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/gracias') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>
    
    <url>
        <loc>{{ url('/cancel') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/cancel') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/cancelar') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>{{ url('/payment') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/payment') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/pago') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <url>
        <loc>{{ url('/my-reservation') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/my-reservation') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/mi-reservacion') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>{{ url('/my-reservation-detail') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/my-reservation-detail') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/mi-reservacion-detalle') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <url>
        <loc>{{ url('/terms-and-conditions') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/terms-and-conditions') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/terminos-y-condiciones') }}" />
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>{{ url('/privacy-policy') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/privacy-policy') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/politica-de-privacidad') }}" />
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>{{ url('/contact') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/contact') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/contacto') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- URLs en español -->
    <url>
        <loc>{{ url('/es') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es') }}" />
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/resultados-busqueda') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/search-results') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/resultados-busqueda') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/registro') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/register') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/registro') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/gracias') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/thank-you') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/gracias') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/cancelar') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/cancel') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/cancelar') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/pago') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/payment') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/pago') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/mi-reservacion') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/my-reservation') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/mi-reservacion') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/mi-reservacion-detalle') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/my-reservation-detail') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/mi-reservacion-detalle') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/terminos-y-condiciones') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/terms-and-conditions') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/terminos-y-condiciones') }}" />
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/politica-de-privacidad') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/privacy-policy') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/politica-de-privacidad') }}" />
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>{{ url('/es/contacto') }}</loc>
        <xhtml:link rel="alternate" hreflang="en" href="{{ url('/contact') }}" />
        <xhtml:link rel="alternate" hreflang="es" href="{{ url('/es/contacto') }}" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

</urlset>