jb-support/multiple-sitemaps

Multiple Sitemaps bundle for Contao Open Source CMS

Installs: 287

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:contao-bundle

pkg:composer/jb-support/multiple-sitemaps

1.2.0 2025-06-23 07:22 UTC

This package is auto-updated.

Last update: 2025-10-23 08:21:51 UTC


README

The extension provides a new way for Contao to manage multiple sitemaps and index files:

Installation

Install the bundle via Composer:

composer require jb-support/multiple-sitemaps

Features

  • Setup multiple sitemaps with own filenames / url paths
  • Choose sitemap indexing for every single page in pagetree
  • Define entry priority and cache TTL for each sitemap individually
  • Filter indexed pages by page tree (root or sub nodes possible - even multiple)
  • Create index files for existing sitemaps
  • Add Events, News and FAQs to Sitemap

Credits

Thanks to terminal42 (contao-url-rewrite bundle) for hints regarding cache rebuilding and routecollection changes. Parts of this extension are based on their code.