PHPackages                             ntriga/pimcore-seo-bundle - 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. ntriga/pimcore-seo-bundle

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

ntriga/pimcore-seo-bundle
=========================

Pimcore SEO Enrichment Bundle

1.1.2(1mo ago)0155GPL-3.0-or-laterPHPCI failing

Since May 7Pushed 1mo agoCompare

[ Source](https://github.com/ntriga/pimcore-seo-bundle)[ Packagist](https://packagist.org/packages/ntriga/pimcore-seo-bundle)[ Docs](https://github.com/ntriga/pimcore-seo-bundle)[ RSS](/packages/ntriga-pimcore-seo-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (16)Used By (0)

Pimcore SEO Bundle
==================

[](#pimcore-seo-bundle)

Seo bundle for pimcore.

Features
--------

[](#features)

- **Title &amp; description:** Easily manage the title and meta description tags of your pages to improve your site's SEO and click-through rates from search engine results.
- **Open Graph:** Enhance your content's social media visibility with Open Graph tags. This feature allows you to define how your content appears when shared on social platforms, improving engagement and reach.
- **Schema markup:** Implement structured data using Schema.org markup to help search engines understand your content better and enhance your site's presence in rich snippets and other search enhancements.
- **Canonical:** Resolve duplicate content issues by specifying the canonical version of your pages, guiding search engines to prioritize the correct page in search results.
- **Set search engine indexing:** Gain control over search engine indexing with the ability to set 'noindex' tags, preventing specific pages from being indexed and appearing in search results.
- **Auto Pretty URLs:** Automatically generate SEO-friendly pretty URLs for pages based on their title or key, improving URL structure and user experience.

### Dependencies

[](#dependencies)

ReleaseSupported Pimcore VersionsSupported Symfony VersionsMaintainedBranch**1.x**`11.0``6.2`Feature BranchmasterInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require ntriga/pimcore-seo-bundle
```

Add Bundle to `bundles.php`:

```
return [
    Ntriga\PimcoreSeoBundle\NtrigaPimcoreSeoBundle::class => ['all' => true],
];
```

Execute the following command to install the bundle:

```
bin/console pimcore:bundle:install NtrigaPimcoreSeoBundle
```

Default configuration
---------------------

[](#default-configuration)

Default configuration for the bundle can look like this:

```
ntriga_pimcore_seo:
    meta_data_configuration:
        meta_data_provider:
            auto_detect_documents: true
        meta_data_integrator:
            documents:
                enabled: true
                hide_pimcore_default_seo_panel: true
            objects:
                enabled: true
                data_classes:
                    - Product
            enabled_integrator:
                - integrator_name: title_description
                - integrator_name: open_graph
                  integrator_config:
                      facebook_image_thumbnail: "socialThumb"
                - integrator_name: schema
                - integrator_name: canonical
                - integrator_name: index
    pretty_url:
        auto_generate: true
```

Further configuration
---------------------

[](#further-configuration)

For more information about the setup, check [Setup](./docs/00_Setup.md)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Joey Daems](https://github.com/JoeyNtriga)
- [DACHCOM.DIGITAL](https://github.com/dachcom-digital)
- [All contributors](../../contributors)

License
-------

[](#license)

GNU General Public License version 3 (GPLv3). Please see [License File](./LICENSE.md) for more information.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance94

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~54 days

Recently: every ~110 days

Total

15

Last Release

31d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e4ae15c618659f43e69165769eb5cc1cf79c48dabe0f7c7afe672953a071f10?d=identicon)[JoeyNtriga](/maintainers/JoeyNtriga)

---

Top Contributors

[![JoeyDaems](https://avatars.githubusercontent.com/u/130968595?v=4)](https://github.com/JoeyDaems "JoeyDaems (34 commits)")

---

Tags

pimcoreseo

### Embed Badge

![Health badge](/badges/ntriga-pimcore-seo-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ntriga-pimcore-seo-bundle/health.svg)](https://phpackages.com/packages/ntriga-pimcore-seo-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[dachcom-digital/seo

Pimcore SEO Enrichment Bundle

36232.2k3](/packages/dachcom-digital-seo)

PHPackages © 2026

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