<!-- ============================================ -->
<!-- ARCHIVO 1: sitemap.xml -->
<!-- Ubicación: /var/www/relieve3d.com/sitemap.xml -->
<!-- ============================================ -->

<?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://relieve3d.com/</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Generador de Cajas (NUEVO) -->
    <url>
        <loc>https://relieve3d.com/cajas.html</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Conversor de Relieve 3D -->
    <url>
        <loc>https://relieve3d.com/relieve.html</loc>
        <lastmod>2025-01-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Generador de Litofanías -->
    <url>
        <loc>https://relieve3d.com/litofania.html</loc>
        <lastmod>2025-01-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Agrega aquí más páginas si las tienes -->

</urlset>


<!-- ============================================ -->
<!-- ARCHIVO 2: robots.txt -->
<!-- Ubicación: /var/www/relieve3d.com/robots.txt -->
<!-- ============================================ -->

# Robots.txt para Relieve3D.com
# Generado: 2025-01-15

User-agent: *
Allow: /

# Permitir acceso a CSS y JS
Allow: /css/
Allow: /js/
Allow: /img/

# Bloquear carpetas temporales o privadas
Disallow: /admin/
Disallow: /private/
Disallow: /backup/
Disallow: /tmp/
Disallow: /*.backup$

# Permitir bots de imágenes
User-agent: Googlebot-Image
Allow: /img/

# Sitemap
Sitemap: https://relieve3d.com/sitemap.xml

# Crawl-delay (opcional, solo si tienes problemas)
# Crawl-delay: 1