<?xml version="1.0" encoding="UTF-8"?>
<!--
  IMPORTANTE: Actualizar las URLs con el dominio real de producción.
  En desarrollo usa http://localhost. En producción, reemplazar con el valor de DEFAULT_URI.
  Ejemplo: sed -i "s|http://localhost|https://tu-dominio.com|g" public/sitemap.xml
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>http://localhost/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>http://localhost/nuestra-historia</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>http://localhost/ubicacion</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>http://localhost/confirmar-asistencia</loc>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
</urlset>
