Honestly, I do not personally track Google at the level of looking at my raw log files daily. But a WebmasterWorld thread describes Google recently (i.e. "for months") using HEAD only requests for crawling. Typically, Google uses GET requests when crawling pages, to pull the content down to its index. Google has now been also using HEAD requests to just pull the header data.
This is possibly a method to more efficiently crawl pages. They can (1) make sure the page exists quicker and (2) they can pull the last modified date and other header type information only.
Forum discussion on this new (??) GoogleBot behavior at WebmasterWorld.
Like The Story? Vote For It On Yahoo Buzz! Or On Sphinn!
rustybrick in Google Optimization at July 7, 2006 8:19 AM
Comments (4)

Comments
I question the usefulness of this Barry. I believe last modified dates are pretty much defunct these days, since most sites are dynamic and not aware of their last modified dates. PHP will not send a last modified date in its default configuration, as this would be disasterous for several reasons (The timestamp on the page is probably not at all related to the actual age of the content of the page, as well as the fact that page.php?id=X typically houses several thousand pages.
Posted by SEO Egghead at July 7, 2006 13:31