j6954 Posted April 20, 2023 Share Posted April 20, 2023 Hello, is it possible to remove links to other product images in gsitemap v4.3.0 in xml and leave only the main cover image? Now it's like this: <loc><![CDATA[https://path/product.html]]></loc> <lastmod>2022-11-17T09:57:59+01:00</lastmod> <changefreq>daily</changefreq> <priority>0.9</priority> <image:image> <image:loc><![CDATA[https://path/196-large_default/product_image.jpg]]></image:loc> <image:caption><![CDATA[product_text]]></image:caption> <image:title><![CDATA[product_name]]></image:title> </image:image> <image:image> <image:loc><![CDATA[https://path/197-large_default/product_image.jpg]]></image:loc> <image:caption><![CDATA[product_text]]></image:caption> <image:title><![CDATA[product_name]]></image:title> </image:image> </url> <url> Ideally: <loc><![CDATA[https://path/product.html]]></loc> <lastmod>2022-11-17T09:57:59+01:00</lastmod> <changefreq>daily</changefreq> <priority>0.9</priority> <image:image> <image:loc><![CDATA[https://path/196-large_default/product_image.jpg]]></image:loc> <image:caption><![CDATA[product_text]]></image:caption> <image:title><![CDATA[product_name]]></image:title> </image:image> </url> <url> Thanks a lot for your help! J. Prestashop 1.7.5.2 Link to comment Share on other sites More sharing options...
Olivier CLEMENCE Posted April 20, 2023 Share Posted April 20, 2023 Hello, i'm not sure it's possible with this module. It's why we added this feature on our own sitemap module here : https://addons.prestashop.com/en/seo-natural-search-engine-optimization/88488-advanced-sitemap-for-large-product-catalog.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now