SEO
Sitemap
TYPO3 v14
Open Source
An Image Sitemap For EXT:seo
A second sitemap type that lists every image referenced from pages and content elements, with its title and caption, in the Google image-sitemap schema. It plugs into EXT:seo as an additional XmlSitemapDataProvider — no scheduler, no extra database tables.
See it
This extension has no backend module. Its output is the sitemap, so the demo is the XML itself:
Straight From FAL
The data comes from sys_file_reference, so title and caption are exactly what editors entered on the image — no separate maintenance.
No Moving Parts
Rendered on request and cached like any other page type. Nothing to schedule, nothing that can silently stop running.
Demo note: This showcase instance sends
NOINDEX,NOFOLLOW for every page, so the sitemap here is a demonstration artefact rather than a live SEO signal. Add an image to any content element, flush the frontend cache, and reload the sitemap to watch the new entry appear.