Infohelfer

seo Infohelfer

Infohelfer German information crawler

About this crawler

Infohelfer is a web crawler identified by the regular-expression pattern Infohelfer in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Infohelfer 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
Infohelfer
Pattern
Infohelfer
Tags
seo
Reference
http://www.infohelfer.de/crawler.php
Added
2026/05/09
Instances
3 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (compatible; Infohelfer/1.2.0; +http://www.infohelfer.de/crawler.php)
Mozilla/5.0 (compatible; Infohelfer/1.3.0; +http://www.infohelfer.de/crawler.php)
Mozilla/5.0 (compatible; Infohelfer/1.4.3; +http://www.infohelfer.de/crawler.php)

Block this crawler

robots.txt — disallow Infohelfer:

User-agent: Infohelfer Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Infohelfer [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Infohelfer") { return 403; }
← back to all crawlers