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)03794[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 1mo ago

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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

1390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bc49ddfd65121f1ccf8f1cd499617d8c2fdc9bf5e5b52ae7cd9a4a8f1cd371b?d=identicon)[anacoelhovicente](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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