WordPress Crawl Rate Tracker Plugin

by Patrick Altoft on / 253 responses

With the advent of Google Analytics and other JavaScript based solutions a lot of webmasters have lost the ability to easily analyse log files to see how search engines are interacting with their site.

Update: A new version of this plugin compatible with WordPress 3+ is now available here.

Google Webmaster Central offers a nice graphing feature so you can see the crawl trends but there is no way to access meaningful data. Studying crawl rate is hugely important because it helps you find out which pages are trusted most by the search engines (especially Google). The more Google trusts a page the greater the frequency it will re-visit that page. If you build a few deep links and see your crawl rate for the target page suddenly increase you can be confident that the links are highly trusted and that you should try to get some more.

Today we are releasing a plugin for WordPress that allows you to track crawl activity for MSN, Yahoo & Google from your dashboard.

  • Access crawl data for 3 main search engines
  • See the exact times a spider accessed any page on your site
  • Monitor your crawl rate over time
  • Discover how crawl rate is related to PageRank

Download the plugin here.

Screenshots

Crawl Rate

Crawl Rate

Crawl Rate

A big thanks to Open Flash Charts for the graph function.

Patrick Altoft is Director of Search at Branded3, a Leeds SEO & Digital Agency specialising in SEO, Web Design, Development & Social Media.

Get daily posts direct to your inbox

You can get our blog posts delivered for free by email every day - simply add your email address to the box above, or alternatively you can grab the RSS feed.

Comments

Read the 180 comments below, or add your own!

February 25, 2008 at 11:37pm

thanks for sharing

Reply

February 26, 2008 at 12:43am

I have been looking forwards to seeing a plugin like this created since you mentioned something similar (or the same) a few months back.

Quick question. About an hour ago I added a new post to my blog and then a few minutes later I installed the plugin. For that new post I see 3 crawls with in 40 minutes from Google to that new page. I am just curious as to why google would visit at 6:50:06 and then just 4 or 5 minutes later and then just over 30 minutes after that. Is that common?

google 25th Feb 2008 07:32:11
google 25th Feb 2008 06:54:51
google 25th Feb 2008 06:50:06

Reply

February 26, 2008 at 12:47am

I expect that loads of people will be asking questions like this, sometimes Google spiders my homepage 5 times an hour.

We may never know why.

Reply

February 26, 2008 at 12:55am

I am seeing the same also on my home page. The 4th visit just came along in the last hour. I will guess that is a good thing and carry on what I am doing knowing I may never know why. LOL.

Reply

February 26, 2008 at 1:36am

Excellent plugin Patrick. It wasn’t even a minute after installing and activating that I was seeing results.

This plugin looks like it is going to be one of my fav tools. Keep up the great work Patrick and thanks

Reply

Dave
February 26, 2008 at 3:02am

Holy S**t this is awesome! You just made life a lot easier. Thank you for creating this.

Reply

February 26, 2008 at 3:43am

I’ve just fixed a bug that was stopping the MSN favicon displaying. The new version works but if you have the old version you need to rename the msnbot.ico file to msn.ico to get the icon to display.

Reply

February 26, 2008 at 5:13am

Thanks a lot,
Now lets watch google and other two. This is cool now we can watch them…

Vijay

Reply

February 26, 2008 at 10:27pm

Cool Plugin !
It will give us more details about google activity in our blogs.
Thanks.

Reply

February 26, 2008 at 10:40pm

Thanks for the great plugin, another set of analytics for me to stare at :)

Reply

Paul
February 27, 2008 at 7:23am

Hi,

Nice plugin. But I have had it installed for 12 hours now and I can’t see any activity at all. This leads me to believe that there ia a probem with the installation. Are there any special installation instructions? Are there any file permissions that need to be set?

Cheers

Reply

February 28, 2008 at 10:06pm

It should work as soon as you install and activate it. Is it still showing nothing?

Reply

Elliot
February 27, 2008 at 8:23am

Excellent plugin – great idea!

When using this plugin under WP mu, I had to make a small change, since the open flash chart doesn’t seem to follow 301s (301ing domain.com to http://www.domain.com, with http://domain.com as the ‘home’):

if (!$_GET['page_url']) {
$dir = get_option(‘home’) . ‘/wp-content/plugins/’ . basename(dirname(__FILE__));
+ // Hack, since we’re redirecting to www. and this pooches the graph data
+ $dir = preg_replace( ‘/http:\/\//’, ‘http://www.', $dir );
$url = $dir .’/sbtracking-chart-data.php?chart_data=1′;
$url = urlencode( $url );

Reply

February 27, 2008 at 10:02am

Hello you have a little bug in your script.
I have chance Script from

require ('sbtracking-setup.php');
require ('sbtracking-log.php');
require ('sbtracking-report.php');

to

require (ABSPATH . 'wp-content/plugins/search-bot-tracking/sbtracking-setup.php');
require (ABSPATH . 'wp-content/plugins/search-bot-tracking/sbtracking-log.php');
require (ABSPATH . 'wp-content/plugins/search-bot-tracking/sbtracking-report.php');

MFG
Maik

Reply

Betty
February 28, 2008 at 5:03am

So all I have to do is upload the plugin and activate the plugin?
Because I can’t find it anywhere after activation…what am I missing?
Thanks

Reply

February 28, 2008 at 5:05am

In your Dashboard there should be a link to “Crawl rate tracker”.

Reply

Betty
February 28, 2008 at 6:03am

Found it..Thanks a lot
I was searching it under Options

Reply

Dan
February 28, 2008 at 8:55am

Hey,

Do I need to include ? Because my theme is highly customized and I do not have it currently.

I think you should mentioned something about it.

Reply

February 28, 2008 at 10:07pm

Not sure what you mean by ?

Reply

February 29, 2008 at 2:48am

Hi there.
THX for your nice Plugin, but i can’t activate it.
I get an error message, in german, but it meany “could not be activated because it causes a fatal error”

Maybe you can help?

Reply

February 29, 2008 at 3:28am

Not really. I don’t know much about the program. Maybe it conflicts with another plugin?

Reply

February 29, 2008 at 11:34am

Nice Plugin. Thank you!

Reply

March 1, 2008 at 12:22am

Thanks for a great plugin!

Reply

March 2, 2008 at 4:31pm

Thanks from the beer Blogger from Germany! :)

Reply

June 23, 2010 at 5:57pm

Thanks for the plugin, awesome.

Reply

March 3, 2008 at 2:49am

Thanks for sharing this plugin. I’m pretty sure it will benefit many WordPress users like myself.

Reply

March 6, 2008 at 2:53am

A great plugin..
Using it since a couple of days and seeing really good results and crawl stats.

Reply

March 11, 2008 at 10:47am

Very nice plugin, thanks a ton!

Reply

March 13, 2008 at 7:00am

I’m getting all the data but the Flash isn’t working and I’ve tried it on a couple different computers and browsers to be sure. Any ideas what it might be?

Reply

March 13, 2008 at 7:15am

Sorry I don’t know.

Reply

March 13, 2008 at 8:40am

Oh well, I can still see the data myself. Thanks a lot for the plugin, working great to see how things are going.

Reply

March 20, 2008 at 3:12am

Thanks for this! :-)

I don’t see nothing on the chart. I’m wondering if that’s because because my blog has only been on the self-hosted WordPress platform for about two weeks. It used to be on WordPress.com and I wasn’t able to redirect my traffic, so it might be that the blog looks brand new to Google.

Reply

April 7, 2008 at 5:56pm

Anyone know of a tools like this for non-Word Press websites?

Reply

April 15, 2008 at 11:17pm

thanks for your share, i will use this pack my blog,

Reply

April 24, 2008 at 5:15pm

Big thanks for your share, i’ll use this plugin on my blog. I think that it will be good idea to translate this article into my native Ukrainian.

Reply

May 5, 2008 at 7:02pm

Thank you my friend i setup now. And i listed my blog

http://www.googleyardim.com/ i am document write. Please search crawl rate. Thank you

Reply

May 5, 2008 at 7:03pm

thank you i setup now my google help blog.

Reply

May 15, 2008 at 5:12pm

Any chance that you will update this to work with WP 2.5 ???

Reply

May 15, 2008 at 5:28pm

Yes, next week.

Reply

May 20, 2008 at 12:04am

Nice i’m using it already for a long time.

Reply

May 20, 2008 at 12:06am

Is this tool also available for non WordPress Blogs?!

Reply

May 20, 2008 at 8:49am

No but I’m sure a php programmer could alter it to fit a php site.

Reply

May 21, 2008 at 5:21pm

I guess i’ve seen a similar tool for non wordpress blogs…

Reply

May 21, 2008 at 11:33pm

Found it, called Piwik. Working similiar to Analytics.

Reply

May 21, 2008 at 11:35pm

Also tried this tool, it’s perfect for my purposes.

Reply

May 27, 2008 at 7:49pm

Thanks for this useful plugin.

Reply

May 30, 2008 at 9:32pm

Keep up the good work! 10q

Reply

June 2, 2008 at 7:41am

Found it, called Piwik. Working similiar to Analytics

Reply

June 2, 2008 at 11:34pm

Pwiki is as powerful as analytics itself and will catch data in realtime.

Reply

June 6, 2008 at 10:02am

Thanks – this is a nice tool – i work with this System now – I think it is also Google Analytics very good!

LG

Reply

June 8, 2008 at 9:20pm

When will it work with wordpress 2.5?

Reply

June 8, 2008 at 9:22pm

Not sure, nobody seems to know why it won’t work.

Reply

June 11, 2008 at 12:06pm

hi there,
a couple of questions:

I got this plugin to work by manually creating the table. but still, after a few hits, I cannot see any graphs, I only see hits. Should the graph immediately appear?

also if I look at the detail report and compare with your screenshots, I seem to be missing the little images like yahoo and google in front of them..

anything else I need to do? If you want to I can send you screenshots of what I see right noww

Reply

June 11, 2008 at 12:17pm

I would wait a couple of days and see if the graph starts to work. Check the image locations, they might be getting pulled from the wrong folder?

Reply

June 11, 2008 at 2:10pm

thx.

found the problem, had to change from:
$dir = get_option(‘home’) . ‘/wp-content/plugins/’ . basename(dirname(__FILE__));
to:
$dir = get_option(‘home’) . ‘/wordpress/wp-content/plugins/’ . basename(dirname(__FILE__));

had to insert wordpress as I installed my blog into a folder, not into the root, I guess it would be easier to use (not sure about this) blog_url instead of get_option(‘home’)
This fixed the problem with the missing graph and the missing icons.

Reply

June 12, 2008 at 5:35pm

strange, even after the above change, the icons for the search engines didn’t appear, so I had to hardcode the path like this:

$text .= ”

for it to work.

Reply

June 15, 2008 at 9:22am

From the hacking point of view, it is advisable that we upgrade the WP as soon as any upgrade is available. However, the article states this great plugin doesn’t work in 2.5 and later…

Does anybody have any idea when this great plugin be available for WP 2.5 and later?

Thanks,
Mnis

Reply

June 17, 2008 at 4:37pm

one urgent question:

I just noticed search engines are hitting all my pages twice. Once without trailing slash and once with.

so pacura.ru/contact and pacura.ru/contact/ both get crawled…

I woudl like to avoid duplicate content – is this the case here? – I guess so…

Any ideas where this could result from? I just remember after wp 2.2 this was a big issue… I could use this plugin: http://www.agnivo.com/webmasters/wordpress-22-permalink-trailing-slash-duplicate-pages-fix-94.html to add a trailing slash, but is this the way to go?

Basicallly I am more interested to find out why search engines hit my site with both versions…

Reply

June 17, 2008 at 4:38pm

sorry for double posting, just found out it concerns also posts, not only pages :-(

Reply

ro
June 20, 2008 at 1:32pm

thanks a lot for your plugin, pretty cool!

ronald
oronjo.com
sell content on your site

Reply

June 24, 2008 at 6:06pm

Nice Tools,Thank you very much.

Reply

June 24, 2008 at 8:47pm

awesome plugin thank you

Reply

July 11, 2008 at 10:58am

Thanks for this useful plugin!!!

Reply

July 11, 2008 at 11:00am

awesome plugin thank you!!!

Reply

July 21, 2008 at 10:49am

Just installed the plugin on WordPress 2.6 and it seems to work fine!

Can anyone else confirm the Crawl Rate Tracker is compatible with WordPress 2.6 ?

Reply

July 30, 2008 at 2:10pm

Thanks For Plugin.

Reply

August 18, 2008 at 4:33am

great plugin thanks.

Reply

September 3, 2008 at 12:47am

What happens when the graph is not working right (showing any spider data) but the table data is correct?

Reply

September 5, 2008 at 11:37am

Isn’t there some sort of plugin standards council? Or a document that states, “when you create a plugin, don’t hide the options page in the dashboard”. That sort of thing. It seems like every plugin author wants to be unique and have their little bit of php stand out (or hidden in this case!)

Ok, enough complaining. I love the plugin! But put it in the Setting panel please. I was ready to delete the thing because I thought it was broken. Nope, end-user error :)

Reply

September 7, 2008 at 4:44am

tks for sharing this information. Salam.

Reply

September 18, 2008 at 7:04pm

Escelente plugin para seguir el trafico de los robots.

Reply

September 21, 2008 at 12:35pm

Great plugin, really! Thanks I use this plugin on my 3 sites.

Reply

September 22, 2008 at 5:40am

Thank you my friend i setup now

Reply

September 22, 2008 at 4:17pm

WOW!!! Nice Plugin! Thanks a lot!

Illy

Reply

ed
October 3, 2008 at 1:12am

Cool Plugin !
It will give us more details about google activity in our blogs.
Thanks.

Reply

October 7, 2008 at 9:19pm

A great plugin, i use it since may and it works correctly. Thank You!!

Reply

October 13, 2008 at 8:25pm

This plugin is in conflict with FireStats. I have been using FireStats for some time and maybe two weeks ago when I created new site powered by WordPress 2.6.2, I searched for something that I could use to track bot’s visits. I found this plugin and since it was like something I wanted, I activated it on that new site and also on one my other WordPress 2.6.2 site which is already ranked in search engines, just to see how it is working.

As days were passing, there where zero bots visits on both sites. That was strange to me since on that old site as soon as I posted new content Google would index it (via ping).

Then when I searched on Google if that new site was indexed, I saw that there is some problem. On Google’s SERP for that my site, title of the page and that description below would be text like “Table ‘firestatsdb:wp_sbtracking’ doesn’t exist.” (firestatsdb is example of name of FireStats’ database). I opened Google’s cache for that page and there was only that text. Then I checked Yahoo and same thing there. Next I checked Google’s index for that my older site and for some pages it appeared same thing.

So, this was happening: when some bot would come to page, this plugin would try to connect to FireStats’ database and sbtracking table in it. Since obviously there isn’t such table there it would return page to bot with title and text in body written above. Of course there was no any data written about that bots visit.

I first turned off plugin on that old site and Google started to index it normally so it is obvious that it is problem with this plugin. Luckily that old site is not some commercial one for me, so I didn’t get any loss, but if I used it on some commercial one, there would be problems. That’s why I’m writing this publicly: to people be aware of this potential problems.

(I must also note that FireStats is installed as standalone (version 1.5.12-stable) and I’m using its plugin for WordPress (I’m writing this because there are to types of installation for FireStats used on WordPress))

What I expect from you now is to fix this bug (I’ll send this bug to FireStats’ author too; maybe you could together see what problem is) and to write about this in this post (or whatever “official” page of plugin is) to people first test this plugin, like for example, to uncomment that line in sbtracking-log.php where Firefox is seen as bot and then to see what is happening.

Reply

October 16, 2008 at 9:37pm

Hi,
I am the author of FireStats.
I looked at the code, and it appears that the reason is that this plugin uses direct mysql calls and not going through the $wpdb object.
FireStats opens it’s own connection to the database, and since PHP MySQL works the way it does, further queries mysql queries that does not specify an explicit mysql connection handle uses the last open mysql connection.

a solution for that would be change the Rate tracket plugin to work with the $wpdb object (which keeps a handle of the mysql connection.

so instead of something like:
$result = mysql_query($sql);

you would do
global $wpdb;
$result = $wpdb->get_results($sql);

make sure you check the api of wpdb (which is based on the ezsql class)

Reply

October 20, 2008 at 12:06pm

It’s very useful for me! Thanks you very much
Keep up the good work !

Reply

fil
October 20, 2008 at 2:00pm

Interesting clause certainly….. :-D

Reply

ovidiu
November 28, 2008 at 9:31am

jsut testing the plugin with wpmu – will report back later

Reply

December 1, 2008 at 12:16pm

I update my blog to 2.6.3 and this plugin is not working…
Chart is not created. What to do…

Pls reply

Reply

December 2, 2008 at 4:44am

It is impressive. I started to use it. Thanks.

Reply

December 5, 2008 at 11:14am

Thanks for a great plugin!

Reply

January 25, 2009 at 12:41pm

this is great plugin thanx for you help

Reply

January 31, 2009 at 12:36am

thx for this pack

Reply

February 5, 2009 at 9:38pm

So very cool ! Another essential plugin. A Stumble for your efforts.

Reply

February 6, 2009 at 10:04pm

Hi Patrick,

Seems I’m having the same problem as some of the guys, no graphs, at all. I have the plugin working for some weeks so loads of data. I’m on WordPress 2.7. Any ideas?

Cheers,
Gustavo

Reply

February 15, 2009 at 7:14am

Thanks for a great plugin.

Reply

February 21, 2009 at 12:45pm

I loaded this plugin on one of my blogs last week and just remembered to check the stats this morning – what a huge difference it makes to checking the spider stats. I could see instantly which spiders were visiting which pages and how frequently. Ever thought of putting a “donate” option in it – I’d gladly make a donation for it.

Reply

February 22, 2009 at 9:04am

Anything that gives you more data on what the search engines are up to has to be a good thing. Thanks for the info.

Reply

March 3, 2009 at 11:25am

That’s cool,Also you can check Crawl Rate in Google webmaster tools…

Reply

March 20, 2009 at 9:40pm

Thanks
It will give me more details about google activity in my blogs.

Thank you very much.

Reply

March 21, 2009 at 10:00pm

I don’t know if I agree with the statement: “The more Google trusts a page the greater the frequency it will re-visit that page.”

Isn’t crawl frequency determined by how often the page changes rather than the page authority? For example a news site would get crawled more frequently than an average web site due to the frequency of updates?

Reply

April 3, 2009 at 11:45am

thank you

Reply

April 8, 2009 at 1:48pm

So, this way it is important to the sites to crawl.

Reply

April 19, 2009 at 4:56pm

I find good correlation between crawl rate and SERP position/traffic, but recently very poor correlation between Page Rank and anything on
my wordpress travel blog.

Reply

April 29, 2009 at 12:18pm

Well nice plugin but the crawl rate is not that interesting for me… better would be some plugs for checking link popularity and things like that. Would be happy if you could write about such plugins ;-)

Reply

May 2, 2009 at 7:57pm

Yes, I must admit that this is good plugin to get and install. Plus, it may even help me to focus more on quality rather than quantity when it comes to blogging. In th epast I was just happy to get google to crawl my page. Now, I know I have to figure why and how often they do it. Thank you.

Reply

May 13, 2009 at 7:15am

Another useful plugin – thanks! Trouble is, there are so many WP plugins I’d like to use I’m gonna need an expanded Plugins folder. Or get rid of some of the other plugins, ‘cos this one’s a keeper!

Reply

May 19, 2009 at 8:27am

Thanks for sharing this :)

