kunstmaan/sitemap-bundle
A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes
Maintainers
Package info
github.com/Kunstmaan/KunstmaanSitemapBundle
Type:symfony-bundle
pkg:composer/kunstmaan/sitemap-bundle
Requires
- php: ^8.1
- doctrine/collections: ^1.6
- kunstmaan/admin-bundle: ^7.0
- kunstmaan/node-bundle: ^7.0
- kunstmaan/pagepart-bundle: ^7.0
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT f4e340f0c910e20dd6bacb9531af2df289da4570
- Kunstmaan CMS Team <cms.woop@kunstmaan.be>
This package is auto-updated.
Last update: 2026-06-15 20:19:55 UTC
README
👁 Build Status
👁 Total Downloads
👁 Latest Stable Version
👁 Analytics
The KunstmaanSitemapBundle adds a sitemap to your website. it will generate a sitemap recursively from all the children of the top nodes.
Installation instructions
composer.json
"require": { "kunstmaan/sitemap-bundle": "*" },
AppKernel.php:
public function registerBundles() { $bundles = array( // ... new Kunstmaan\SitemapBundle\KunstmaanSitemapBundle(), // ... );
routing.yml
# KunstmaanSitemapBundle
KunstmaanSitemapBundle:
resource: "@KunstmaanSitemapBundle/Resources/config/routing.yml"
prefix: /{_locale}/
requirements:
_locale: "%requiredlocales%"
Use
Once installed, you will be able to view the generated sitemap XML on the '/en/sitemap.xml' route.
Documentation
The bundle comes with a generated XML and its own sitemap page you can add to your website, for more information, check our the more detailed documentation.
