BL

B-l-i-t-z-B-O-T

search-engine B-l-i-t-z-B-O-T

Blitz BOT crawler

About this crawler

B-l-i-t-z-B-O-T is a web crawler identified by the regular-expression pattern B-l-i-t-z-B-O-T in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block B-l-i-t-z-B-O-T 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
B-l-i-t-z-B-O-T
Pattern
B-l-i-t-z-B-O-T
Tags
search-engine
Added
2026/05/09
Instances
1 known sample(s)

Sample User-Agent strings

Mozilla/4.0 (compatible; B-l-i-t-z-B-O-T)

Block this crawler

robots.txt — disallow B-l-i-t-z-B-O-T:

User-agent: B-l-i-t-z-B-O-T Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} B-l-i-t-z-B-O-T [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "B-l-i-t-z-B-O-T") { return 403; }
← back to all crawlers