
## WP API Yoast SEO

For use with the new [WP REST API](http://v2.wp-api.org/)

Returns Yoast post or page metadata in a normal post or page request.  Stores the metadata in the `yoast` field of the returned data.

Currently fetching:

- `focuskw`
- `title`
- `metadesc`
- `linkdex`
- `metakeywords`
- `meta-robots-noindex`
- `meta-robots-nofollow`
- `meta-robots-adv`
- `canonical`
- `redirect`
- `opengraph-title`
- `opengraph-description`
- `opengraph-image`
- `twitter-title`
- `twitter-description`
- `twitter-image`

Thanks to [jmfurlott/wp-api-yoast](https://github.com/jmfurlott/wp-api-yoast)
