Forum Moderators: DixonJones
Try going to the discussions for Robots.txt. I saw some information in there about this and although I am new to this website I have already found some excellent areas to learn from. I have also found this excellent link that was provided by a moderator that outlines a lot of other useful information. Good luck! Let me know how it goes so I can do the same thing! I am interested in preventing this same problem on my websites. Thanks. :)
Jackal
[google.com...]
Or am I missing the point?
For what it's worth, the most I ever get via Alexa has been the comparison page which only gives the viewer a 'similar in content' site.
Alexa is sooo far down the list of referring sites, I pay it no mind atall....
Hell, I get more traffic from mywebsearch than Alexa.
If someone was trying to sell me advertising space on their web, the first thing I would do would be to go to Alexa to see how much traffic they got...
I presumed it was some ordinary visitor who happened to have his Alexa Toolbar activated while he was browsing.
However Pendanticist, if you want to block everyone using it, a rewrite via .htaccess would probably do it (on an Apache server) if that user agent is always present:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Alexa\ Toolbar
RewriteRule .* - [F]
Why would you use the Alexa toolbar to compare your site to others...it only counts visits from people who actually have the toolbar and is not an accurate unit of measure.
So if your visitors are mostly finding you through search engines and don't know about Alexa toolbar, your stats will appear lower than say a competitor business site who's visitors "believe" and have the Alexatoolbar.
Definitely not an accurate way to track true rankings.
Sorry to go off topic...my 2 cents ;)