Skip to content
  • There are no suggestions because the search field is empty.

Available Integrations

Integrate Prerender with popular platforms to streamline caching and improve search engine visibility.

Overview

Prerender is a 100% server-side component, which means it functions independently of your frontend framework. Whether you use React, Angular, Vue, or another framework, what truly matters is how your static files such as HTML, JavaScript, and CSS are served. By leveraging Prerender's pre-built integrations, you can quickly set up caching and rendering to serve search engines optimized content, enhancing your site and SEO.

Your JavaScript application may be served in various ways, for example using a Node.js (Express.js) server, or Apache, NGINX, Java Spring, IIS, or cached by a CDN such as Cloudflare. The only thing you need to do is to find the middleware or configuration example for your backend, set it up, and you're good to go.

After signing up, you will get your Prerender token if you don't have one yet.

Important Note

To ensure Prerender works as expected, integrate it into the part of your system that handles incoming web requests. You can easily do this through common integration points like:

  • Frontend Servers (such as Apache or NGINX)
  • Content Delivery Networks (CDNs)
  • Reverse Proxy Servers

By integrating Prerender into these components, it can capture and prerender pages in response to web requests.

 

Prerender.io officially maintained middleware:

Community maintained middleware:

Other integrations:

 

Related Articles