webvimark / module-seo-panel
There is no license information available for the latest version (dev-master) of this package.
SEO panel
dev-master
2015-02-04 10:46 UTC
Requires
- webvimark/components: dev-master
This package is auto-updated.
Last update: 2024-10-29 04:19:56 UTC
README
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);