<?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 de Inicio -->
  <url>
    <loc>https://www.argenmilk.com/</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Sobre Nosotros -->
  <url>
    <loc>https://www.argenmilk.com/about</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Establecimientos -->
  <url>
    <loc>https://www.argenmilk.com/establecimientos</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Áreas -->
  <url>
    <loc>https://www.argenmilk.com/areas</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Noticias -->
  <url>
    <loc>https://www.argenmilk.com/noticias</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Contacto -->
  <url>
    <loc>https://www.argenmilk.com/contacto</loc>
    <lastmod>2026-03-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- 
    NOTA: Este sitemap debe actualizarse cuando:
    1. Se agreguen nuevas noticias (con sus URLs específicas)
    2. Se agreguen nuevos establecimientos
    3. Se agreguen nuevas áreas
    
    Para automatizar esto, considerar implementar un sitemap dinámico
    en server.ts que consulte Notion y genere las URLs automáticamente.
  -->

</urlset>