Reply

May 23, 2009 at 6:04am

Great tool, thanks for making it available, uploaded and running.

Like others on this site, I was surprised at how often google hits, seems at odds with what I assumed would be the frequency rate.

Reply

June 5, 2009 at 1:37pm

Hi…! This rocks. You rock. Thank you for sharing and helping people out. I send you a virtual beer :)

Reply

June 7, 2009 at 3:35pm

Great Plug-in just what i been looking to be able to track my campaign
and not have to wait to see the result and free did not hurt either will be
coming back for more look forward to a long relationship

Ervin

Reply

upx
June 7, 2009 at 5:38pm

How many CPU load on this Plug-in (My host has daily cpu load limited)

Reply

June 8, 2009 at 6:20am

Is it really about trust ? I thought if the page changed a lot then Google crawls more often? Maybe it’s a combination of both?

Reply

June 8, 2009 at 9:09am

@Patrick: your wordpress site is generating a duplicate Mime header when sending the new comment notifications:

X-Amavis-Alert: BAD HEADER SECTION Duplicate header field: “MIME-Version”

it generates emails like:
MIME-Version: 1.0
MIME-Version: 1.0

I had the same problem with wpmu, but don’t know exactly how to solve this with simple wordpress

Reply

June 18, 2009 at 12:24am

