webvimark/module-seo-panel SEO panel

SEO module for Yii 2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist webvimark/module-seo-panel "*"

or add

"webvimark/module-seo-panel": "*"

to the require section of your composer.json file.

Configuration

In your config/web.php

    'modules'=>[
        ...

        'seo-panel' => [
            'class' => 'webvimark\modules\SeoPanel\SeoPanelModule',
        ],

        ...
    ],

Usage

1 Go to http://site.com/seo-panel/global-meta-tag/index 1 Go to http://site.com/seo-panel/page-meta-tag/index 1 Go to http://site.com/seo-panel/robots/index

In layouts/main.php (or whatever main layout) put this line before title. For example near AppAsset::register($this);


SeoPanelHelper::registerMetaTags($this);

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



Unknown license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
32 total downloads