EmanueleT Posted September 27, 2012 Share Posted September 27, 2012 Ciao, premettendo che sono nuovo del mondo prestashop, vi spiego subito il mio problema. Ho usato prestashop per creare il mio negozio online; fin qui tutto okay. Siccome il mio sito non è ancora finito (partirò tra un mesetto) ma è online volevo bloccare l'indicizzazione nei motori di ricerca. Ho provato ad aprire il file robot.txt che ho trovato nella cartella del tema, ma sinceramente non ho ben capito cosa dovrei toccare all'interno. # GoogleBot specific User-agent: Googlebot Disallow: /*orderby= Disallow: /*orderway= Disallow: /*tag= Disallow: /*id_currency= Disallow: /*search_query= Disallow: /*id_lang= Disallow: /*back= Disallow: /*utm_source= Disallow: /*utm_medium= Disallow: /*utm_campaign= Disallow: /*n= # All bots User-agent: * # Directories Disallow: /classes/ Disallow: /config/ Disallow: /download/ Disallow: /mails/ Disallow: /modules/ Disallow: /translations/ Disallow: /tools/ Disallow: /it/ # Files Disallow: /addresses.php Disallow: /address.php Disallow: /authentication.php Disallow: /cart.php Disallow: /discount.php Disallow: /footer.php Disallow: /get-file.php Disallow: /header.php Disallow: /history.php Disallow: /identity.php Disallow: /images.inc.php Disallow: /init.php Disallow: /my-account.php Disallow: /order.php Disallow: /order-opc.php Disallow: /order-slip.php Disallow: /order-detail.php Disallow: /order-follow.php Disallow: /order-return.php Disallow: /order-confirmation.php Disallow: /pagination.php Disallow: /password.php Disallow: /pdf-invoice.php Disallow: /pdf-order-return.php Disallow: /pdf-order-slip.php Disallow: /product-sort.php Disallow: /search.php Disallow: /statistics.php Disallow: /attachment.php Disallow: /guest-tracking # Sitemap Ho provato anche ad aprire il file header.tpl, dove volevo inserire il mio codice. <head> <title>...</title> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> </head> Prtroppo non ho trovato dove metterlo, ho trovato questa stringa: <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> Cosa devo fare per evitare che tutto il sito (ogni pagina,modulo ecc) non venga indicizzata nei motori di ricerca? il mio sito: http://www.lunar-tech.com Spero possiate aiutarmi. Grazie Mille Link to comment Share on other sites More sharing options...
eugenata Posted September 27, 2012 Share Posted September 27, 2012 Ciao EmanueleT, per bloccare l'accesso ai motori di ricerca (e a chiunque altro) ti basta mettere il negozio offline da back office Impostazioni). Link to comment Share on other sites More sharing options...
EmanueleT Posted September 27, 2012 Author Share Posted September 27, 2012 ok, lho appena disattivato. quindi in questo modo non viene indicizzato? grazie mille Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now