philippeaquino92:galaxy-render

v3.5.3Published 7 months ago

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
  }
}