Skip to content
Firman M edited this page Oct 20, 2015 · 5 revisions

Sprangular uses client-side rendering, making it hard for search engines to index content. To make pages indexable, we've added support for prerender.io

Configuring

Add the environment variable PRERENDER_TOKEN

export PRERENDER_TOKEN=<your-token>
rails server

Or if your using heroku:

heroku config:add PRERENDER_TOKEN=<your-token>

Clone this wiki locally