We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a4bb4 commit cbe6415Copy full SHA for cbe6415
lib/prerender_rails.rb
@@ -4,13 +4,10 @@ class Prerender
4
require 'active_support'
5
6
def initialize(app, options={})
7
- # googlebot, yahoo, and bingbot are not in this list because
8
- # we support _escaped_fragment_ and want to ensure people aren't
9
- # penalized for cloaking.
10
@crawler_user_agents = [
11
- # 'googlebot',
12
- # 'yahoo',
13
- # 'bingbot',
+ 'googlebot',
+ 'yahoo',
+ 'bingbot',
14
'baiduspider',
15
'facebookexternalhit',
16
'twitterbot',
0 commit comments