Prevent Robots From Indexing a Page in Site

by Sasikumar 2014-04-23 12:35:55

Prevent Robots from indexing a page in site :
To prevent all robots from indexing a page on your site, place the following meta tag into the section of your page:
<meta name="robots" content="noindex">

To allow other robots to index the page on your site, preventing only Google's robots from indexing the page:
<meta name="googlebot" content="noindex">


986
like
0
dislike
0
mail
flag

You must LOGIN to add comments