PHPackages                             blackbit\_digital\_commerce/pimcore-external-sitemaps - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. blackbit\_digital\_commerce/pimcore-external-sitemaps

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

blackbit\_digital\_commerce/pimcore-external-sitemaps
=====================================================

Add URLs from external sitemaps / sitemap index files to the Pimcore-generated sitemap.xml

1.0.0(4y ago)06GPL-3.0-or-later

Since May 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/BlackbitDigitalCommerce/pimcore-external-sitemaps)[ Packagist](https://packagist.org/packages/blackbit_digital_commerce/pimcore-external-sitemaps)[ Docs](https://pimcore.blackbit.com)[ RSS](/packages/blackbit-digital-commerce-pimcore-external-sitemaps/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Blackbit External Sitemaps Bundle
=================================

[](#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
------------

[](#installation)

### Composer

[](#composer)

To get the plugin code please write an email to .

You then either get access to the bundle's [Bitbucket repository](https://bitbucket.org/blackbitwerbung/pimcore-plugins-external-sitemaps) 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](https://shop.blackbit.de/de/service-xt-commerce/bitbucket-zugriff-xt-commerce-plugin-entwicklung) 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](https://getcomposer.org/doc/05-repositories.md#vcs)):

```
"repositories": [
    {
        "type": "vcs",
        "url": "git@bitbucket.org:blackbitwerbung/pimcore-plugins-external-sitemaps"
    }
],
```

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`:

```
"repositories": [
    {
        "type": "artifact",
        "url": "path/to/directory/with/zip-file/"
    }
]
```

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

[](#plugin-configuration)

To define the external sitemap URLs, you have to override the symfony service `Blackbit\ExternalSitemapsBundle\ExternalSitemapGenerator` in `config/services.yaml` (Pimcore &gt;= 10) or `app/config/services.yml`(Pimcore &lt;= 6).

```
Blackbit\ExternalSitemapsBundle\ExternalSitemapGenerator:
    arguments:
        $externalUrls: [ 'https://example.org/sitemap.xml', 'https://example2.org/sitemapIndex.xml' ]
```

After configuration is complete all external sitemap URLs will be put into `sitemap.externalUrls.xml` in your default Pimcore sitemaps index `/sitemap.xml` file.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1509d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/edf236af532784ace4b8fe1f8342c426bfcbe1ebfaa68b73fecb5a16a4e8f446?d=identicon)[BlackbitNeueMedien](/maintainers/BlackbitNeueMedien)

### Embed Badge

![Health badge](/badges/blackbit-digital-commerce-pimcore-external-sitemaps/health.svg)

```
[![Health](https://phpackages.com/badges/blackbit-digital-commerce-pimcore-external-sitemaps/health.svg)](https://phpackages.com/packages/blackbit-digital-commerce-pimcore-external-sitemaps)
```

###  Alternatives

[hi-folks/statistics

PHP package that provides functions for calculating mathematical statistics of numeric data.

402119.3k](/packages/hi-folks-statistics)[websharks/css-minifier

Compresses CSS.

181.7M2](/packages/websharks-css-minifier)[gongo/merciful-polluter

Emulate `register\_globals` and `magic\_quotes\_gpc` in PHP 5.4 or higher

1716.2k](/packages/gongo-merciful-polluter)[anime-db/anime-db

The application for making home collection anime

252.1k2](/packages/anime-db-anime-db)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
