I built a Meteor application and installed the spiderable package. I've deployed with Meteor Up smart package. Everything seems to be working fine but in google webmaster tools I only get partial page rendering. I have checked that the <meta name="fragment" content="!">
is present in the <head>
section.
The site can be seen at http://adjustmentjobs.com
The errors listed by googlebot are as follows:
https://checkout.stripe.com/v2/checkout.js Script Blocked
http://adjustmentjobs.com/sockjs/725/ju0i7bzc/xhr_send AJAX Not found
http://adjustmentjobs.com/sockjs/068/uat6sjkk/xhr_send AJAX Temporarily unreachable
http://adjustmentjobs.com/sockjs/370/u7hz6996/xhr_send AJAX Temporarily unreachable
http://adjustmentjobs.com/sockjs/info?cb=nqf08z0y_h AJAX Temporarily unreachable
http://adjustmentjobs.com/sockjs/info?cb=wqf89krdmo AJAX Temporarily unreachable
I think the problem might be with phantomjs on the server but I can't determine what exactly the problem is. Any help would be appreciated.