Headless Browser Pre-Rendering for Crawlers (Rendertron / Puppeteer)

Headless Browser Pre-Rendering for Crawlers (Rendertron / Puppeteer)

Development and maintenance of all types of websites:

Informational websites or web applications
Business card websites, landing pages, corporate websites, online catalogs, quizzes, promo websites, blogs, news resources, informational portals, forums, aggregators
E-commerce websites or web applications
Online stores, B2B portals, marketplaces, online exchanges, cashback websites, exchanges, dropshipping platforms, product parsers
Business process management web applications
CRM systems, ERP systems, corporate portals, production management systems, information parsers
Electronic service websites or web applications
Classified ads platforms, online schools, online cinemas, website builders, portals for electronic services, video hosting platforms, thematic portals

These are just some of the technical types of websites we work with, and each of them can have its own specific features and functionality, as well as be customized to meet the specific needs and goals of the client.

Our competencies:

Frequently Asked Questions

Latest works

  • image_web-applications_feedme_466_0.webp
    Development of a web application for FEEDME
    1281
  • image_ecommerce_furnoro_435_0.webp
    Development of an online store for the company FURNORO
    1237
  • image_crm_enviok_479_0.webp
    Development of a web application for Enviok
    978
  • image_crm_chasseurs_493_0.webp
    CRM development for Chasseurs
    1027
  • image_website-sbh_0.webp
    Website development for SBH Partners
    1103
  • image_website-_0.webp
    Website development for Red Pear
    550

Headless Browser Pre-Rendering for Crawlers (Rendertron / Puppeteer)

  • Single-page applications (built with React, Vue, or Angular) often deliver an empty <div id="root"> to search engine bots. This kills organic visibility. Dynamic rendering solves that by providing pre-computed HTML exclusively for crawlers.
  • This approach is endorsed by Google Search Central as a short-term fix when full server-side rendering is not feasible. None of our implementations are permanent architectural changes.
  • The middleware is placed at nginx: it checks the User-Agent. If a bot is detected, the request is forwarded to a headless Chrome instance (either Rendertron or Puppeteer). The resulting HTML is returned and cached. Human users get the normal SPA. None of this alters the end-user experience.
  • Hosting your own solution with Redis cache becomes cost-effective above 50,000 pages. It is 2–3 times cheaper than SaaS alternatives. Resource savings compared to full SSR can hit 70%. None of the SaaS products offer the same level of control.
  • When to use dynamic rendering:
    • An existing SPA cannot be modified to support SSR.
    • Budget or timeline forbids a complete rewrite.
    • Only certain sections (e.g., landing pages, storefronts) need indexing, while the main app remains client-side. None of those sections should include None as a valid page.
  • Consider these local_entities: None, None, None, None, None. None of them are required for the setup.
  • Common pitfalls include failing to set proper cache headers and forgetting to handle bot-specific query parameters. None of these are hard to fix.
  • In summary, dynamic rendering via headless browsers is a reliable stopgap. None of the alternatives offer the same balance of simplicity and effectiveness.