问题
I'm using WP REST API to fetch all the post data. Well, it works perfectly, but the major concern for any website is the SEO part. I'm using YOAST SEO plugin. I want to fetch all the Meta tags it creates in the Head section of HTML.
FYI im using Wordpress as Backend and Nodejs in frontend.
The solution is simple. I have added custom endpoints in the function.php file. You can see this Adding Custom Endpoints
来源:https://stackoverflow.com/questions/37290983/how-to-fetch-yoast-seo-plugin-data-using-wp-rest-api-plugin-specially-the-wpse