v1.5.5f php 7.1 IH 5.1.5
please refer to this thread originally started in General Questions before it was found to be an IH issue https://www.zen-cart.com/showthread....ound&p=1364263
Problem: Images are not showing up in Google images
Cause: images in sitemap/sitemapproducts have a _LRG suffix in the url which renders to 404 not found error -
Images in sitemap/sitemapproducts have been allocated to folder/images/large and have a _LRG suffix in the url which renders to 404 not found error - a typical url in the sitemap is
HTML Code:
https://www.dazzlerscliponearrings.com.au/images/large/earrings/clip-on-earrings-657_LRG.gif
from the site if I use the browser 'image properties' and copy the url it works fine - the above should example should be
HTML Code:
https://www.dazzlerscliponearrings.com.au/images/earrings/clip-on-earrings-657.gif
The images are NOT in that /large/ folder - they are in the folder public_html/images/earrings/ ... so why is it that sitemapxml is using this incorrect url format?
Solution?? the 'apparent solution' that worked for me is changing admin/configuration/images/IH resize images >> to 'no' - (the following is my assumption and needs validating by someone who understands the functions of IH) .. when set to yes this appears to have IH add the _LRG suffix if the image size for product_info size is smaller than the image size on file in the images folder - e.g. if your image as uploaded is 700x700 pixels and you set product_ifo image size at 300 x 300 pixels then IH will consider it at the 700 x 700 and allocates it to large images. So by setting it to no it ignores the file image size and does not 'resize' for sitemap url's.
NEW PROBLEM?? - with IH resize images set at no according to mc123456789
As far as setting the value to no, understand that IH is no longer active and therefore not optimizing images.
So this will definitely not be good for SEO - so is there another better solution?
cheers,
Mike
Bookmarks