I love this tool!

Reply

June 23, 2009 at 9:01pm

This plugin is fantastic. Thank you very much !

Reply

June 29, 2009 at 9:52am

Hi Patrick

Is this plugin tested / updated for WP v2.8? Thanks,

Reply

June 29, 2009 at 10:27am

No. I have not updated it for a while.

Reply

July 3, 2009 at 10:16am

Thank you for providing us such useful info, this widget is exactly what I was searching for!

Reply

Joshua
September 16, 2009 at 3:28pm

Great plugin…Any chance that this will be updated soon?

Reply

Ovidiu
September 18, 2009 at 9:22am

why would it need updates? its working perfectly with wp 2.8.4 and wpmu 2.8.4

Reply

September 23, 2009 at 7:26am

We have been using the plugin for some time – works like a charm! Thanks for sharing, got anything in dev? We don’t mind being guinea pigs … lol

Reply

September 24, 2009 at 5:08am

Hmm nice plugin…searched for something like it for days. But i miss the opportunity to block single pages from being crawled..or i just dont see it?
But anyway…you saved me lots of time dude, thanx :-)

Reply

September 30, 2009 at 11:56pm

Cool Great!

Thanks for the great plugin, another set of analytics for me to stare at :)

Reply

October 5, 2009 at 1:56pm

