Forum Moderators: open
<meta name="googlebot" content="index, follow"> I'm starting to see a proliferation of websites that are now utilizing the above Robots META Tag.
WHY?
Google's default indexing behavior is
index, follow so why include this piece of metadata? Nowhere in Google's guidelines does it suggest the use of this tag, nowhere!
SO WHY USE IT?
Googlebot obeys theRobots META Tag. If you place the tag in the head of your HTML/XHTML document, you can cause Google to not index, not follow, and/or not archive particular documents on your site.noindex, nofollow, and noarchive
Google does not recommend utilizing the Robots META Tag in the below manner. It is meant to specify indexing restrictions and that is all.
<meta name="googlebot" content="index, follow"> Can we stop this now before it becomes another piece of metadata junk that people start adding to their sites?
Additional information on specific Googlebot Robots META Tags can be found at Google's Webcrawler [google.com] page.
How many mats do you need? Server response 200 OK not enough? How about two Robots META Tags...
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow"> Or possibly even three, might as well not stop there, huh?
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="msnbot" content="index, follow"> I'm seeing some really creative uses of the Robots META Tag. Many with incorrect syntax.
Here's a good one...
<meta name="googlebot" content="all, index, follow"> I guess the above person just wants to make doubly sure that Googlebot is going to index all of that page.
It amazes me what people will do to try and gain an edge. All the above stuff will do nothing other than shift the text to html ratio of the page.
Here, let's really confuse the issue...
<meta name="googlebot" content="all, index, follow, none, noindex, nofollow, noarchive">
...need to calm down a bit... ;-)
greg
I'm starting to see a proliferation of websites that are now utilizing the above Robots META Tag.WHY?
Thank God I am not the only one.
In general, I have asked a few guys why they have this tag and it turns out that the SEO guys did this.
Which makes me think, is it a form of marketing tactic? We also optimize your Meta tags (which will enable better google indexing).
and if that doesn't work - try threats
Since the meta tags are used only to restrict activity, if google does not recognize the commands, they might just decide to play it safe and default to "noindex, nofollow".