<?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 Principal -->
    <url>
        <loc>https://fc71.shop/</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <url>
        <loc>https://fc71.shop/index.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Páginas de Productos -->
    <url>
        <loc>https://fc71.shop/producto.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Páginas de Compra -->
    <url>
        <loc>https://fc71.shop/carrito.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/checkout.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/gracias.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- Páginas de Servicio -->
    <url>
        <loc>https://fc71.shop/rastreo.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Páginas Legales e Informativas -->
    <url>
        <loc>https://fc71.shop/terminos.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc>https://fc71.shop/privacidad.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc>https://fc71.shop/envios.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://fc71.shop/garantias.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://fc71.shop/cookies.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

    <!-- Páginas de Ayuda -->
    <url>
        <loc>https://fc71.shop/contacto.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/faqs.html</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Categorías de Productos (ejemplos) -->
    <url>
        <loc>https://fc71.shop/?categoria=accesorios-celulares</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/?categoria=accesorios-laptop</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/?categoria=articulos-gamers</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/?categoria=audio</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/?categoria=cables</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/?categoria=hogar</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://fc71.shop/?categoria=oficina</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 
    NOTA: Para incluir URLs de productos individuales, 
    se recomienda generar dinámicamente el sitemap desde el backend
    consultando la base de datos de productos activos.
    
    Ejemplo de estructura para productos individuales:
    <url>
        <loc>https://fc71.shop/producto.html?slug=producto-ejemplo</loc>
        <lastmod>2026-01-31</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    -->

</urlset>