Nice plugin

I like it !

Reply

November 4, 2009 at 7:14pm

Thanks for a great plugin.

Reply

November 16, 2009 at 11:43am

This is a good one. I am actually addicted to watching realtime update of access log files. Hopefully this plugin will save me some time.

Thanks.

Reply

November 18, 2009 at 7:44am

Guys, how do you remove Technorati and add Yandex instead. Believe it or not, one of my sites is swamped by Yandex indexing (even thought it has nothing to do with Russia) and gets a few hits from Yandex. It would be good to see the stats on the graph.

Reply

November 29, 2009 at 10:22pm

Thanks for the plugin. It is great to see how often I am being crawled.

Reply

s
December 9, 2009 at 8:03pm

Nice Plugin. Thank you!

Reply

December 16, 2009 at 6:23pm

tks for this plugin!

Reply

January 12, 2010 at 2:48am

What a great tool. Some more info to digest to help strategise marketing campaigns. Thanks guys.

Reply

January 22, 2010 at 10:24am

Ein wunderbares Plugin, das mir Einschätzungen über die Wirkung von Deeplinks und allgemein von Links nebst deren Trust ermöglicht.
Herzlichen Dank dafür!

Reply

January 24, 2010 at 11:21am

Excellent plugin

Reply

February 9, 2010 at 7:18pm

