stq_bot
Search technology bot
About this crawler
stq_bot is a web crawler identified by the regular-expression pattern stq_bot in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block stq_bot 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
- stq_bot
- Pattern
stq_bot- Tags
- search-engine
- Reference
- https://www.searchteq.de/
- Added
- 2026/05/03
- Instances
- 1 known sample(s)
Sample User-Agent strings
stq_bot ( http://www.searchteq.de)
Block this crawler
robots.txt — disallow stq_bot:
User-agent: stq_bot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} stq_bot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "stq_bot") {
return 403;
}
← back to all crawlers