cognitiveseo.com
CognitiveSEO backlink analysis and SEO research crawler bot
About this crawler
cognitiveseo.com is a web crawler identified by the regular-expression pattern cognitiveseo\.com in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block cognitiveseo.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
- cognitiveseo.com
- Pattern
cognitiveseo\.com- Tags
- seo
- Reference
- https://cognitiveseo.com/bot.html
- Added
- 2026/04/26
- Instances
- 2 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 - WebCrawler http://cognitiveseo.com/bot.html
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 - James BOT - WebCrawler http://cognitiveseo.com/bot.html
Block this crawler
robots.txt — disallow cognitiveseo.com:
User-agent: cognitiveseo.com
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} cognitiveseo\.com [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "cognitiveseo\\.com") {
return 403;
}
← back to all crawlers