Lee
22-03-2008, 05:39 PM
If you own a forum/fansite and see that robots are visiting your site, making it look un-proffesinal on the "Whos Online" page seeing "Google Bot" ect. Well this guide will show you how to limit or remove them;
To prevent all robots from indexing a page on your site, you'd place the following meta tag into the <HEAD> section of your page:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
To allow other robots to index the page on your site, preventing only Google's robots from indexing the page, you'd use the following tag:
<META NAME="GOOGLEBOT" CONTENT="NOINDEX, NOFOLLOW">
To allow robots to index the page on your site but instruct them not to follow outgoing links, you'd use the following tag:
<META NAME="ROBOTS" CONTENT="NOFOLLOW">
To allow robots to index the page on your site but instruct them not to index images on that page, you'd use the following tag:
<META NAME="ROBOTS" CONTENT="NOIMAGEINDEX">
To prevent all robots from indexing a page on your site, you'd place the following meta tag into the <HEAD> section of your page:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
To allow other robots to index the page on your site, preventing only Google's robots from indexing the page, you'd use the following tag:
<META NAME="GOOGLEBOT" CONTENT="NOINDEX, NOFOLLOW">
To allow robots to index the page on your site but instruct them not to follow outgoing links, you'd use the following tag:
<META NAME="ROBOTS" CONTENT="NOFOLLOW">
To allow robots to index the page on your site but instruct them not to index images on that page, you'd use the following tag:
<META NAME="ROBOTS" CONTENT="NOIMAGEINDEX">