PHPackages                             icybee/module-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. icybee/module-seo

ActiveIcanboogie-module[Utility &amp; Helpers](/categories/utility)

icybee/module-seo
=================

Provides search engine optimization

4.0.x-dev(4y ago)0162BSD-3-ClausePHPPHP &gt;=5.6

Since Dec 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Icybee/module-seo)[ Packagist](https://packagist.org/packages/icybee/module-seo)[ RSS](/packages/icybee-module-seo/feed)WikiDiscussions 3.0 Synced 4w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

SEO
===

[](#seo)

[![Packagist](https://camo.githubusercontent.com/8ae214ff7e67ad5db62aa4ea1ee0bdfe3da2dc84f60e9a16389cf43bcd887b06/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6963796265652f6d6f64756c652d73656f2e737667)](https://packagist.org/packages/icybee/module-seo)[![Build Status](https://camo.githubusercontent.com/c5f0292b14ee943b0c0c601c9f470757548f8f049f16120cab8cff20a583b4d3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4963796265652f6d6f64756c652d73656f2e737667)](http://travis-ci.org/Icybee/module-seo)[![Code Quality](https://camo.githubusercontent.com/be3f1553de6bf19ee405f58d593cff508ec01e016c7b8c7bb59bbd2411ac92d3/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4963796265652f6d6f64756c652d73656f2e737667)](https://scrutinizer-ci.com/g/Icybee/module-seo)[![Code Coverage](https://camo.githubusercontent.com/86e334a91712f9645e7d4ec94accd268ea77dbf901c8eb1b62dbb566ea9c2b08/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4963796265652f6d6f64756c652d73656f2e737667)](https://coveralls.io/r/Icybee/module-seo)[![Downloads](https://camo.githubusercontent.com/5a3f28e6889a5e62853f3cb7408d800435ada98cf0a46a9c6378862b6f5b25a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6963796265652f6d6f64756c652d73656f2e737667)](https://packagist.org/packages/icybee/module-seo/stats)

Event hooks
-----------

[](#event-hooks)

### `Icybee\Modules\Pages\EditBlock::alter_children`

[](#icybeemodulespageseditblockalter_children)

Adds the controls used to edit the SEO title and description of the page.

### `Icybee\Modules\Pages\ExportOperation::process`

[](#icybeemodulespagesexportoperationprocess)

Adds SEO properties to exported pages.

### `Icybee\Modules\Pages\PageController::render`

[](#icybeemodulespagespagecontrollerrender)

Adds the Google Analytics script at the end of the body, unless one of the following conditions is met:

- "localhost" is in the server name.
- The user is the admin.
- The page or the displayed record is offline.

### `Icybee\Modules\Sites\EditBlock::alter_children`

[](#icybeemodulessiteseditblockalter_children)

Extends the site edit block with a `SEO` group and controls for the Google Analytics UA and the Google Site Verification key.

### `Brickrouge\Document::render_title:before`

[](#brickrougedocumentrender_titlebefore)

Replaces the title of the document with the SEO title before the title is rendered.

### `Brickrouge\Document::render_metas:before`

[](#brickrougedocumentrender_metasbefore)

Adds the `Description` and `google-site-verification` metas.

### `Brickrouge\Document::render_metas`

[](#brickrougedocumentrender_metas)

Adds the canonical address of the document.

---

Requirement
-----------

[](#requirement)

The package requires PHP 5.4 or later.
The package also requires an installation of [Icybee](http://icybee.org).

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

[](#installation)

The recommended way to install this package is through [Composer](http://getcomposer.org/). Create a `composer.json` file and run `php composer.phar install` command to install it:

```
$ composer require icybee/module-seo

```

### Cloning the repository

[](#cloning-the-repository)

The package is [available on GitHub](https://github.com/Icybee/module-seo), its repository can be cloned with the following command line:

```
$ git clone git://github.com/Icybee/module-seo.git images

```

Testing
-------

[](#testing)

The test suite is ran with the `make test` command. [Composer](http://getcomposer.org/) is automatically installed as well as all the dependencies required to run the suite. The package directory can later be cleaned with the `make clean` command.

The package is continuously tested by [Travis CI](http://about.travis-ci.org/).

[![Build Status](https://camo.githubusercontent.com/c5f0292b14ee943b0c0c601c9f470757548f8f049f16120cab8cff20a583b4d3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4963796265652f6d6f64756c652d73656f2e737667)](http://travis-ci.org/Icybee/module-seo)[![Code Coverage](https://camo.githubusercontent.com/86e334a91712f9645e7d4ec94accd268ea77dbf901c8eb1b62dbb566ea9c2b08/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4963796265652f6d6f64756c652d73656f2e737667)](https://coveralls.io/r/Icybee/module-seo)

Documentation
-------------

[](#documentation)

The package is documented as part of the [Icybee](http://icybee.org/) CMS [documentation](http://icybee.org/docs/). The documentation for the package and its dependencies can be generated with the `make doc` command. The documentation is generated in the `docs` directory using [ApiGen](http://apigen.org/). The package directory can later by cleaned with the `make clean` command.

License
-------

[](#license)

The module is licensed under the New BSD License - See the LICENSE file for details.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1078 days

Total

3

Last Release

1806d ago

Major Versions

2.1.x-dev → 3.0.x-dev2017-04-04

3.0.x-dev → 4.0.x-dev2021-07-19

PHP version history (3 changes)2.1.x-devPHP &gt;=5.3.0

3.0.x-devPHP &gt;=5.5.0

4.0.x-devPHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1df6f524f16addf060adbed85034c56ada04a1e66ad429bddc32a2561ab6b57?d=identicon)[olvlvl](/maintainers/olvlvl)

---

Top Contributors

[![olvlvl](https://avatars.githubusercontent.com/u/155998?v=4)](https://github.com/olvlvl "olvlvl (11 commits)")

---

Tags

seo

### Embed Badge

![Health badge](/badges/icybee-module-seo/health.svg)

```
[![Health](https://phpackages.com/badges/icybee-module-seo/health.svg)](https://phpackages.com/packages/icybee-module-seo)
```

###  Alternatives

[artesaos/seotools

SEO Tools for Laravel and Lumen

3.4k5.3M63](/packages/artesaos-seotools)[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6757.8M76](/packages/jbroadway-urlify)[butschster/meta-tags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project

631768.2k3](/packages/butschster-meta-tags)[spatie/laravel-robots-middleware

Add an `all` or `none` robots header to your requests via a middleware in Laravel

3332.2M5](/packages/spatie-laravel-robots-middleware)[sonata-project/seo-bundle

Symfony SonataSeoBundle

1372.7M43](/packages/sonata-project-seo-bundle)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M52](/packages/nystudio107-craft-seomatic)

PHPackages © 2026

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