Does anyone know what this error really means?
I've had an SEO "expert" tell me that Google can't see the page correctly. He sent me a link to Google's daily cache "snapshot". At first glance, it's missing all the linked CSS files and the images. Without even looking at the source code I suspected it wasn't using the base href for the page. When I viewed the source I saw the first thing was an incorrect base href in the first line before the actual source code of the page. Then within the source code of the page is the correct base href. Obviously, it's "obeying" the first one. Then I went and inspected the page in the browser Dev Tools and that's when I saw all of the missing items from the page were listed out with this message:
When the "expert" asked me “Leslie any ideas why google cannot see them?” I knew I was in trouble and thought I'd better come to the real experts.
A resource is blocked by OpaqueResponseBlocking, please check browser console for details.
A resource is blocked by OpaqueResponseBlocking, please check browser console for details.
Comment