HTML tags... any meta tags for a page to be ignored by search engines?
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:
Re: HTML tags... any meta tags for a page to be ignored by search engines?
To block individual pages, use the following tag:
Code:
<META NAME="ROBOTS" CONTENT="NOINDEX">
If you wish to do an entire site, use the robots.txt file method found here.