Plugin is blocking all requests from Google bots
-
I don’t know why, but this Plugin is blocking all requests from Google bots.
If bing bot is making same request I can see on logs http 200 answer. Google bots gets 403. I’ve checked IP range is not blacklisted on whole server or site settings.Ex. for requests:
66.249.66.132 – – [03/Jul/2019:07:42:34 +0200] “GET /wp-content/cache/fvm/1556715246/out/header-2e754fa1.min.css HTTP/1.1” 403 5037
66.249.66.130 – – [03/Jul/2019:07:42:35 +0200] “GET /wp-content/cache/fvm/1556715246/out/header-565a0828.min.js HTTP/1.1” 403 5036
66.249.66.134 – – [03/Jul/2019:07:42:35 +0200] “GET /wp-content/cache/fvm/1556715246/out/header-3de319b6.min.js HTTP/1.1” 403 5036
66.249.66.130 – – [03/Jul/2019:07:42:36 +0200] “GET /wp-content/cache/fvm/1556715246/out/footer-89971e65.min.js HTTP/1.1” 403 711
66.249.66.134 – – [03/Jul/2019:07:42:36 +0200] “GET /wp-content/cache/fvm/1556715246/out/footer-9be42755.min.js HTTP/1.1” 403Same requests bing.
207.46.13.215 – – [03/Jul/2019:01:18:24 +0200] “GET /wp-content/cache/fvm/1561462183/out/header-565a0828.min.js HTTP/1.1” 200 5779 “-” “Mozilla/5.0 (compatible; bingbot/2.0; +https://www.bing.com/bingbot.htm)”
157.55.39.114 – – [03/Jul/2019:01:18:29 +0200] “GET /wp-content/cache/fvm/1561462183/out/header-bd7a4319.min.css HTTP/1.1” 200 40029 “-” “Mozilla/5.0 (compatible; bingbot/2.0; +https://www.bing.com/bingbot.htm)”
157.55.39.114 – – [03/Jul/2019:01:18:29 +0200] “GET /wp-content/cache
/fvm/1561462183/out/footer-9be42755.min.js HTTP/1.1” 200 55506 “-” “Mozilla/5.0 (compatible; bingbot/2.0; +https://www.bing.com/bingbot.htm)”The only diff. between both is the agent, which for Google is “Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +https://www.google.com/bot.html) Safari/537.36”
After disabling the plugin Google bots are not blocked anymore:
66.249.66.130 – – [03/Jul/2019:09:48:24 +0200] “GET /wp-content/cache/fvm/1561886203/out/header-3de319b6.min.js HTTP/1.1” 200 46601
66.249.66.130 – – [03/Jul/2019:09:48:24 +0200] “GET /wp-content/cache/fvm/1561886203/out/header-565a0828.min.js HTTP/1.1” 200 1454
66.249.66.130 – – [03/Jul/2019:09:48:25 +0200] “GET /wp-content/cache/fvm/1561886203/out/header-bd7a4319.min.css HTTP/1.1” 200 35704
66.249.66.130 – – [03/Jul/2019:09:48:25 +0200] “GET /wp-content/cache/fvm/1561886203/out/footer-9be42755.min.js HTTP/1.1” 200 55506How to fix this ? In use php 7.0, WP 5.2.2
- The topic ‘Plugin is blocking all requests from Google bots’ is closed to new replies.