Skip to content

Prerender.io

Mostafa Barmshory edited this page Jan 3, 2018 · 1 revision

The Prerender.io middleware that you install on your server will check each request to see if it's a request from a crawler. If it is a request from a crawler, the middleware will send a request to Prerender.io for the static HTML of that page. If not, the request will continue on to your normal server routes. The crawler never knows that you are using Prerender.io since the response always goes through your server.

  1. Submit a user on (Prerender.io)[https://prerender.io]
  2. Go to dashboard and add prerender.io
  3. Copy your token to form
  4. Set backend address http://service.prerender.io
  5. save the backend
Clone this wiki locally