Forum Moderators: open

Message Too Old, No Replies

Google Spider Question

how do you know you've been visited?

         

StormGuy

4:04 am on Dec 11, 2002 (gmt 0)

10+ Year Member



How do you all track when a spider has devoured your site? Do these visits show up in our regular counter stats? If so, what do they look like?

I'm picturing a big hairy trantula in my head lol :)

Dreamquick

8:42 am on Dec 11, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Normally their crawler shows up as GoogleBot/X.X where X's are replaced by numbers.

You'd expect to see this in your website logfiles, whether they show up on counters or not will depend on how your counter works (ie if it relies on javascript then its fairly unlikely that you'll see any search engines since none of them "do" javascript, therefore none of them will trip your counter)...

- Tony

StormGuy

11:08 am on Dec 11, 2002 (gmt 0)

10+ Year Member



thanks Tony :)

cwebb

5:32 pm on Dec 11, 2002 (gmt 0)

10+ Year Member



Is there some special software out there only filtering GoogleBot stats out of log-files, of course including keywords and stuff?

bdolnik

4:44 pm on Dec 12, 2002 (gmt 0)

10+ Year Member



If you are running windows here is a quick and free way to check. From a command prompt type:

find /I "googlebot" [drive:][path]logfile

More info on this command can be found by typing "find /?"