Yoast SEO for WordPress PWA

0

Makes Yoast SEO settings available to WordPress PWA using the REST API. Returns Yoast post or page metadata in a normal post or page REST API request. Stores the metadata in the yoast_m

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Makes Yoast SEO settings available to WordPress PWA using the REST API.
Returns Yoast post or page metadata in a normal post or page REST API request. Stores the metadata in the yoast_meta field of the returned data.

`

{
id: 123,

yoast_meta: {
title: “Testy Test | My WordPress site”,
}
}
`

Supports pages, posts, categories, tags and any public custom post types and custom taxonomies.

Thanks to Pablo Postigo, Tedy Warsitha and Charlie Francis for amazing contributions!