Media Sitemap
Categories
Component ID
2063217
Component name
Media Sitemap
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1920
Component created
Component changed
Component body
This module is normally used for creating the XML sitemap for all the images uploaded by media module. Normally it generates sitemap with information to provide the google regarding images on the website.
Image Sitemap URL :
(YOUR_DOMAIN)/sites/default/files/media_sitemap/image_sitemap.xml
For more details look into the URL :
http://googlewebmastercentral.blogspot.in/2010/04/adding-images-to-your-...
It creates the image sitemap in given format:
<?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>
