porshkevich/yii2-seo-core

Seo Core extension for the Yii2 framework. Control tags and url aliases.


Keywords
url, extension, seo, meta, yii2
License
MIT

Documentation

Seo Core for Yii2

Seo Core extension for the Yii2 framework. Control tags and url aliases.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist porshkevich/yii2-seo-core "*"

or add

"porshkevich/yii2-seo-core": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

'seocore'=>[
    'class'=>'porshkevich\seocore\SeoCore',
]

And add SEO extension to bootstrap

'bootstrap' => ['log', 'seocore']