-
AuthorPosts
-
September 24, 2016 at 10:22 pm #691272
3 Blocked Resources reported by Google on the mobile tests:
https://www.example.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3
https://www.example.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3
https://www.example.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3How do I fix this error? I tried allowing it through robots.txt but it didn’t work.
September 25, 2016 at 9:22 pm #691380Hey lunarstudio,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinaySeptember 25, 2016 at 10:35 pm #691394Thanks Vinay.
I don’t provide links due to security/privacy but may open it up later to the public once I’m done.
I just allowed that directory in my robots. I may have had some security in my htaccess which was blocking bots from following it.
I’ll keep an eye out on the Google Search Console to see if the Mobile Errors section disappears and I’ll write back here if it does.September 26, 2016 at 12:48 am #691410I’ve isolated where the error is coming from. It’s related to the 6G Blacklist to prevent spam and bad bots.
The author has created a plugin for WordPress but I implemented it in .htaccess for efficiency:https://perishablepress.com/6g/
When enabled, there is something in his code which is blocking access to that folder and causing 403 issues.
This is something I really need to isolate because I get slammed with junk.September 26, 2016 at 1:29 am #691416Update:
Totally my fault. Apologies.I had this:
#6G:[BAD IPS]# <Limit GET HEAD OPTIONS POST PUT> Order Allow,Deny Allow from All # uncomment/edit/repeat next line to block IPs # Deny from 123.456.789 </Limit>
Accidentally written as:
#6G:[BAD IPS]# <Limit GET HEAD OPTIONS POST PUT> Order Allow,DenyAllow from All # uncomment/edit/repeat next line to block IPs # Deny from 123.456.789 </Limit>
Which completely blocked Google and Pingdom Tools traversing the lower directories… So stupid. Now after a whole day I’m going to have a beer.
- This reply was modified 8 years, 1 month ago by lunarstudio.
September 27, 2016 at 9:24 pm #692414Hi,
Glad it’s sorted for you and thank you for letting us know :) It’s all in the day of a web master.
Enjoy your beer and thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘Google Mobile Friendly Test Entypo Fontello Blocked Resources’ is closed to new replies.