<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- Página principal -->
    <url>
        <loc>http://localhost/ruta-dels-murals/</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Páginas principales -->
    <url>
        <loc>http://localhost/ruta-dels-murals/pages/map.php</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>http://localhost/ruta-dels-murals/pages/gallery.php</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>http://localhost/ruta-dels-murals/pages/routes.php</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Nota: En producción, este sitemap debería generarse dinámicamente -->
    <!-- incluyendo todas las URLs de murales y rutas desde la base de datos -->
    <!-- Se recomienda crear un archivo sitemap.php que genere el XML dinámicamente -->

</urlset>

