2017 © Pedro Peláez
 

library module-seo-panel

SEO panel

image

webvimark/module-seo-panel

SEO panel

  • Wednesday, February 4, 2015
  • by webvimark
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SEO module for Yii 2

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

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

or add, (*3)

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

to the require section of your composer.json file., (*4)

Configuration

In your config/web.php, (*5)

    '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, (*6)

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


SeoPanelHelper::registerMetaTags($this);

The Versions

04/02 2015

dev-master

9999999-dev

SEO panel

  Sources   Download

The Requires