WebCookies

seo WebCookies

WebCookies crawler

About this crawler

WebCookies is a web crawler identified by the regular-expression pattern WebCookies in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block WebCookies 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
WebCookies
Pattern
WebCookies
Tags
seo
Reference
https://webcookies.org/faq/#agent
Added
2026/05/09
Instances
2 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (compatible; WebCookies/1.0; +http://webcookies.org/faq/#agent)
Mozilla/5.0 (compatible; WebCookies/1.0; +https://webcookies.org/faq/#agent)

Block this crawler

robots.txt — disallow WebCookies:

User-agent: WebCookies Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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