Skip to main content

How to disallow Google crawl link.???

AppId is over the quota
AppId is over the quota
He's right. You should create a robots.txt file. However, you should put

User-Agent: Googlebot
Disallow: /folder2/

for disallowing a folder

OR

User-Agent: Googlebot
Disallow: /private_file.html

to block a page or

User-Agent: Googlebot
Disallow: /

to block the entire site.

Save it as robots.txt and put it on your root directory in your cpanel. Hope that helps.


View the original article here

Comments