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>
Supporting organizations:
Drupal 8 version
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Media
57 sites report using this module
- Created by kaushalkishorejaiswal on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.