Thank you, this will save me from having to keep checking all the different webmaster sites.

Reply

February 22, 2010 at 7:12am

is it possible to find out non index pages in this wordpress plugin?

i need list of pages which is not index in google from my blog

is it possible?

Reply

March 10, 2010 at 7:10pm

Cool plugin and I have been using it on my blog for about two years now. I am wondering if it has been updated since it’s release?

I am using it on Wp 2.9.2 with no issues, but am about to install it on a friend’s new blog and wanted to see if the download on this page is the most current.

Best regards,

Jerry

Reply

March 19, 2010 at 1:12am

This was the best find of the night! Thanks for the plugin.

Reply

March 26, 2010 at 5:47pm

This is a great plugin. We were wondering for a while why our male and female models pages were not ranking well but it was all about the robots’ frequency of visits. Many thanks!

Reply

Thank you very much Great post…thanks for share this. 5225

Reply

May 28, 2010 at 1:20pm

Thanks for a great plugin!

Reply

June 8, 2010 at 7:11am

It is a nice information and now have this plugin installed in my wpress blog.

Reply

July 6, 2010 at 5:37pm

Thats a fine plugin, really funny and useful, thanks!

Reply

July 14, 2010 at 4:48am

This is nice…. thanks for this

Reply

August 5, 2010 at 11:11am

