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