Download the PHP package blackbit_digital_commerce/pimcore-external-sitemaps without Composer
On this page you can find all versions of the php package blackbit_digital_commerce/pimcore-external-sitemaps. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blackbit_digital_commerce/pimcore-external-sitemaps
More information about blackbit_digital_commerce/pimcore-external-sitemaps
Files in blackbit_digital_commerce/pimcore-external-sitemaps
Package pimcore-external-sitemaps
Short Description Add URLs from external sitemaps / sitemap index files to the Pimcore-generated sitemap.xml
License GPL-3.0-or-later
Homepage https://pimcore.blackbit.com
Informations about the package pimcore-external-sitemaps
Blackbit External Sitemaps Bundle
This Pimcore plugin allows you to include external sitemaps into your sitemap.xml. It also supports including external sitemap index URLs whose referenced sitemap files get resolved.
Installation
Composer
To get the plugin code please write an email to [email protected].
You then either get access to the bundle's Bitbucket repository or you get the plugin code as a zip file. Accessing the Bitbucket repository has the advantage that you will always see changes to the plugin in the pull requests and are able to update to a new version yourself - please visit this page if this sounds interesting to you - if it does, please send us the email address of your BitBucket account so we can allow access to the repository.
When we allow your account to access our repository, please add the repository to the composer.json
in your Pimcore root folder (see Composer repositories):
Alternatively if you received the plugin code as zip file, please upload the zip file to your server (e.g. to the Pimcore root folder) and add the following to your composer.json
:
Then you should be able to execute composer require blackbit/external-sitemaps
(or composer update blackbit/external-sitemaps --no-dev
for updates if you already have this bundle installed) from CLI.
At last you have to enable the plugin, either via browser UI in Pimcore admin or via CLI:
bin/console pimcore:bundle:enable BlackbitExternalSitemapsBundle
Plugin configuration
To define the external sitemap URLs, you have to override the symfony service Blackbit\ExternalSitemapsBundle\ExternalSitemapGenerator
in config/services.yaml
(Pimcore >= 10) or app/config/services.yml
(Pimcore <= 6).
After configuration is complete all external sitemap URLs will be put into sitemap.externalUrls.xml
in your default Pimcore sitemaps index /sitemap.xml
file.