For SEO purposes? I mean, what else could be ?;)
First, uninstall the package if you have not already done so.
Secondly, drop this on your server code (e.g. server/prerenderio.js ):
// Use Prerender with your token var prerenderio = Npm.require('prerender-node').set('prerenderToken', 'YOUR_TOKEN'); // Feed it to middleware! (app.use) WebApp.connectHandlers.use(prerenderio);
If you're curious about Npm.require (or Meteor.require), see this answer (me, sorry for the shameless plugin) for gist: fooobar.com/questions/600229 / ...
Source: I have used prerenderio successfully for several of our clients.
! [Good luck!] [1]
EDIT:
Since there were significant differences between the objects of the express request and the response of objects of meteorite objects, now it has become really difficult. But this has been examined now and, I hope, the PR that I put into the work:
https://github.com/dfischer/meteor-prerenderio/issues/1
TL DR Thanks to this question, we now have the prerender.io measuring module .
source share