Galaxy SEO Support
Makes use of the built-in SEO support in Galaxy. If your app qualifies for SEO support, run:
meteor add philippeaquino92:galaxy-render
to turn on the built-in Prerender.io integration. You may also use this package with non-Galaxy deployments if you configure it manually.
In your settings.json file, include:
{ "PrerenderIO": { # Required "token": "yourtoken" # You need to provide anything here for local server support # Optional "serviceUrl": "http://localhost:3033/", "forwardHeaders": true } }