Website-info.net-Robot
Website information and analytics data collection crawler bot
About this crawler
Website-info.net-Robot is a web crawler identified by the regular-expression pattern Website-info\.net-Robot in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Website-info.net-Robot 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
- Website-info.net-Robot
- Pattern
Website-info\.net-Robot- Tags
- seo
- Reference
- https://website-info.net/robot
- Added
- 2026/04/26
- Instances
- 1 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (compatible; Website-info.net-Robot; https://website-info.net/robot)
Block this crawler
robots.txt — disallow Website-info.net-Robot:
User-agent: Website-info.net-Robot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Website-info\.net-Robot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Website-info\\.net-Robot") {
return 403;
}
← back to all crawlers