Vagabondo
Legacy Dutch crawler indexing mobile pages for regional search
About this crawler
Vagabondo is a web crawler identified by the regular-expression pattern Vagabondo\/ in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Vagabondo traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.52%
Technical details
- Name
- Vagabondo
- Pattern
Vagabondo\/- Tags
- seo
- Reference
- https://datadome.co/bots/vagabondo-bot/
- Added
- 2026/04/17
- Instances
- 4 known sample(s)
Sample User-Agent strings
Mozilla/4.0 (compatible; Vagabondo/4.0Beta; webcrawler at wise-guys dot nl; http://webagent.wise-guys.nl/; http://www.wise-guys.nl/)
Mozilla/4.0 (compatible; Vagabondo/2.2; webcrawler at wise-guys dot nl)
Mozilla/5.0 (compatible; Vagabondo/2.1; webcrawler at wise-guys dot nl)
Mozilla/3.0 (Vagabondo/2.0 MT; [email protected]; http://aanmelden.ilse.nl/?aanmeld_mode=webhints)
Block this crawler
robots.txt — disallow Vagabondo:
User-agent: Vagabondo
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Vagabondo\/ [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Vagabondo\\/") {
return 403;
}
← back to all crawlers