====== Sitemap Generator Plugins ====== Starting with VuFind 8.0, the Sitemap plugins were introduced as a mechanism for generating additional sitemap files e.g. for VuFind's content pages. The functionality is intended to complement the manually created base sitemap support by providing the option to automatically create and keep the sitemaps up to date. Enabled plugins are configured in sitemap.ini. ===== Key Plugin Details ===== **Default Namespace:** \VuFind\Sitemap\Plugin **Base Class:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/Sitemap/AbstractGeneratorPlugin.php|\VuFind\Sitemap\Plugin\AbstractGeneratorPlugin]] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['sitemap'] **Service Manager Name for Service Locator:** VuFind\Sitemap\PluginManager See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.