PHPackages                             infoweb-internet-solutions/yii2-cms-seo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. infoweb-internet-solutions/yii2-cms-seo

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

infoweb-internet-solutions/yii2-cms-seo
=======================================

SEO module for Yii2

2.0.3(10y ago)17514[1 issues](https://github.com/infoweb-internet-solutions/yii2-cms-seo/issues)1MITPHP

Since Oct 1Pushed 10y ago4 watchersCompare

[ Source](https://github.com/infoweb-internet-solutions/yii2-cms-seo)[ Packagist](https://packagist.org/packages/infoweb-internet-solutions/yii2-cms-seo)[ RSS](/packages/infoweb-internet-solutions-yii2-cms-seo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (11)Used By (1)

SEO module for Yii 2
====================

[](#seo-module-for-yii-2)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require infoweb-internet-solutions/yii2-cms-seo "*"

```

or add

```
"infoweb-internet-solutions/yii2-cms-seo": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

Your backend configuration as follows:

```
'modules' => [
    ...
    'seo' => [
        'class' => 'infoweb\seo\Module',
    ],
],
```

Import the translations and use category 'infoweb/seo':

```
yii i18n/import @infoweb/seo/messages

```

To use the module, execute yii migration

```
yii migrate/up --migrationPath=@vendor/infoweb-internet-solutions/yii2-cms-seo/migrations

```

Behavior
--------

[](#behavior)

To use SeoBehavior, insert the following code to your ActiveRecord class:

```
use infoweb\seo\behaviors\SeoBehavior;

public function behaviors()
{
    return [
        'seo' => [
            'class' => SeoBehavior::className(),
            'titleAttribute' => 'title',
        ],
    ];
}

```

Add this code to your view

```
 // Initialize the tabs
$tabs = [
    ...
    [
        'label' => 'SEO',
        'content' => $this->render('@infoweb/seo/views/behaviors/seo/_seo_tab', ['model' => $model, 'form' => $form]),
    ],
];

```

Configuration
-------------

[](#configuration)

All available configuration options are listed below with their default values.

---

##### allowContentDuplication (type: `boolean`, default: `true`)

[](#allowcontentduplication-type-boolean-default-true)

If this option is set to `true`, the `duplicateable` jquery plugin is activated on all translateable attributes.

---

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 57.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~57 days

Recently: every ~13 days

Total

10

Last Release

3726d ago

Major Versions

0.0.7 → 1.0.02015-01-05

1.1.0 → 2.0.02016-02-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a977fc12b7f6eba9255863c5d9512e400457c69dd67a4b1df82dbc38908768d?d=identicon)[infoweb-internet-solutions](/maintainers/infoweb-internet-solutions)

---

Top Contributors

[![rubenheymans](https://avatars.githubusercontent.com/u/2543870?v=4)](https://github.com/rubenheymans "rubenheymans (23 commits)")[![infoweb-internet-solutions](https://avatars.githubusercontent.com/u/8706156?v=4)](https://github.com/infoweb-internet-solutions "infoweb-internet-solutions (15 commits)")[![fabiomaggio](https://avatars.githubusercontent.com/u/729877?v=4)](https://github.com/fabiomaggio "fabiomaggio (2 commits)")

---

Tags

yii2seoinfowebyii2-cms-seo

### Embed Badge

![Health badge](/badges/infoweb-internet-solutions-yii2-cms-seo/health.svg)

```
[![Health](https://phpackages.com/badges/infoweb-internet-solutions-yii2-cms-seo/health.svg)](https://phpackages.com/packages/infoweb-internet-solutions-yii2-cms-seo)
```

###  Alternatives

[umanskyi31/opengraph

Created a new component for Yii2. The Open Graph component for your website

119.7k](/packages/umanskyi31-opengraph)[daxslab/yii2-taggedview

Extension to help setup the standard HTML meta tags besides the ones defined by Opengraph and Twitter to contribute to website SEO

114.5k](/packages/daxslab-yii2-taggedview)[infoweb-internet-solutions/yii2-cms-analytics

Analytics module for Yii2

112.4k1](/packages/infoweb-internet-solutions-yii2-cms-analytics)[demi/seo

Library for working with SEO parameters of models

131.6k](/packages/demi-seo)[amirax/yii2-seo-tools

SEO tools for Yii 2 framework

131.1k](/packages/amirax-yii2-seo-tools)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
