Creating Google sitemap.xml , is it okay for the images to be wrapped in url tags?
Posted
by
AzizAG
on Pro Webmasters
See other posts from Pro Webmasters
or by AzizAG
Published on 2012-05-30T07:21:03Z
Indexed on
2012/06/11
22:47 UTC
Read the original article
Hit count: 355
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.
© Pro Webmasters or respective owner