Technoratibot
Technorati blog search bot
About this crawler
Technoratibot is a web crawler identified by the regular-expression pattern Technoratibot in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block Technoratibot traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Technoratibot
- Pattern
Technoratibot- Tags
- search-engine
- Reference
- https://technorati.com/
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Technoratibot/7.0
Technoratibot/8.0
Block this crawler
robots.txt — disallow Technoratibot:
User-agent: Technoratibot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Technoratibot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Technoratibot") {
return 403;
}
← back to all crawlers