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