Covario
Covario SEO and marketing intelligence crawler
About this crawler
Covario is a web crawler identified by the regular-expression pattern Covario in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Covario traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- Covario
- Pattern
Covario- Tags
- seo
- Reference
- http://www.covario.com/ids
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Covario-IDS/1.0 (Covario; http://www.covario.com/ids; support at covario dot com)
CovarioIDS/1.1 (http://www.covario.com/ids; support at covario dot com)
Block this crawler
robots.txt — disallow Covario:
User-agent: Covario
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Covario [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Covario") {
return 403;
}
← back to all crawlers