maksim-zh opened a new issue #1669: Using Pagespeed module for Nginx blocks Google Ads account URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1669 The Pagespeed module for Nginx by default adds the following code to all pages of the site: `<noscript><meta HTTP-EQUIV="refresh" content="0;url='https://mysite.com/?PageSpeed=noscript'" /><style><!--table,div,span,font,p{display:none} --></style><div style="display:block">Please click <a href="https://emk24.su/?PageSpeed=noscript">here</a> if you are not redirected within a few seconds.</div></noscript>` Googlebots consider meta refresh a violation of the rules and block their Google Ads account with the message _Reason: System crawl_. What you need to do: when installing the module, the `SupportNoScriptEnabled` setting should be `false` by default. After adding the `pagespeed SupportNoScriptEnabled false;` sinks to the nginx config the problem is resolved. p.s. It took us 3 months to understand the reason for blocking the accents of Google Ads. We have 4 accounts blocked. It’s very sad that two Google products conflict with each other.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services