Jump to content

Gsitemap v4.3.0 - cover image only


j6954

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...