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