<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <url>
        <loc>https://redsalud.tech/</loc>
        <priority>1.0</priority>
        <changefreq>weekly</changefreq>
    </url>

    <url>
        <loc>https://redsalud.tech/webinars</loc>
        <priority>0.8</priority>
        <changefreq>daily</changefreq>
    </url>

    <!-- Ruta dinámica de webinars individuales -->
    <!-- Esto NO incluye IDs porque se genera dinámicamente -->
    <!-- Te puedo crear un controlador para hacer esto automáticamente -->

    <url>
        <loc>https://redsalud.tech/mural</loc>
        <priority>0.6</priority>
        <changefreq>weekly</changefreq>
    </url>

</urlset>
