How to notify search engines not to index pages
Posted: Sat Mar 13, 2010 7:14 am
By simply inserting following meta tags, we can avoid indexing html pages.
Code: Select all
<meta name="robots" content="noindex,nofollow">
<meta name="robots" content="noarchive">