Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 560 Bytes

strip-javascript.md

File metadata and controls

6 lines (4 loc) · 560 Bytes

Prerendering: Strip JavaScript

By default, after the page is rendered - all JavaScript blocks and file references will be removed from the final result. This is done to avoid unpredictable behavior and results on the web crawler end. We have seen some weird situations with content being rendered multiple times. Although it's recommended to keep this option ON, you're free to turn it off.

Disable/Enable JS Stripping on Prerendering Screenshot