Page 1 of 1

How to notify search engines not to index pages

Posted: Sat Mar 13, 2010 7:14 am
by Neo
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">