Feat: Sitemap y Robots

This commit is contained in:
2026-03-21 20:11:50 -03:00
parent f837f446b9
commit 3135241aaa
6 changed files with 157 additions and 7 deletions

View File

@@ -5,6 +5,11 @@ server {
# Seguridad: Limitar tamaño de subida para prevenir DoS
client_max_body_size 20M;
# Sitemap dinámico (generado por backend en volumen compartido)
location = /sitemap.xml {
alias /usr/share/nginx/html/sitemap-data/sitemap.xml;
}
location / {
root /usr/share/nginx/html;
index index.html index.htm;

View File

@@ -0,0 +1,15 @@
User-agent: *
Allow: /
Disallow: /perfil
Disallow: /seguridad
Disallow: /mis-avisos
Disallow: /admin
Disallow: /restablecer-clave
Disallow: /verificar-email
Disallow: /confirmar-cambio-email
Disallow: /baja/
Disallow: /pago-confirmado
Disallow: /baja-exitosa
Disallow: /baja-error
Sitemap: https://motoresargentinos.com/sitemap.xml