BP
bot-pge.chlooe.com
Chlooe web crawler for content analysis
About this crawler
bot-pge.chlooe.com is a web crawler identified by the regular-expression pattern bot-pge\.chlooe\.com in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block bot-pge.chlooe.com traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- bot-pge.chlooe.com
- Pattern
bot-pge\.chlooe\.com- Tags
- seo
- Added
- 2018/06/27
- Instances
- 1 known sample(s)
Sample User-Agent strings
bot-pge.chlooe.com/1.0.0 (+http://www.chlooe.com/)
Block this crawler
robots.txt — disallow bot-pge.chlooe.com:
User-agent: bot-pge.chlooe.com
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} bot-pge\.chlooe\.com [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "bot-pge\\.chlooe\\.com") {
return 403;
}
← back to all crawlers