3000 Google spiders a day

Nuno

Free Member
Business Listing
Oct 10, 2011
4,788
1,597
Hastings
c21webcare.co.uk
On a small WP site, 32 pages, 20 posts but active Twitter feed I'm getting between 2000 and 4000 google spiders every day.

Statpress has an average of all spiders at 3900/day for June, Google webmaster has an average of 2310 for the last 90 days.

Unique visitors are about 100 a day, but page views is around 1000 which I think is high for this site.

What is happening?
What should I do?
 
Go to Google Webmaster Tools... Choose your domain, then click the gear icon top right > Site Settings... Then at the bottom change the crawl rate.

That should help.
 
Upvote 0
Its a guess but it might be down to googlebot trying to fill in the page parameters itself and causing a loop, so it keeps on hitting away like its viewing a new page.

But like I say that's a complete guess, you'd have to check the raw logs to find out exactly what its doing.
 
Upvote 0
Its with the hosting company now, and they say they'll get back. I'll be asking Google too. I'll post anything of interest here, (even if it is down to my muppetry.)
 
Upvote 0
Earl, go and troll elsewhere.

You seem to be confusing humor with something else.

Are your origins German.:|

The answer to why so many spiders is probably a link from an east european site.
 
Last edited:
Upvote 0
the massive spider hits... what pages are they reading... the same page 50 times a day... in other words what are the hits feeding on... I have never seen google hit a pg more than 1 or 2 times in sequence and rarely do they hit the same page more than once in a day...
So are the urls being hit the same 2o pages over and over.
IF you need a spider monitor that lets you see what the suckers are doing every instant let me know.. I have one.
 
Upvote 0
@OWG No, it's a really quite simple, vanilla site.
WP members is the only plugin I don't use elsewhere but the site has been up for 15 months with no change in architecture (?-right word?) and this started a few months back.
No other scripts, so I'll check plugins today and tomorrow, (time consuming to then measure Googlebot rate) and see what transpires.
Cheers.
 
Upvote 0
I (and the host) had already checked for injections and inserted code, (base64 code), as well as checking the usual subjects manually, (.htaccess, index.php etc)

Statpress loads very slowly suggesting the problem is connected to that. It is not storing stats forever so thats not it, but gets better when another plugin is deactivated, (add multiple users. AMU).

I'm leaving AMU deactivated and watching the stats. Thanks for pointing to the (hopefully) right area.
 
Upvote 0
If you login via FTP you should be able to download the raw log files. Then open that in Excel or whatever, filter it by the Googlebot User agent string and you'll see in an instant what its doing by the URL's its trying to reach.

Or download them and email them over to me and I'll have a look for you, shouldn't take long.
 
Upvote 0
I could only access them via CP. They seem to my (Noob) eye that the events plugin is getting too much attention. Would you mind having a quick look? gz folder or unzipped, (about 28kb)?
 
Upvote 0
Little update. The amount of Googlebots has gone way on down, but it seems that our Chinese chum, Baidu, ignores the robots.txt file and has hit over 200 times today.
I have now tried to ban it using .htaccess so I'll see over the next few hours. Good game, good game...:)
 
Upvote 0
Well that hasn't worked. Can someone tell me where my mistake is please?


RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^Baiduspider [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Sogou [NC]
RewriteRule ^.*$ - [F]

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


I sourced this from Stackoverflow.
 
Upvote 0

Latest Articles