<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    
    <!-- 1. PÁGINAS DE CONVERSIÓN Y PORTADA (Máxima Prioridad) -->
    <!-- HOME: Se actualiza semanalmente con nuevos productos. -->
    <url>
        <loc>https://nyetrendyshop.com/</loc>
        <lastmod>2025-09-18</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- OFERTAS: Debe rastrearse diariamente si los precios cambian con frecuencia. -->
    <url>
        <loc>https://nyetrendyshop.com/ofertas</loc>
        <lastmod>2025-09-18</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 2. PÁGINAS DE CATEGORÍA PRINCIPAL (CRUCIALES para Keywords Genéricas) -->
    <!-- Estas páginas deben posicionar por "comprar ropa online" o "accesorios de moda". -->
    <url>
        <loc>https://nyetrendyshop.com/ropa</loc>
        <lastmod>2025-09-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority> <!-- Aumentada a 0.9 -->
    </url>
    <url>
        <loc>https://nyetrendyshop.com/accesorios</loc>
        <lastmod>2025-09-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://nyetrendyshop.com/calzado</loc>
        <lastmod>2025-09-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 3. PÁGINAS DE SUB-CATEGORÍA (Tráfico de Nicho) -->
    <url>
        <loc>https://nyetrendyshop.com/ropa/camisetas</loc>
        <lastmod>2025-09-18</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://nyetrendyshop.com/ropa/vestidos</loc>
        <lastmod>2025-09-18</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- 4. PÁGINAS DE PRODUCTO INDIVIDUAL -->
    <url>
        <loc>https://nyetrendyshop.com/producto/vestido-verano-corte-a</loc>
        <lastmod>2025-09-18</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- 5. BLOG y CONTENIDO INFORMATIVO -->
    <url>
        <loc>https://nyetrendyshop.com/blog</loc>
        <lastmod>2025-09-18</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://nyetrendyshop.com/contacto</loc>
        <lastmod>2025-09-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
</urlset>