workona-favicon-service
Productivity platform crawler organizing web content and managing bookmarks
About this crawler
workona-favicon-service is a web crawler identified by the regular-expression pattern workona-favicon-service\/ in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block workona-favicon-service 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
- workona-favicon-service
- Pattern
workona-favicon-service\/- Tags
- seo
- Reference
- https://datadome.co/bots/workona-bot/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
workona-favicon-service/1.0.0
Block this crawler
robots.txt — disallow workona-favicon-service:
User-agent: workona-favicon-service
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} workona-favicon-service\/ [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "workona-favicon-service\\/") {
return 403;
}
← back to all crawlers