64.68.84.9: Googlebot gone crazy?

Been getting some 404s generated by a bot claiming to be googlebot. According to Whois Source, this address is owned by Google. So what is their bot doing making up random requests? I guess they are seeking out XML feeds, but you’d think they would look for feeds linked to from the page in the header meta tags…

Anyway, I’ve made some modifications to my .htaccess file. Boy this file is getting long now!

RewriteRule ^mark/blog/feed/rss2/atom.xml$ /mark/blog/feed/atom/ [R=301,L]
RewriteRule ^mark/blog/atom.xml$ /mark/blog/feed/atom/ [R=301,L]
RewriteRule ^mark/blog/rss.xml$ /mark/blog/feed/rss2/ [R=301,L]
Sociable:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Furl
  • NewsVine
  • Reddit
  • YahooMyWeb

4 Responses to “64.68.84.9: Googlebot gone crazy?

Leave a Reply