PHPackages                             anacoelhovicente/wp-graphql-autodescription - 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. anacoelhovicente/wp-graphql-autodescription

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

anacoelhovicente/wp-graphql-autodescription
===========================================

Adds support for The Seo Framework to the WPGraphQL Schema

v1.0.1(3y ago)03874[1 PRs](https://github.com/anacoelhovicente/wp-graphql-autodescription/pulls)GPL-3.0-or-laterPHP

Since Jul 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/anacoelhovicente/wp-graphql-autodescription)[ Packagist](https://packagist.org/packages/anacoelhovicente/wp-graphql-autodescription)[ RSS](/packages/anacoelhovicente-wp-graphql-autodescription/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

WPGraphQL for The Seo Framework
===============================

[](#wpgraphql-for-the-seo-framework)

This plugin adds The Seo Framework support to WP GraphQL.

Supports:

- Pages
- Posts
- Custom post types
- Categories
- Custom taxonomies
- The Seo Framework Settings
    - Webmaster verification
    - Social settings
    - Schema Presence

Pre-req's
---------

[](#pre-reqs)

Using this plugin requires having the [WPGraphQL](https://github.com/wp-graphql/wp-graphql) and [The Seo Framework](https://wordpress.org/plugins/autodescription) (free or pro) installed and activated.

Activating
----------

[](#activating)

Activate the plugin like you would any other WordPress plugin.

Once the plugin is active, the `seo` argument will be available to any post object connectionQuery (posts, pages, custom post types, etc).

Usage
-----

[](#usage)

### Post Type Data

[](#post-type-data)

```
query PostsSeo {
  posts(first: 10) {
    nodes {
      seo {
        title
        description
        canonical
        images {
          altText
          uri
          mediaDetails {
            height
            width
          }
        }
        opengraph {
          description
          title
          type
        }
        twitter {
          description
          title
        }
        metaRobotsNofollow
        metaRobotsNoarchive
        metaRobotsNoindex
        redirect
      }
    }
  }
}

```

### Taxonomy Data

[](#taxonomy-data)

```
query CategoriesSeo {
  categories(first: 10) {
    nodes {
      seo {
        title
        description
        canonical
        images {
          altText
          uri
          mediaDetails {
            height
            width
          }
        }
        opengraph {
          description
          title
          type
        }
        twitter {
          description
          title
        }
        metaRobotsNofollow
        metaRobotsNoarchive
        metaRobotsNoindex
        redirect
      }
    }
  }
}

```

### Settings Data

[](#settings-data)

```
query SeoSettings {
  seoSettings {
    separator
    presence {
      logo
      name
      type
    }
    webmaster {
      baiduVerification
      googleVerification
      pinterestVerification
      yandexVerification
      bingVerification
    }
    social {
      facebook {
        appId
        authorFallback
        publisher
      }
      twitter {
        authorFallback
        cardType
        profile
      }
    }
  }
}

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

1441d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18175655?v=4)[Ana Vicente](/maintainers/anacoelhovicente)[@anacoelhovicente](https://github.com/anacoelhovicente)

### Embed Badge

![Health badge](/badges/anacoelhovicente-wp-graphql-autodescription/health.svg)

```
[![Health](https://phpackages.com/badges/anacoelhovicente-wp-graphql-autodescription/health.svg)](https://phpackages.com/packages/anacoelhovicente-wp-graphql-autodescription)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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