lipperhey

seo lipperhey

Lipperhey SEO tool web crawler for analysis

About this crawler

lipperhey is a web crawler identified by the regular-expression pattern lipperhey in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block lipperhey traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.13%
latest snapshot
2026-06-04
matched key: lipperhey
2026-05-012026-06-040.17%

Technical details

Name
lipperhey
Pattern
lipperhey
Tags
seo
Reference
https://www.dataprovider.com/
Added
2015/08/26
Instances
4 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (compatible; Lipperhey Link Explorer; http://www.lipperhey.com/)
Mozilla/5.0 (compatible; Lipperhey SEO Service; http://www.lipperhey.com/)
Mozilla/5.0 (compatible; Lipperhey Site Explorer; http://www.lipperhey.com/)
Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)

Block this crawler

robots.txt — disallow lipperhey:

User-agent: lipperhey Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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