Great post. This plugin is awesome. Thank for the share.

Reply

August 9, 2010 at 2:28pm

Thanks for this useful plugin!!!

Reply

August 15, 2010 at 8:08am

Any partiulcar reason you don’t submit this plugin to wordpress official site?

Reply

August 17, 2010 at 2:22am

I have been waiting for this for a while!! Thanks. By the way, I had problems too, but Omry Yadan tip helped me a lot
Thanks Omryyyyyyyy!!!!

Reply

August 27, 2010 at 5:20am

greata rticle..just what i needed..thank you very much for sharing

Reply

August 27, 2010 at 6:15am

Very cool. Definitely something I need!!

Reply

August 27, 2010 at 6:17am

Very cool – thanks for sharing this. I am going to add it to my blog asap.

Reply

Ed
September 4, 2010 at 12:53am

Plugin problems in my theme
Fatal error:
Fatal error: Cannot redeclare curpageurl() (previously declared in /home/content/21/5301021/html/blog/wp-content/themes/magazine-premium/functions.php:1901) in /home/content/21/5301021/html/blog/wp-content/plugins/crawlrate/sbtracking-log.php on line 69

Reply

September 4, 2010 at 11:02am

Great post. This plugin is awesome. Thank for the share.

Reply

Spirou
September 10, 2010 at 1:44am

Really nice plugin, however I’m having some issues, graph is not showing, all I get is a blank square with an url inside it “…wp-content/plugins/CrawlRate/sbtracking-chart-data.php?chart_data=1″ (removed the domain name) Any idea on how to fix this? Btw I’m on wp 2.9.2

Reply

September 18, 2010 at 10:53pm

Thanks for a great plugin!

Reply

November 4, 2010 at 9:06am

yes, this definately looks like something worth trying. Thank you.

Reply

Rob Davies
November 7, 2010 at 5:41am

Great script. I’m looking at using this for my site (non WP). Also, bing has changed their bot name recently (they use msn and bing in the agent).

Rob

Reply

November 8, 2010 at 11:46pm

Gonna try it also.

Reply

November 12, 2010 at 12:15pm

Great tool, using it since a few days now and really glad with it.

Reply

November 14, 2010 at 10:46am

thank you very much this plugin is very useful for me.

Reply

November 21, 2010 at 7:47am

It would be better to support Chinese search engines such as baidu,sogou,youdao and soso.

Reply

November 23, 2010 at 12:11am

Awesome plugins and many thanks for sharing…This is definitely something worth installing for all blogs.

Reply

December 5, 2010 at 7:13am

What do you think of pop-under exchanges? I’m having trouble getting visitors to my site,
so I’m thinking about trying one. Are they effective????????

