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.
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:
- Node(Express.js) Integration Guide
- Node(Nuxt.js) Integration Guide
- Rails (Ruby) Integration Guide
- Nginx Integration Guide
- Apache Integration Guide
- IIS Integration
- Cloudflare Integration Guide
- Docker
- Firebase (with Cloudflare)
- Magento2 Integration Guide
Community maintained middleware:
- Spring (Java) Integration Guide
- ASP.NET MVC (C#) Integration Guide
- Zend Framework2 (PHP) Integration Guide
- Symfony 2 (PHP)
- Laravel (PHP) Integration
- Django (Python)
- Spray (Scala) Integration Guide
- Koa (Javascript) Integration Guide
- Hapi (Javascript) Integration Guide
- HAProxy Integration Guide
- CloudFront Integration
- Netlify Integration
- Akamai Integration Guide