Contents tagged with Python

  • Running A Prerender.io Instance Locally On Your Machine

    Prerender.io is (as the name suggests) a prerendering service to allow Javascript-heavy websites and SPAs to be crawled by search engines. Recently, I've had some weird rendering issues with the pages it was caching so I wanted to do a bit of debugging. It turns out you can actually run the Prerender server locally on node.js as it's all open sourced! All it takes is a few steps, as outlined here: … more

  • 1