<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/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
        http://www.google.com/schemas/sitemap-news/0.9
        http://www.google.com/schemas/sitemap-news/0.9/sitemap-news.xsd">

  <!-- Listado principal de noticias -->
  <url>
    <loc>https://launiondeconsumidores.es/news</loc>
    <lastmod>2026-03-24</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!--
    NOTA: Las noticias individuales se generan dinámicamente.
    Para indexar noticias específicas, añade entradas en este formato:

    <url>
      <loc>https://launiondeconsumidores.es/news/slug-de-la-noticia</loc>
      <lastmod>YYYY-MM-DD</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
      <news:news>
        <news:publication>
          <news:name>La Unión de Consumidores</news:name>
          <news:language>es</news:language>
        </news:publication>
        <news:publication_date>YYYY-MM-DD</news:publication_date>
        <news:title>Título de la noticia</news:title>
      </news:news>
    </url>

    O solicita la generación de un sitemap dinámico mediante Edge Function.
  -->

</urlset>
