Hi all I want to know how will we create the Image sitemap. Can we generate it like Google Sitemap. Thanks.
Since none else answered, the short answer is "almost". Here's a tutorial on how to create image sitemaps. (Whatever sitemap tool you use, you can always ask the developer of it.)
It is similar like Google sitemaps. You will have to go for paid tools for this. You can also develop your own code that creates the image sitemap file.
ok i have a movie website and i have already submitted the XML sitemaps to google , bing , and now i want to create the image sitemap. but how can i submit that image sitemap to google as i have already submitted the other sitemap.... can i submit both sitemaps in google webmasters tool.???? any body plz help me ..
one more thing regarding the sitemaps.. i am using wordpress hosted website and i installed XML sitemaps plugin which automatically generates the sitemap in root directory also the plugin automatically informs google, bing, ask.com when i update .. in bing webmasters tool when i was going to submit the sitemap which was created by plugin in the root directory i saw the plugin has automatically submitted the sitemap. now should i remove that sitemap which plugin already submitted automatically or not ??? help ..
Best way to make it : <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"> <url> <loc>http://example.com/sample.html</loc> <image:image> <image:loc>http://example.com/image.jpg</image:loc> </image:image> <image:image> <image:loc>http://example.com/photo.jpg</image:loc> </image:image> </url> </urlset> Code (markup):