wikiwix-bot

archiver wikiwix-bot

Wikiwix web archive bot

About this crawler

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

Sample User-Agent strings

wikiwix-bot-3.0

Block this crawler

robots.txt — disallow wikiwix-bot:

User-agent: wikiwix-bot Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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