Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/split/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,18 @@ def bots
'AdsBot-Google' => 'Google Adwords',
'Baidu' => 'Chinese search engine',
'Baiduspider' => 'Chinese search engine',
'bingbot' => 'Microsoft bing bot',
'Butterfly' => 'Topsy Labs',
'Gigabot' => 'Gigabot spider',
'Googlebot' => 'Google spider',
'MJ12bot' => 'Majestic-12 spider',
'msnbot' => 'Microsoft bot',
'bingbot' => 'Microsoft bing bot',
'rogerbot' => 'SeoMoz spider',
'PaperLiBot' => 'PaperLi is another content curation service',
'Slurp' => 'Yahoo spider',
'Sogou' => 'Chinese search engine',
'spider' => 'generic web spider',
'UnwindFetchor' => 'Gnip crawler'
'UnwindFetchor' => 'Gnip crawler',
'WordPress' => 'WordPress spider',
'YandexBot' => 'Yandex spider',
'ZIBB' => 'ZIBB spider',
Expand Down