Deindex

Kenas

Registered Member
Joined
Nov 22, 2015
Messages
67
Reaction score
24
Hi, i have a site in Magento and i would to de-index it completely.

Not sure what is the best way to go to do this,
block robots.txt ?
remove and disable completely the site os it gives 404 ?
any other method suggested ?
 
Yes block with robots.txt and you can also use .htaccess too. Leave only those 2 files on the server and remove all files from server. After that ping google.It can take upto 2 weeks do get the whole site deindexed.
 
copy paste the below code in robots.txt

User-agent: Googlebot
Disallow: /


User-agent: *
Disallow: /

and make noindex via Meta tags

<meta name="robots" content="noindex, nofollow">
 
Simply by files removal from your server,will give you error and you can deindexed first by disabling your robot file.
 
Back
Top