survos/seo-bundle

checks for title and description length in the debug toolbar

Maintainers

👁 tacman1123

Package info

github.com/survos/seo-bundle

Type:symfony-bundle

pkg:composer/survos/seo-bundle

Fund package maintenance!

kbond

Statistics

Installs: 420

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.10.19 2026-06-12 21:54 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6466a1c757c266d7df176677226e1a23c56de5d4

symfonyseo

This package is auto-updated.

Last update: 2026-06-22 19:41:27 UTC


README

This bundle takes the information from https://www.strangebuzz.com/en/blog/adding-a-custom-data-collector-in-the-symfony-debug-bar and wraps it in an installable bundle.

It alerts developers to pages where the length of the title or description outside a defined range.

composer config allow-plugins.survos/installer true
composer req survos/seo-bundle --dev

Customize

# config/packages/survos_seo.yaml
survos_seo:
 # branding will be added if the title is short enough. So a title of "Welcome" becomes "MyBrand Welcome"
 branding: '' 
 minTitleLength: 30
 maxTitleLength: 150
 minDescriptionLength: 10
 maxDescriptionLength: 255

Developers

composer config repositories.survos_seo '{"type": "path", "url": "/home/tac/g/sites/survos/packages/seo-bundle"}' 
composer config allow-plugins.survos/installer true
composer require survos/seo-bundle:*@dev