How to block search engines crawlers using meta tags?

Anonym2710908/24/2007 02:13 PM Report

Answers

Add a answer ▾

Discussion

Anonym2713208/24/2007 03:26 PM Report
<meta name="robots" content="noindex,nofollow" />
Anonym2787009/05/2007 09:43 AM Report
noindex - not to index a specific page
nofollow - not to follow the links on a specific page
noarchive - not to store a cached copy of your page

Or you can use robots.txt file to exclude robots from crawling some or all the files or directories on your website.
Add a question comment ▾