Reply

December 8, 2010 at 2:14pm

This is a good selection of sites you made. My favorite of your selection is Ben Hulse Design.

Reply

December 9, 2010 at 10:11am

Hi there.
THX for your nice Plugin, This is definitely something worth installing for all blogs.

Reply

February 18, 2011 at 5:18am

Hi,

I’ve just copied the plugin but it does not come up. I activate it but can’t find any settings

Any suggestions how I can make it work?

Reply

Tom
February 24, 2011 at 1:12pm

Awesome plugin, but after I updated to WP 3.1 the graph function is not working anymore.

Reply

March 16, 2011 at 10:57pm

My issue is the same as Tom, i am using WordPress 3.1 and not getting the graph, any solution to this? would like to see how it works thanks today is March 16, 2011

Reply

April 23, 2011 at 8:29am

I am also using this wordpress plugin – Thanks

Reply

May 18, 2011 at 4:59am

love this plugin! Howver need to work on my interpretation of the information, somthing i struggle with on google analytics. Be kind i have just started on my web design word press jopurney!

Reply

Rob
May 18, 2011 at 3:31pm

Hi, I found this plugin to be awsome. Great work mate!!

Reply

May 19, 2011 at 3:20pm

Very handy! I was using AWstats on my wordpress page and it looked like i was getting alot of traffic…. turns out it was spiders! :( ohwell least the search engines are finding me

Thanks again

Reply

May 20, 2011 at 9:21am

Great plugin. Thanks. Now I don’t have to go into Awstats all the time!

Reply

May 27, 2011 at 3:09pm

Great plugin. I’ve downloaded and can see the stats already.

Well done.

Reply

July 2, 2011 at 5:27pm

I am using it on 3.1.2 and it seems to be broken. I see a couple other comments to the same effect. Any solution??

Reply

July 11, 2011 at 4:28am

This is an incredibly cool plugin. Thanks so much for doing this and releasing it free! I especially loved that it went back through my logs and filled in data from the last month. Neat to see data instantly. I’m using it on my freelance web design portfolio site and am fascinated to watch how Google crawls my site.

I’m working on a roundup of useful SEO/Internet Marketing WordPress plugins for a blog post, and this one is certainly in the top 3. Excellent work.

Reply

July 11, 2011 at 8:46pm

Hi,

I downloaded the plugin, but the chart does not show up. It just shows a blank square. I am using Firefox. Is there any other thing I need to do?

Regards,
Garry

Reply

August 19, 2011 at 3:29pm

;-) a link to this posting was provided by Themelis Cuiper – search engine result advert visionary – so you must be doing a beautiful job?

Reply

August 25, 2011 at 9:28am

In the event you keep on submitting helpful articles or reviews on your web site, there is always a larger opportunity that a number of individuals will go to your web page.

Reply

September 26, 2011 at 6:49am

I really like this plugin as I’ve used it before but it doesn’t seem to be working with the latest version of WordPress, any chance an update is going to be coming soon?

Reply

October 6, 2011 at 8:45pm

This tool is really great. No more guessing but raw backed up statistics!
Thanks for sharing this with us!

Reply

October 13, 2011 at 7:12pm

Tool Crawl Rate Tracker Plugin is really, really great.
Thanks very much

Reply

October 16, 2011 at 9:15pm

Great plugin!

Reply

October 26, 2011 at 9:04pm

i love this plugin because using it since a couple of days and seeing really good results and crawl stats. Thanks…

Reply

November 3, 2011 at 11:17pm

Great post. This plugin is awesome. Thank for the share.

Reply

January 5, 2012 at 8:47am

Great post. This plugin is awesome. Thank for the share.

Reply

January 7, 2012 at 2:23pm

I guess now in 2012 WP has different plug ins. It would be great if you could update this post.

Reply

73 trackbacks

Leave a comment

Your email address will not be published. Fields marked with an asterisk are required.
 

  *

  *

You can use one of the following tags:
<a href=""><blockquote><code><em><strike><strong>