PDA

Click to See Complete Forum and Search --> : HTML tags... any meta tags for a page to be ignored by search engines?


MrPolite
Dec 3rd, 2004, 12:01 AM
I think there was something like this, where you could add some <meta > tag in your HTML page to tell search engines not to list your page in their database? Anyone knows this? some general tag for all search engines I hope? :rolleyes:

Ideas Man
Dec 3rd, 2004, 04:38 AM
To block individual pages, use the following tag:
<META NAME="ROBOTS" CONTENT="NOINDEX">

If you wish to do an entire site, use the robots.txt file method found here. (http://www.searchengineworld.com/robots/robots_tutorial.htm)