ZoteroTranslationServer/WMF
Citation server extracting metadata from URLs for Wikipedia reference generation
About this crawler
ZoteroTranslationServer/WMF is a web crawler identified by the regular-expression pattern ZoteroTranslationServer\/WMF in the User-Agent request header. It is categorised as academic. Use the regex above to detect, log, allow, or block ZoteroTranslationServer/WMF 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
- ZoteroTranslationServer/WMF
- Pattern
ZoteroTranslationServer\/WMF- Tags
- academic
- Reference
- https://wikitech.wikimedia.org/wiki/Zotero
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 ZoteroTranslationServer/WMF (mailto:[email protected])
Block this crawler
robots.txt — disallow ZoteroTranslationServer/WMF:
User-agent: ZoteroTranslationServer/WMF
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ZoteroTranslationServer\/WMF [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "ZoteroTranslationServer\\/WMF") {
return 403;
}
← back to all crawlers