The Simple Image XML Sitemap plugin will generate a XML Sitemap for specifically for all images including images uploaded as Advanced Custom Fields (P …
The Simple Image XML Sitemap plugin will generate a XML sitemap for all your images uploaded within pages and posts (added as attachments).
Therefore, the specific Image XML Sitemap will contain the URL to the post or page and URLs to all attached images and image meta data (caption and title).
The plugin is written by Janine, and is based on Herbert van-Vliet’s image sitemap plugin.
Every image you upload to media center via post or page creation is stored as “attachment” and therefore will be added to the Image XML Sitemap
When you upload an image, you enter image meta data such as title, caption, alt text, description. (Otherwise you can add this information also instantly in Media Center).
This place is where the data displayed in Image XML Sitemap does come from.
With every post save, the sitemap will be recreated. Depending on the amount on posts and images, this can take a bit of time. To speed up, post saving, you can create image sitemaps manually.
To do so, first uncheck the “auto save” in the sitemap settings, and then click the “generate sitemap” button in the tools section.
In Google Search Console (formerly known as Google Webmaster Tools) there is a menu entry for Sitemap. This location is to enter your path to your Image XML Sitemap.
The sitemap is stored as sitemap-images.xml in the root of your website.
This is most likely caused by the fact that you do not have write permission on the website webroot. Use chmod to set the necessary permissions. Do NOT set that to 0777, unless you know what you are doing.
Ready for WP 5.7
Minor changes of translations and added settings link
Major Release
* Added Settings to customize sitemap
* Choose from different sources to display image caption and title
* Choose which post types to include in sitemap
Adjustments to image file names path
Added Plugin Recommendation
changed post title to post content, tested with 5.3
Small adjustments to readme
Post types only in status publish will be added to Sitemap
Image Sitemap will be updated automatically when editing posts
Changes sort order for Sitemap’s entries
Added language support: German (Deutsch)
updated readme, css div class adjustments
Initial release