PHPackages                             pe/component-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. pe/component-seo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pe/component-seo
================

SEO helper component, allows to collect seo data for page and render it later

v1.0.0(8y ago)010MITPHPPHP &gt;=5.5

Since Dec 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pavlenko/php-component-seo)[ Packagist](https://packagist.org/packages/pe/component-seo)[ RSS](/packages/pe-component-seo/feed)WikiDiscussions master Synced 3d ago

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

SEO component
=============

[](#seo-component)

### Installation

[](#installation)

```
php composer.phar require pe/component-seo:^1.0
```

Usage
-----

[](#usage)

```
use PE\Component\SEO\Page;
use PE\Component\SEO\Renderer;

// In some place where page is identified
$page = new Page();

// In some place where SEO data is collected
$page->setTitle($seoTitle);
$page->setDescription($seoDescription);
$page->setKeywords($seoKeywords);

// In some place where SEO data is rendered
$renderer = new Renderer($page[, $charset = 'UTF-8']);
$renderer->renderTitle();
$renderer->renderMetas();
$renderer->renderLinks();
```

Possible meta tags:
-------------------

[](#possible-meta-tags)

Copied from

### Basic HTML Meta Tags

[](#basic-html-meta-tags)

```

```

### Company/Service Meta Tags

[](#companyservice-meta-tags)

##### Apple Meta Tags

[](#apple-meta-tags)

```

```

##### Windows 8 Meta Tags

[](#windows-8-meta-tags)

```

```

##### Blog Catalog Meta Tags

[](#blog-catalog-meta-tags)

```

```

##### Rails Meta Tags

[](#rails-meta-tags)

```

```

### HTML Link Tags

[](#html-link-tags)

```

```

### Other Resources

[](#other-resources)

- [HTML5 Boilerplate explanations and suggestions of header tags](http://html5boilerplate.com/docs/head-Tips/)
- [Dublic Core Meta Tags](http://www.seoconsultants.com/meta-tags/dublin/)
- [Apple Meta Tags](http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html)
- [Link Tag Meaning](http://intertwingly.net/wiki/pie/LinkTagMeaning)
- [Google Chrome HTML5 Tags](http://www.html5rocks.com/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3078d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cf2cc7aeca3adf2a9ff304032c47261ecc3e94b18dbc1c972f1bfa9494ba645?d=identicon)[pavlenko](/maintainers/pavlenko)

---

Top Contributors

[![pavlenko](https://avatars.githubusercontent.com/u/1759651?v=4)](https://github.com/pavlenko "pavlenko (1 commits)")

---

Tags

cmfseo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pe-component-seo/health.svg)

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

###  Alternatives

[artesaos/seotools

SEO Tools for Laravel and Lumen

3.3k5.1M60](/packages/artesaos-seotools)[jbroadway/urlify

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

6737.4M62](/packages/jbroadway-urlify)[butschster/meta-tags

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

628730.7k2](/packages/butschster-meta-tags)[spatie/laravel-robots-middleware

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

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

Symfony SonataSeoBundle

1442.7M41](/packages/sonata-project-seo-bundle)[arcanedev/seo-helper

SEO Helper is a framework agnostic package that provides tools &amp; helpers for SEO (Laravel supported).

332467.0k4](/packages/arcanedev-seo-helper)

PHPackages © 2026

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