Forum Moderators: open

Message Too Old, No Replies

Is Googlebot not a "niceguy" spider

Robots.txt example seems to say No!

         

awoyo

8:29 pm on Aug 1, 2002 (gmt 0)

10+ Year Member



I was looking at the examples of the robots.txt here on WebmasterWorld and found that googlebot is excluded in robots4.txt [searchengineworld.com] Is that right? How come?

User-agent: Googlebot
Disallow:

mbauser2

8:56 pm on Aug 1, 2002 (gmt 0)

10+ Year Member



You don't know how to read robots.txt. That entry doesn't block Google from anything.

Key_Master

9:42 pm on Aug 1, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



To block Googlebot from indexing any portion of your site your robots.txt should look like:

User-agent: Googlebot
Disallow: /

or

User-agent: *
Disallow: /

There is loads of information about robots.txt on this site. By the way, robots4.txt (the filename) is useless. No robot is going to abide by that.

jdMorgan

9:47 pm on Aug 1, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Awoyo,

User-agent: Googlebot
Disallow: /

blocks Googlebot from all files, and

User-agent: Googlebot
Disallow:

welcomes Googlebot to index all files.

For more information about robots.txt, see this page [searchengineworld.com] on WebmasterWorld's sister site.
(Note that one example is incorrect - "cheese.html" needs a preceding "/")

Googlebot is NOT a bad-bot!

Hope this helps,
Jim

GoogleGuy

9:42 am on Aug 2, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Beat me to it. Thanks for chiming in, folks.

awoyo

10:47 am on Aug 2, 2002 (gmt 0)

10+ Year Member



Thanks for clearing that up, folks. I guess seeing googlebot treated the same as Emailsiphon, WebFerret and BlackWidow got me going for a minute. :)

Markus

11:03 am on Aug 2, 2002 (gmt 0)

10+ Year Member



> Googlebot is NOT a bad-bot!

But why does Google index my WebmasterWorld profile for at least two months now, although there is a meta robots noindex on it? ;)

jdMorgan

6:34 pm on Aug 2, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Markus,

awoyo got confused between the two forms I show in my post above.

Googlebot is NOT disallowed from WebmasterWorld, AFAIK.

Jim