Settings

Theme

Marketing/Sales tools and widget hurt your SEO

2 points by GhoshAnkit 3 years ago · 0 comments · 1 min read


Most of the websites use tools like Google Analytics or chat widgets like Crisp or Intercom.

Though they have a purpose but they affect the load time of your website which affects the SEO score. You can check the same on Google Lighthouse.

The effective way to solve this is by delaying the script load by 3-5 seconds.

Here's a sample script to get it done.

    <script>
        setTimeout(function () {
            // Your script goes here.
        }, 3000);
    </script>
Reference: https://developer.chrome.com/blog/search-ads-speed/

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection