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.
In your config/web.php
'modules'=>[
...
'seo-panel' => [
'class' => 'webvimark\modules\SeoPanel\SeoPanelModule',
],
...
],
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);
No stable releases.
Comments