Heurekabot-ImageFullText

search-engine Heurekabot-ImageFullText\/

Heureka image and full-text indexing bot

About this crawler

Heurekabot-ImageFullText is a web crawler identified by the regular-expression pattern Heurekabot-ImageFullText\/ in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block Heurekabot-ImageFullText 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
Heurekabot-ImageFullText
Pattern
Heurekabot-ImageFullText\/
Tags
search-engine
Reference
https://sluzby.heureka.cz/napoveda/heurekabot/
Added
2026/05/09
Instances
2 known sample(s)

Sample User-Agent strings

Heurekabot-ImageFullText/1.0 (+http://sluzby.heureka.cz/napoveda/heurekabot/)
Heurekabot-ImageFullText/1.0 (+https://sluzby.heureka.cz/napoveda/heurekabot/)

Block this crawler

robots.txt — disallow Heurekabot-ImageFullText:

User-agent: Heurekabot-ImageFullText Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Heurekabot-ImageFullText\/ [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Heurekabot-ImageFullText\\/") { return 403; }
← back to all crawlers