1 Repo
Renders JavaScript-heavy pages in a headless browser and serializes the fully-loaded HTML for search-engine bots.
Distinct from Dynamic Page Renderings: No candidate in the shortlist covers rendering pages specifically for search-engine bots; closest is Dynamic Page Renderings which is about personalized content, not bot serialization.
Explore 1 awesome GitHub repository matching web development · Bot Rendering Services. Refine with filters or upvote what's useful.
Rendertron is a headless Chrome rendering service that serializes JavaScript-heavy web pages into fully-loaded HTML for search-engine bots and crawlers. It operates as a dynamic rendering proxy, inspecting incoming user-agent headers to route only bot traffic through the rendering pipeline while serving normal browsers the original page directly. The service caches rendered page results in a configurable in-memory or Redis store, with an HTTP endpoint to invalidate cached renders and force fresh serialization on demand. It enforces a hard rendering timeout to prevent hanging on slow-loading o
Renders JavaScript-heavy pages in a headless browser and serializes the fully-loaded HTML for search-engine bots.