MIA DEV/search:robot
MIA research project bot
About this crawler
MIA DEV/search:robot is a web crawler identified by the regular-expression pattern MIA DEV\/search:robot\/ in the User-Agent request header. It is categorised as academic. Use the regex above to detect, log, allow, or block MIA DEV/search:robot 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
- MIA DEV/search:robot
- Pattern
MIA DEV\/search:robot\/- Tags
- academic
- Reference
- http://spider.neofonie.de
- Added
- 2026/05/09
- Instances
- 1 known sample(s)
Sample User-Agent strings
MIA DEV/search:robot/0.0.1 (This is the MIA Bot - crawling for mia research project. If you feel unhappy and do not want to be visited by our crawler send an email to [email protected]; http://spider.neofonie.de; [email protected])
Block this crawler
robots.txt — disallow MIA DEV/search:robot:
User-agent: MIA DEV/search:robot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} MIA DEV\/search:robot\/ [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "MIA DEV\\/search:robot\\/") {
return 403;
}
← back to all crawlers