Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 346 Bytes

File metadata and controls

16 lines (14 loc) · 346 Bytes

Rabble Seo Bundle

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],
]