iTheme Security blocked Google Crawler
-
Hello,
I am writing to report that iThemes Security has blocked Google Crawler out of the site, leading to de-indexing.
I recently received this email:
Googlebot has identified that an increased number of URLs on https://www.PAGE.com/ cannot be accessed without permission. Specifically, these pages either present a login page or return a forbidden response code (HTTP 403). As a result, users might not be able to access your content at all, and Google might not be able to show your pages.so I started investigating. Any page on my site returned an “Error” code when trying to Fetch via the Google Webmaster.
I found the following lines in my .htaccess which I believe were the culprit:
# BEGIN iThemes Security - Do not modify or remove this line # iThemes Security Config Details: 2 # Quick ban IP. Will be updated on next formal rules save. SetEnvIF REMOTE_ADDR "^66\.249\.73\.156$" DenyAccess SetEnvIF X-FORWARDED-FOR "^66\.249\.73\.156$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^66\.249\.73\.156$" DenyAccess <IfModule mod_authz_core.c> <RequireAll> Require all granted Require not env DenyAccess Require not ip 66.249.73.156 </RequireAll> </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Deny from env=DenyAccess Deny from 66.249.73.156 Allow from all </IfModule> # END iThemes Security - Do not modify or remove this line # BEGIN iThemes Security - Do not modify or remove this line # iThemes Security Config Details: 2 # Quick ban IP. Will be updated on next formal rules save. SetEnvIF REMOTE_ADDR "^119\.74\.7\.178$" DenyAccess SetEnvIF X-FORWARDED-FOR "^119\.74\.7\.178$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^119\.74\.7\.178$" DenyAccess <IfModule mod_authz_core.c> <RequireAll> Require all granted Require not env DenyAccess Require not ip 119.74.7.178 </RequireAll> </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Deny from env=DenyAccess Deny from 119.74.7.178 Allow from all </IfModule> # END iThemes Security - Do not modify or remove this line # BEGIN iThemes Security - Do not modify or remove this line # iThemes Security Config Details: 2 # Quick ban IP. Will be updated on next formal rules save. SetEnvIF REMOTE_ADDR "^113\.210\.59\.21$" DenyAccess SetEnvIF X-FORWARDED-FOR "^113\.210\.59\.21$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^113\.210\.59\.21$" DenyAccess <IfModule mod_authz_core.c> <RequireAll> Require all granted Require not env DenyAccess Require not ip 113.210.59.21 </RequireAll> </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Deny from env=DenyAccess Deny from 113.210.59.21 Allow from all </IfModule> # END iThemes Security - Do not modify or remove this line # BEGIN iThemes Security - Do not modify or remove this line # iThemes Security Config Details: 2 # Quick ban IP. Will be updated on next formal rules save. SetEnvIF REMOTE_ADDR "^118\.136\.228\.63$" DenyAccess SetEnvIF X-FORWARDED-FOR "^118\.136\.228\.63$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^118\.136\.228\.63$" DenyAccess <IfModule mod_authz_core.c> <RequireAll> Require all granted Require not env DenyAccess Require not ip 118.136.228.63 </RequireAll> </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Deny from env=DenyAccess Deny from 118.136.228.63 Allow from all </IfModule> # END iThemes Security - Do not modify or remove this line # BEGIN iThemes Security - Do not modify or remove this line # iThemes Security Config Details: 2 # Quick ban IP. Will be updated on next formal rules save. SetEnvIF REMOTE_ADDR "^144\.76\.167\.115$" DenyAccess SetEnvIF X-FORWARDED-FOR "^144\.76\.167\.115$" DenyAccess SetEnvIF X-CLUSTER-CLIENT-IP "^144\.76\.167\.115$" DenyAccess <IfModule mod_authz_core.c> <RequireAll> Require all granted Require not env DenyAccess Require not ip 144.76.167.115 </RequireAll> </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Deny from env=DenyAccess Deny from 144.76.167.115 Allow from all </IfModule> # END iThemes Security - Do not modify or remove this line
After removing the plugin, I can fetch my site via the Google Webmasters platform again.
This is an otherwise very useful plugin so I would appreciate if the developer takes the time to look into this and advise accordingly.
Thanks
- The topic ‘iTheme Security blocked Google Crawler’ is closed to new replies.