Skip to content

[READ-ONLY] Subtree split of the Kunstmaan SitemapBundle -- master at Kunstmaan/KunstmaanBundlesCMS

License

Notifications You must be signed in to change notification settings

Kunstmaan/KunstmaanSitemapBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c32bd03 · Oct 28, 2021

History

98 Commits
Oct 13, 2021
Sep 27, 2021
Nov 5, 2020
Oct 13, 2021
Nov 15, 2018
Oct 13, 2021
Oct 13, 2021
Dec 8, 2020
Nov 5, 2020
Mar 17, 2020
Dec 9, 2020
Nov 15, 2018
Jan 5, 2015
Dec 8, 2016
Oct 28, 2021
Apr 10, 2019

Repository files navigation

KunstmaanSitemapBundle

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.

About

[READ-ONLY] Subtree split of the Kunstmaan SitemapBundle -- master at Kunstmaan/KunstmaanBundlesCMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published