netresearch / nr-image-sitemap
Provides a data provider to use with the typo3/cms-seo extension, to create an image sitemap
Installs: 380
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 4
Type:typo3-cms-extension
Requires
- php: ^8.2
- ext-json: *
- typo3/cms-core: ^13.0.0
- typo3/cms-seo: ^13.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.59
- friendsoftypo3/phpstan-typo3: ^0.9.0
- overtrue/phplint: ^9.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-strict-rules: ^1.5
- ssch/typo3-rector: ^1.7
This package is auto-updated.
Last update: 2025-07-03 13:12:38 UTC
README
This extension provides a data provider to use with the typo3/cms-seo extension, to create an image sitemap.
Installation
1. Install the extension via composer .. code-block:: bash
composer require netresearch/nr-image-sitemap
Configuration
Before using the extension, ensure that the start page with the lowest ID is configured as the root page. This ID serves as the starting point for the sitemap generation.
Configuration via Backend Constants Editor
- Navigate to the Template module in the TYPO3 backend.
- Select the topmost page in your site tree (this should be the root page).
- Switch on Constant Editor.
- In the Constant Editor, choose the correct extension context, which in this case is for PLUGIN.TX_NRIMAGESITEMAP.
- Locate the field labeled The Root page ID.
- Enter the value 1 (or the ID of your root page).
This ensures that the extension knows the correct starting point for generating the sitemap.
Generating the Image Sitemap
The extension introduces a new page type 1642072014
specifically for generating an image sitemap.
To view the generated sitemap, open:
https://<YOUR-DOMAIN>/?type=1642072014
Integrating with CMS-SEO Sitemap
If you want to integrate the image sitemap into the sitemap generated by the CMS-SEO extension, use the following URL:
https://<YOUR-DOMAIN>/?type=1533906435
This will embed the image sitemap within the main sitemap provided by the CMS-SEO extension.