Creating Google sitemap.xml , is it okay for the images to be wrapped in url tags?
- by AzizAG
I'm using a tool to generate the sitemap.xml file for me, it started to crawl my website, got the pages and all images, but when exporting it, I review the xml(to make sure nothing is wrong) and I noticed that the images in my website are wrapped in url tags(I think it should be in image tags).
See this:
<url><loc>http://mywebsite.com/images/12.jpg</loc><lastmod>2012-05-23T13:39:02+00:00</lastmod><changefreq>weekly</changefreq><priority>0.50</priority></url>
Shouldn't it be wrapped in image tag?(just like videos wrapped in video tag)
Thanks.