Tagged Questions
5
votes
2answers
420 views
Should I block bots from my site and why?
My logs are full of bot visitors, often from Eastern Europe and China.
The bots are identified as Ahrefs, Seznam, LSSRocketCrawler, Yandex, Sogou and so on.
Should I block these bots from my site and ...
0
votes
0answers
181 views
List of most common bot user-agents? [closed]
I'm trying to find a list of the most common bot user-agents (say 10 or so) but I can't find much of anything; all I'm finding is lists that contains thousands of user-agents.
All I need is the most ...
3
votes
1answer
531 views
Preventing high bandwidth usage from Yandex
Although I put a row for Yandex into my robots.txt file, sometimes Yandex indexes my website aggressively. So I hard coded a part and check for user agent, and serve cached file if user agent is like ...
0
votes
1answer
786 views
BingPreview user agent
I'm getting several invalid requests from a "BingPreview" user agent. The complete user agent header is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b
The ...
1
vote
1answer
90 views
In User Agent strings, what does “AskTbTRL” denote?
Here are a bunch of examples:
http://www.botsvsbrowsers.com/listings.asp?search=asktbtrl
I would've guessed an Ask.com-related bot, but apparently not according to their FAQ.
8
votes
3answers
291 views
Tactics for dealing with misbehaving robots
I have a site that, for regulatory reasons, may not be indexed or searched automatically. This means that we need to keep all robots away and prevent them from spidering the site.
Obviously we've had ...
1
vote
1answer
93 views
What is user agent Issbot
I am seeing a lot of traffic to my website from user agent Issbot. This certainly looks like a bot, but is not listed in the www.user-agents.org listing, and I have not been able to find anything ...
2
votes
3answers
745 views
What user agent should I set?
There is Ask bot, which sets this header:
Mozilla/2.0 (compatible; Ask Jeeves/Teoma)
Considering this, I have the following questions:
If I'm writing a web crawler named Goofy, what user agent ...