G2 Web Services
G2 web services web crawler bot
About this crawler
G2 Web Services is a web crawler identified by the regular-expression pattern G2 Web Services in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block G2 Web Services traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- G2 Web Services
- Pattern
G2 Web Services- Tags
- seo
- Reference
- https://g2risksolutions.com:443/
- Added
- 2019/03/01
- Instances
- 1 known sample(s)
Sample User-Agent strings
G2 Web Services/1.0 (built with StormCrawler Archetype 1.8; https://www.g2webservices.com/; [email protected])
Block this crawler
robots.txt — disallow G2 Web Services:
User-agent: G2 Web Services
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} G2 Web Services [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "G2 Web Services") {
return 403;
}
← back to all crawlers