We'll create fresh WordPress site with Yoast SEO for WordPress PWA installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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!