webvimark / module-seo-panel
SEO panel
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/webvimark/module-seo-panel
Requires
- webvimark/components: dev-master
This package is auto-updated.
Last update: 2025-09-29 01:32:49 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);