Seo Manager ¶
Seo Manager for every Site.
You can set this Options for every single page.
- title
- canonical
- description
- keywords
GIT ¶
https://github.com/Julian-B90/yii2-seomanage
Installation ¶
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist julian-b90/yii2-seomanager "*"
or add
"julian-b90/yii2-seomanager": "*"
to the require section of your composer.json
file.
Migration ¶
Run the following command in Terminal for database migration:
Linux/Unix: ~~~ yii migrate/up --migrationPath=@vendor/julian-b90/yii2-seomanager/migrations ~~~
Windows: ~~~ yii.bat migrate/up --migrationPath=@vendor/julian-b90/yii2-seomanager/migrations ~~~
Usage ¶
Ad to modules
'modules' => [
'seomanager' => [
'class' => 'julianb90\seomanager\Module',
],
]
for example http://localhost.local/seomanager/seomanager/index.html
purpose?
a few words about what this does, maybe?
The purpose
The purpose off this extension is.
That you have a managment area where you can set keywords, description, titel and canocical for every site.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.