Googleweblight is google’s service which transcodes pages visited on slow internet connections to deliver the page as quickly as possible. It is good in theory but it garbles up a wix site horribly.
Google offers the option to disable it by setting the HTTP header “Cache-Control: no-transform” in the response.
(Source: Latest Google Search Documentation Updates | Google Search Central | What's new | Google for Developers)
My question, therefore is that how may I achieve this site-wide using wix Code.
Hi,
If you try to embed a script tag, you can do it using the Track & Analyze feature . If this is not what you were trying to embed, please share with us the entire code you were trying to add to your site so that we can better understand what you were referring.
This is not a script tag that can be inserted using the track & analyze feature you mentioned, it is a HTTP response header which the server responds with.