Forum Moderators: open
1.) Any reason for allowing the bot?
2.) Ways to exclude the bot from indexing? (what should I put in robots.txt?)
Thanks in advance!
Is it the Alexa bot and/or toolbar or the ia_archiver?
If it's the toolbar than that may come from a variety of IP ranges.
To deny that crawling in htaccess add the follwing line:
SetEnvIf User-Agent Alexa keep_out
(see this old thread for an explantion; [webmasterworld.com...] )
The archive honors robots.txt by including the following two lines in your robots.txt:
User-agent: ia_archiver
Disallow: /
Personally I have no reason for allowing either the Alexa toolbar or the archiver, HOWEVER each webmaster must make their own decisions on what is beneficial or detrimental to their websites.
In that process if Alexa "anything" returns traffic to your sites that help to attain any goals you have for your sites than that's a plus.
If there is drain on resources and cost involved outweighing any benefits than that's a minus.
You provided no mention of your site (s) size. 3-gig a day seems out of line for me. Even anything approacing a gig a month for ANY bot is unnecessary drain on resources, IMO.
Don
209.237.238.175 - - [01/Nov/2004:18:00:52 -0800] "GET /robots.txt HTTP/1.0" 200 179 "-" "ia_archiver"
I do not see the benefit of being in the archive . org archives? And I have yet to see a referrer from Alexa!
My sites size is large! Fluctuating between 5000 to 10000 pages throughout the month. But yes log analysis shows 3 gigs a day of transfer, granted I also get a good number of users a day as well!
I am electing to disallow!
User-agent: *
Disallow: /images/
Disallow: /misc/
Would my new one look like this?
User-agent: ia_archiver
Disallow: /
User-agent: *
Disallow: /images/
Disallow: /misc/
Would my new one look like this?User-agent: ia_archiver
Disallow: /User-agent: *
Disallow: /images/
Disallow: /misc/
that would be correct.
You might also consider including your cgi-bin folder if you have one.
Here's a link to a robots page:
[robotstxt.org...]
Eliyon provided a good explantion regarding the use and/or interpretaion of slashen in directories when used in robots.
[webmasterworld.com...]
message #5
In addition, this little free tool although not needed is nice:
[rietta.com...]
If you'd like some in-depth reading there is an old thread started by Jim:
[webmasterworld.com...]