Releases: zf-fr/zfr-prerender
Releases · zf-fr/zfr-prerender
v3.2.0
Google now follows what they call "Dynamic Rendering" where they allow you to serve prerendered pages directly to Googlebot based on a user agent check.
More information on Google's Dynamic Rendering here: https://prerender.io/documentation/google-support
v3.1.1
v3.1.0
v3.0.0
v2.1.0
v2.0.0
- [BC] Remove Google Bot, Yahoo and BingBot from the crawler's list, because those search engines support
_escaped_fragment_
and want to ensure people aren't penalized for cloaking - Prerender listener now triggers two events: "prerender.pre" and "prerender.post". This allows you to cache the response and return it without hitting the Prerender service
- The priority the listener is registered has been lowered from 10000 to 1000