rabble/seo-bundle

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

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

This package is auto-updated.

Last update: 2024-03-16 20:59:52 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],
]