prerender-java
prerender-java copied to clipboard
Whitelisting socketTimeout parameter and added Googlebot
You should not add the Googlebot user agent to the list of user agents being checked. Checking Googlebot by their user agent could get you penalized for cloaking.
Google follows the escaped fragment crawling protocol so if you add <meta name="fragment" content="!"> to the <head> of your pages then Google will access the ?_escaped_fragment_= URL
@thoop thanks. Will remove googlebot