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