PHPackages                             apiki/wordpress-seo-rest - 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. [API Development](/categories/api)
4. /
5. apiki/wordpress-seo-rest

ActiveWordpress-plugin[API Development](/categories/api)

apiki/wordpress-seo-rest
========================

Show in JSON REST params configured in yoast (meta-title, meta-description, facebook, twitter)

1.2.5(7y ago)31.3kGPL-2.0PHPPHP &gt;=5.3

Since Sep 18Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Apiki/wordpress-seo-rest)[ Packagist](https://packagist.org/packages/apiki/wordpress-seo-rest)[ RSS](/packages/apiki-wordpress-seo-rest/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (17)Used By (0)

WordPress SEO REST
==================

[](#wordpress-seo-rest)

Disponibiliza na REST API os campos configurados através do plugin wordpress-seo (Yoast).

Funciona tanto para os post\_types, quanto para as taxonomias.

- meta-title
- meta-description
- facebook
- twitter

**Exemplo de retorno - Posts**

```
"seo": {
  "open_graph": {
	"title": "Olá, mundo! - WordPress DEV",
	"description": "Bem-vindo ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!",
	"type": "article",
	"locale": "pt_BR",
	"site_name": "WordPress DEV",
	"image": false,
	"modified_time": "2018-06-28T16:01:47-03:00",
	"published_time": "2018-06-28T16:01:47-03:00"
  },
  "twitter": {
	"title": "Olá, mundo! - WordPress DEV",
	"description": "Bem-vindo ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!",
	"type": "summary_large_image",
	"image": false
  },
  "meta": {
	"title": "Olá, mundo! - WordPress DEV",
	"description": "Bem-vindo ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!"
  }
},
```

**Exemplo de retorno - Taxonomias**

```
"seo": {
  "open_graph": {
	"title": "Título Categoria 1 - Facebook",
	"description": "Descrição Categoria 1 - Facebook",
	"type": "object",
	"image": "http://localhost/wordpress-dev/wp-content/uploads/2018/07/sample.jpeg"
  },
  "twitter": {
	"title": "Categoria 1 - Twitter",
	"description": "Categoria 1 - Twitter",
	"type": "summary_large_image",
	"image": "http://localhost/wordpress-dev/wp-content/uploads/2018/07/sample.jpg"
  },
  "meta": {
	"title": "Categoria 1 title SEO",
	"description": "Lorem ipsum categoria 1"
  }
},
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 75.8% 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 ~32 days

Recently: every ~104 days

Total

14

Last Release

2734d ago

Major Versions

0.2.2 → 1.0.12017-09-20

### Community

Maintainers

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

---

Top Contributors

[![kassyn](https://avatars.githubusercontent.com/u/3626002?v=4)](https://github.com/kassyn "kassyn (25 commits)")[![daniloalvess](https://avatars.githubusercontent.com/u/6590844?v=4)](https://github.com/daniloalvess "daniloalvess (4 commits)")[![elvishp2006](https://avatars.githubusercontent.com/u/7463100?v=4)](https://github.com/elvishp2006 "elvishp2006 (4 commits)")

### Embed Badge

![Health badge](/badges/apiki-wordpress-seo-rest/health.svg)

```
[![Health](https://phpackages.com/badges/apiki-wordpress-seo-rest/health.svg)](https://phpackages.com/packages/apiki-wordpress-seo-rest)
```

###  Alternatives

[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)[a2design-company/mandrill-cakephp-plugin

Mandrill CakePHP plugin

193.2k](/packages/a2design-company-mandrill-cakephp-plugin)

PHPackages © 2026

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