Disable JavaScript during website indexing

This step-by-step guide explains how to disable JavaScript execution when indexing a website.

Why disable JavaScript?

Some websites use heavy JavaScript, which can slow down indexing or cause timeouts. Disabling JavaScript can help improve indexing performance and reliability in certain cases, especially for static websites that donโ€™t rely on dynamic content.

Disabling JavaScript can help with:

  • Improving indexing speed by avoiding unnecessary script execution.
  • Reducing timeouts on pages with slow or blocking JavaScript.
  • Simplifying indexing for static sites that donโ€™t rely on dynamic content.
  • Speeding up sync cycles, especially during recurring auto-sync updates.

โ—๏ธ

Note:

If the site relies on JavaScript to render its content, turning off this option may cause pages to index incorrectly or incompletely.


How to disable JavaScript

  1. Select the agent and click Build.
  1. Select your website from the list and click the Settings icon.
  1. Toggle off the Execute JavaScript option.
  1. Click Save Changes to apply the update.