We are using Kentico v9. Google is reporting a 404 on this URL of our site:
/CMSPages/GetResource.ashx?image=%5BImages.zip%5D%2F
Does anyone know why this is happening and how to correct it?
Correct, you can exclude as Jim mentions or I believe you can report this in Google's Webmaster Tools or I guess it's called Google Search Console.
Aa few things,
/App_Themes/Default/Images
No reason to report this to Google. I'm guessing Google is reporting it because of this Javascript:
var CMS = CMS || {}; CMS.Application = { "isRTL": "false", "isDebuggingEnabled": false, "applicationUrl": "/", "imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f", "isDialog": false };
How can this URL be excluded in Kentico?
Try adding following to the robots.txt file to keep Google from spidering the URL Disallow: /CMSPages/GetResource.ashx?image=%5BImages.zip%5D%2F
Disallow: /CMSPages/GetResource.ashx?image=%5BImages.zip%5D%2F
I'm having the same issue. Google is reporting 404 errors on it. I will try adding a disallow to the robots text file
Why is this zip folder even there? can I delete it?
Please, sign in to be able to submit a new answer.