wowLink Crawler
Link management crawler indexing and analyzing web content for optimization
About this crawler
wowLink Crawler is a web crawler identified by the regular-expression pattern wowLink Crawler\/ in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block wowLink Crawler 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
- wowLink Crawler
- Pattern
wowLink Crawler\/- Tags
- seo
- Reference
- https://datadome.co/bots/wowlink-crawler/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
wowLink Crawler/1.0
Block this crawler
robots.txt — disallow wowLink Crawler:
User-agent: wowLink Crawler
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} wowLink Crawler\/ [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "wowLink Crawler\\/") {
return 403;
}
← back to all crawlers