How to include image URL in sitemap.xml
The current sitemap is generated in the below format
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
is there any way to include the image address as shown in the below format
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<script/>
<url>
<loc>http://localhost:4503/content/we-retail/ca.html</loc>
<lastmod>2016-09-24</lastmod>
<image:image>
<image:loc>
http://localhost:4503/imageURL
</image:loc>
</image:image>
</url>
<url>
<loc>http://localhost:4503/content/we-retail/ca/en.html</loc>
<lastmod>2016-09-24</lastmod>
<image:image>
<image:loc>
http://localhost:4503/imageURL
</image:loc>
</image:image>
</url>
Any suggestions will be helpful
Thanks
