Mobile friendly issue on wp-content/uploads?

zigato

Junior Member
Joined
Aug 22, 2012
Messages
153
Reaction score
29
I have a notice in Google Search Console (Google Webmaster Tools) about having a mobile friendly issue... however when you click on each item individually, it's actually for the inner directories e.g. wp-content/uploads/2015/01/image.jpg for example -- not for the actual customer facing portion. When you use the Google Mobile test the website actually scores as being mobile friendly. Does anyone know what I'm supposed to do here? I don't want to disallow robots to wp-content/uploads...
 
Nvm got it. If anyone is having this problem, go to PageSpeed Insights and fix the problems from there. There a range of plugins you can use to eliminate render-blocking JavaScript and CSS in above-the-fold content, leverage browser caching, etc.
 
All that basically means is that your loading external files in the head of your website, where Google would prefer your css/js to be inline. Which basically means your source code would be ridiculous to try and read, I ignore that everytime I use page speed insights
 
Back
Top