Technical SEO
Client Side Rendering (CSR)
Client-side rendering (CSR) is a web architecture pattern where JavaScript frameworks like React, Vue, or Angular send a minimal HTML shell to the browser, and the browser then executes JavaScript to fetch data and render the full page content. This approach can delay content visibility for both users and search engine crawlers.
SEOs evaluate CSR impact using Google Search Console's URL Inspection tool and Fetch as Google to see what Googlebot actually renders. Tools like Screaming Frog and Chrome's DevTools with JavaScript disabled help identify content that may be invisible to crawlers due to client-side rendering.
Authority Links
Related Terms
Technical SEO
Dynamic Rendering
An intermediate solution developed to facilitate the crawling of bots on JavaScript-based sites.
Technical SEO
JavaScript
A popular software language that adds functionality, interaction, and dynamism to the page.
Technical SEO
Server Side Rendering (SSR)
Refers to the technique by which the request is processed by the server and the output is passed to the browser.
Technical SEO
Critical Rendering Path
Refers to a specific set of steps that must be completed before any page content can be shown to a visitor.

