AxeWP / wp-graphql-rank-math

Add GraphQL support for RankMath SEO
GNU General Public License v3.0
50 stars 7 forks source link
graphql hacktoberfest hacktoberfest2023 headless-wordpress php rank-math rankmath seo wordpress wordpress-plugins wp-graphql wpgraphql wpgraphql-plugin

WPGraphQL for Rank Math logo

WPGraphQL for Rank Math SEO

šŸšØ NOTE: This is prerelease software. šŸšØ

Adds WPGraphQL support for Rank Math SEO. Built with WPGraphQL Plugin Boilerplate.


Packagist License Packagist Version GitHub commits since latest release (by SemVer) GitHub forks GitHub Repo stars
CodeQuality Integration Tests Coding Standards Coverage Status

System Requirements

Quick Install

  1. Install & activate WPGraphQL.
  2. Install & activate Rank Math SEO.
  3. Download the latest release .zip file, upload it to your WordPress install, and activate the plugin.

With Composer

composer require axepress/wp-graphql-rank-math

Updating and Versioning

As we work towards a 1.0 Release, we will need to introduce numerous breaking changes. We will do our best to group multiple breaking changes together in a single release, to make it easier on developers to keep their projects up-to-date.

Until we hit v1.0, we're using a modified version of SemVer, where:

Development and Support

Development of WPGraphQL for Rank Math SEO is provided by AxePress Development. Community contributions are welcome and encouraged.

Basic support is provided for free, both in this repo and at the #rank-math channel in WPGraphQL Slack.

Priority support and custom development is available to our Sponsors.

Supported Features

Supported SEO data

Usage

Getting Started ( šŸŽÆ You are here! )

Reference

Testing

  1. Update your .env file to your testing environment specifications.
  2. Run composer install-test-env to create the test environment.
  3. Run your test suite with Codeception. E.g. vendor/bin/codecept run wpunit will run all WPUnit tests.

Credits

Built with WPGraphQL Plugin Boilerplate