PHPackages                             doiftrue/wp-kama-seo-tags - 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. doiftrue/wp-kama-seo-tags

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

doiftrue/wp-kama-seo-tags
=========================

Simple SEO class for WordPress to create page metatags: title, description, robots, keywords, Open Graph.

2.2.2(6mo ago)8583MITPHP

Since Jun 28Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/doiftrue/Kama_SEO_Tags)[ Packagist](https://packagist.org/packages/doiftrue/wp-kama-seo-tags)[ Docs](https://wp-kama.ru/9537)[ RSS](/packages/doiftrue-wp-kama-seo-tags/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (8)Used By (0)

Kama\_SEO\_Tags
===============

[](#kama_seo_tags)

Simple SEO class for WordPress to create page metatags: `title`, `description`, `robots`, `keywords`, `og:____` (Open Graph).

Instalation
-----------

[](#instalation)

```
composer require doiftrue/wp-kama-seo-tags
```

Usage
-----

[](#usage)

Just init the class.

```
$Kama_SEO_Tags = Kama_SEO_Tags::init();
```

### Meta-fields in the admin panel

[](#meta-fields-in-the-admin-panel)

Important

IMPORTANT: The code does not add meta-fields in the admin panel!

The code above only processes (outputs) the necessary SEO meta-tags - it does not add meta-fields to the post or taxonomy term editing page. Such meta-fields need to be created separately.

On the post or term editing page, you need to create a meta box with the following meta-fields:

- `title` - an alternative SEO title that will be used in the `` meta-tag instead of the post title.
- `description` - description for the page. If not available, the text from the excerpt will be used, and if that is also not available, a snippet from the beginning of the post content will be used.

    - `meta_description` - this is how the description meta-field for terms should be named, because the `description` key is already used for taxonomies...
- `keywords` - keywords meta-tag. I'm not sure if it's needed in modern realities.
- `robots` - the specified value is output as is, for example, `noindex,nofollow`.

Issues
------

[](#issues)

If it doesn't work, you need to make sure that the `wp_head()` function is being used in the `header.php` theme file and that it does not output the hard-coded `` tag and other SEO tags.

For more details see:

Changelog
---------

[](#changelog)

1.9.15 - 16-07-2023

- IMP: PHP Warning fix.

1.9.14 - 28-06-2023

- NEW: `composer.json` added. And module added to Packagist.
- NEW: Default EN translations added.
- CHG: `year`, `month`, `day` keys added to localisation strings. `archive` key was removed.
- IMP: Better support for `document_title_parts` WP hook.
- IMP: Minor refactoring and improvements.

1.9.13 - 1-06-2022

- IMP: Minor improvements.

1.9.8 - 25-10-2021

- CHG: Disable function wptexturize() convert\_chars() for title.
- NEW: hook `kama_meta_keywords`.

1.6 - 13-12-2020

- IMP: Paged becomes real part of implode.
- NEW: `$paged` parameter added to `kama_meta_title` hook.

1.5 - 01-12-2020

- IMP: `get_term_meta()` for meta\_robots(). Simplify the code of meta\_robots().
- CHG: Hook `kama_meta_robots_close` renamed to `kama_meta_robots`

1.4 - 27.11.2020

- NEW: Изменил логику `og_meta()`:
- NEW: Теперь все собирается в массив.
- NEW: Появился хук `pre_kama_og_meta_image`.
- NEW: ВАЖНО! Переименован хук `kama_og_meta_thumb_id` на `kama_og_meta_image`.
- NEW: Появился хук `kama_og_meta_elements_values`.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance67

Regular maintenance activity

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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 ~143 days

Recently: every ~211 days

Total

7

Last Release

193d ago

Major Versions

v1.9.15 → v2.0.02024-02-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a5b59537b7030cbdd84442d082f9ae993922622afae63296809ecc528d672dc?d=identicon)[doiftrue](/maintainers/doiftrue)

---

Top Contributors

[![doiftrue](https://avatars.githubusercontent.com/u/15121552?v=4)](https://github.com/doiftrue "doiftrue (51 commits)")

---

Tags

wordpress

### Embed Badge

![Health badge](/badges/doiftrue-wp-kama-seo-tags/health.svg)

```
[![Health](https://phpackages.com/badges/doiftrue-wp-kama-seo-tags/health.svg)](https://phpackages.com/packages/doiftrue-wp-kama-seo-tags)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[justintadlock/hybrid-carbon

God-like post featured image script.

202.5k](/packages/justintadlock-hybrid-carbon)[typisttech/wp-admin-notices

A simplified OOP implementation of the WordPress admin notices

141.2k](/packages/typisttech-wp-admin-notices)

PHPackages © 2026

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