How to Update Yoast Keyword and Meta Description using the WordPress REST API
By default, the WordPress REST API does not include support for updating the Yoast metadata of a post. However, with a simple update to your functions.php file, extending the existing WordPress REST API endpoint (POST /wp/v2/posts/) to support updating Yoast SEO meta fields is possible. Instead of registering a new custom route, you can use … Read more