<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  
  <!-- Página principal -->
  <url>
    <loc>https://luisbulacio.website/</loc>
    <lastmod>2024-01-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- 
    NOTA: Este sitemap es estático y debe actualizarse manualmente.
    
    Para un sitemap dinámico que incluya todos los eventos automáticamente,
    considera implementar una generación del sitemap en el backend o en el
    build process.
    
    Formato para eventos:
    <url>
      <loc>https://luisbulacio.website/gallery/[eventId]</loc>
      <lastmod>YYYY-MM-DD</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
      <image:image>
        <image:loc>[coverImageUrl]</image:loc>
        <image:title>[eventName]</image:title>
      </image:image>
    </url>
  -->

</urlset>
