<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Página principal -->
  <url>
    <loc>https://albumexpress.mx/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Página de productos -->
  <url>
    <loc>https://albumexpress.mx/productos</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Ejemplos de páginas de detalle de producto -->
  <url>
    <loc>https://albumexpress.mx/productos/1</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://albumexpress.mx/productos/2</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <!-- ...añade aquí más <url> para cada producto -->

  <!-- Página “Nosotros” -->
  <url>
    <loc>https://albumexpress.mx/nosotros</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Página de contacto -->
  <url>
    <loc>https://albumexpress.mx/contacto</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
