webeval.researchready.com
ResearchReady web evaluator
About this crawler
webeval.researchready.com is a web crawler identified by the regular-expression pattern webeval.researchready.com in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block webeval.researchready.com 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
- webeval.researchready.com
- Pattern
webeval.researchready.com- Tags
- seo
- Reference
- http://webeval.researchready.com
- Added
- 2026/05/09
- Instances
- 1 known sample(s)
Sample User-Agent strings
webeval.researchready.com - [email protected] for info.
Block this crawler
robots.txt — disallow webeval.researchready.com:
User-agent: webeval.researchready.com
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} webeval.researchready.com [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "webeval.researchready.com") {
return 403;
}
← back to all crawlers