# robots.txt — modello unico WP (SEO friendly + harden) # --- SOCIAL PREVIEW: CONSENTI --- User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: TelegramBot Allow: / # --- MOTORI DI RICERCA E BOT AI: CONSENTI TUTTO TRANNE AREE SENSIBILI --- User-agent: * # Consenti asset per il rendering Allow: /wp-admin/admin-ajax.php Allow: /wp-content/uploads/ Allow: /*.css$ Allow: /*.js$ # Blocchi principali Disallow: /wp-login.php Disallow: /wp-admin/ Disallow: /xmlrpc.php Disallow: /trackback/ # Archivi autori e query autore (duplicati + leakage utenti) Disallow: /author/ Disallow: /*/author/ Disallow: /*?author=* Disallow: /*&author=* # Endpoint REST comuni dei form (evita indicizzazione degli endpoint) Disallow: /wp-json/contact-form-7/* Disallow: /?rest_route=/contact-form-7/* Disallow: /wp-json/wpforms/* Disallow: /?rest_route=/wpforms/* Disallow: /wp-json/gf/* Disallow: /?rest_route=/gf/* # Ricerca interna (facoltativo: evita SERP con “?s=”) Disallow: /?s=* Disallow: /*&s=* # Directory interne se NON pubbliche (lasciare solo se realmente esistono) Disallow: /temp Disallow: /blogs Disallow: /show-error-* # --- BOT SPECIFICI DI GOOGLE/BING (ridondante ma innocuo) --- User-agent: Googlebot Allow: / User-agent: Googlebot-Image Allow: / User-agent: Googlebot-Mobile Allow: / User-agent: Mediapartners-Google Allow: / User-agent: Adsbot-Google Allow: / User-agent: bingbot Allow: / # --- SITEMAP (sostituisci il dominio) --- Sitemap: https://www.laprovinciadelsulcisiglesiente.com/sitemap.xml Sitemap: https://www.laprovinciadelsulcisiglesiente.com/sitemap_index.xml