Sitemap with links and images together
-
Hi there, my e-commerce platform (Magento with "Mageworx SEO Enterprise" plugin) is generating an sitemap.xml that mix text (links) and images, and the result is something like that:
<url><loc>http://www.e-lustre.com.br/abajur/abajur-keops</loc>
<lastmod>2011-04-10</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
image:imageimage:lochttp://www.e-lustre.com.br/catalog/product/image/size/250x250/e/-/e- lustre_mantra_0030_grande.jpg</image:loc></image:image></url>WebmasterTools accepts it, but recognize it as an image sitemap. Have you seen that kind of sitemap, and most important, do you think that's a problem ?
Full file: http://www.e-lustre.com.br/sitemap.xml
-
Hi Douglas!
According to http://googlewebmastercentral.blogspot.com/2010/06/sitemaps-one-file-many-content-types.html this should not be a problem in itself, but it seems to me that you should also include what kind of sitemap you have in place. You should define the <urlset xmlns="">in your file. Maybe that would do the trick?</urlset>
Best regards,
Anders
-
Thank you very much, it´s all clear now.