H
Hatena
Hatena web services web crawler bot
About this crawler
Hatena is a web crawler identified by the regular-expression pattern Hatena in the User-Agent request header. It is categorised as social-preview. Use the regex above to detect, log, allow, or block Hatena traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- Hatena
- Pattern
Hatena- Tags
- social-preview
- Added
- 2018/05/29
- Instances
- 6 known sample(s)
Sample User-Agent strings
Hatena Antenna/0.3
Hatena::Russia::Crawler/0.01
Hatena-Favicon/2 (http://www.hatena.ne.jp/faq/)
Hatena::Scissors/0.01
HatenaBookmark/4.0 (Hatena::Bookmark; Analyzer)
Hatena::Fetcher/0.01 (master) Furl/3.13
Block this crawler
robots.txt — disallow Hatena:
User-agent: Hatena
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Hatena [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Hatena") {
return 403;
}
← back to all crawlers