I've started a relatively new website, and I submitted it to google and everything. I use google's webmaster tools as well. I'm wondering how to figure out the frequency of google's spider accessing my website. I always hear people talking in forums about "I'm getting 250 pages crawled an hour" and so on... Is there software to use? A javascript method similar to google analytics? Or is there something to analyze my server's logs? Thanks
|
feedback
|
migrated from stackoverflow.com Jan 23 '10 at 23:33
This question came from our site for professional and enthusiast programmers.
|
Just check the webserver logs if the visitor's | |||||||
feedback
|
|
Signup for Google Webmaster Central, aka Webmasters Tools, verify your site, and wait for the stats to appear. | |||
|
feedback
|
|
It's fairly unlikely Google Bot will run any Javascript on your site that will track it arriving, so the best hope is to look at the site logs themselves - either in webalizer or the hundreds of other log file parsers, or just open them up in a texteditor and run a regex to extract the Google Bot user agent. You should see then how many hits it makes in a space of time. If it's too much you might want to look at using an XML sitemap | |||
feedback
|
|
AWstats is a good, free utility to use for log file analysis. It'll give you a lot of interesting statistics in addition to the Google crawl info. | |||||
feedback
|
|
I would recommend Google analytics, it covers all visits to your site and you can work out whether a visitor was a bot or not. It is also excellent for SEO on your site helping to increase visitors. | |||
feedback
|
Awstats is a great tool indeed | |||
|
feedback
|
|
Check this article which tells how to send mail when Googlebot crawls a webpage of your website | |||
|
feedback
|
|
You can use googles webmaster tools, It will tell you how often the bot has crawled your site... | |||
|
feedback
|