Prevent Robots From Indexing a Page in Site
by Sasikumar[ Edit ] 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">