Google Search Console Warnings

Direct Webstore

Well-Known Member
That makes a lot of sense, I'll give it a try...
That was my own invention ... I got a shock when it actually worked! (Tested it it via Google Search Console) :)

The reason I made it was because I did not want any product images on my site that were hosted on Aliexpress ending up in Image search results. Just the Featured image of the product which I host on my own server ends up in Image search results. And that's enough. Not many people use Image search to find a product to buy.

:)
 

Moha

Member
That was my own invention ... I got a shock when it actually worked! (Tested it it via Google Search Console) :)

:)

All these makes sense. Below is what I learned in my research.

Inspecting URLs returned the below errors on most pages which had warnings:

Uncaught SyntaxError: Unexpected token <

Uncaught ReferenceError: jQuery is not defined

Googlebot blocked by robots.txt

Blocked by robots.txt is fine. Other two errors are related to links that go out from the url. Meaning, there is a link in our page that returns an error. It could be 404 or any other error.

So when you fixed your images, it fixed the errors since there is no link anymore.

It could be different links for others.
 
Top