Server Side Rendering in Framer

Blog subtitle

Blog subtitle

Blog subtitle

Blog subtitle

HC

Jane Doe

February 8, 2023

Server Side Rendering


Framer pre-renders every website as soon as you deploy it (also called server-side rendering). The pre-rendered HTML ensures that the Google bot can analyze your website without running any JavaScript and at a considerable speed boost which will favor your site in the rankings. Pre-rendering works when you publish a website; we start a small process on the server that uses JavaScript to render your HTML and CSS. After a successful render, we store the HTML, which we can send to your visitors immediately, resulting in faster load times.