rabble/seo-bundle

The SEO bundle includes tools necessary to get your website into search engines.

Installs: 57

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/rabble/seo-bundle

dev-master / 1.0.x-dev 2021-07-11 19:57 UTC

This package is auto-updated.

Last update: 2025-09-17 00:15:36 UTC


README

The SEO bundle includes tools necessary to get your website into search engines.

Installation

Install the bundle by running

composer require rabble/seo-bundle

Add the following class to your config/bundles.php file:

return [
    ...
    Rabble\SeoBundle\RabbleSeoBundle::class => ['all' => true],
]