Great question! Let me clarify how images work in SEOPress XML sitemaps.
How images are included:
Images are included in your XML sitemaps! However, they’re not in a separate image sitemap – they’re embedded within the post/page sitemaps.
Where to find them:
Images appear in the source code of your content sitemaps, such as:
post-sitemap.xml
page-sitemap.xml
product-sitemap.xml
What they look like:
Each image is listed with its direct media file URL, for example:
<image:image> <image:loc>https://example.com/wp-content/uploads/my-image-file.jpg</image:loc> </image:image>
How to check:
- Visit your sitemap (e.g.,
example.com/post-sitemap.xml )
- View the page source (right-click > View Page Source)
- Look for
<image:image> tags within each URL entry
What Google sees:
Google automatically discovers and indexes these images from your sitemaps, which helps improve your image SEO!
Hope that helps clarify things! Let me know if you have any other questions about sitemaps.