Developer Manual

Target group: Developers

Image-Sitemap table configuration

It is possible to easily add own images when using “sys_file_references” using the typoscript settings “imageSitemap.tables”. Just add the tablename and commaseperated fields used for the file references.

Available Hooks

Sitemap Hooks

You’ll find a example for a sitemap hook here: “Classes/Hook/NewsSitemapHook.php”

Pre-rendering of the Sitemap

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mindshape_seo']['sitemap_preRendering']

Post-rendering of the Sitemap

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mindshape_seo']['sitemap_postRendering']

Pre-rendering of the Index Sitemap

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mindshape_seo']['sitemapIndex_preRendering']

Post-rendering of the Index Sitemap

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mindshape_seo']['sitemapIndex_postRendering']

Pre-rendering of the Image Sitemap

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mindshape_seo']['sitemapImage_preRendering']

Post-rendering of the Image Sitemap

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mindshape_seo']['sitemapImage_postRendering']