1.1.0 • Published 3 years ago

react-yoastseo v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

react-yoastseo

Build Maintainability Test Coverage

semantic-release

Helpers to use Yoast SEO with React

Installation

NPM

First install node.js. Then:

npm install react-yoastseo --save

This package relies on the following peer dependencies:

  • react@17.x
  • yoastseo@1.x

It is likely you already have these installed either directly or as a transient dependency, but if not, you will need to install them.

npm install react yoastseo --save

Usage

WIP

Examples

WIP

Contributing

Please read the Contributing guidelines.

Running Tests

To run tests, first install nodeunit and any dependencies via npm:

npm ci

Run tests with:

npm test

License

This project is licensed under the terms of the MIT license.