Skip to content

webvimark/module-seo-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages