WP Manifestindependent plugin directory
manifest / integrations / ssws-yoast-user-meta-2-api

SSWS Yoast User Meta Information 2 WP REST API

SSWS Yoast User Meta Data to WP REST API

by Giorgio Riccardi · github.com/giorgioriccardi/ssws-yoast-user-meta-2-api · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/giorgioriccardi/ssws-yoast-user-meta-2-api/archive/refs/heads/master.zip

Readme

SSWS Yoast User Meta Data to WP REST API

(ssws-yoast-user-meta-2-api)

Requirments:

Yoast SEO plugin by Team Yoast

Notes from the developer:

The plugin WP REST Yoast Meta does a great job in adding the meta tags generated by the Yoast SEO plugin to the WP REST API output.

The only problem is that the user dataset is not implemented and right now, December 2019, there is no clear ETA when this feature will be implemented and released.

See support thread here: User Yoast Social Links not available in REST API

So this rough plugin implementes those endopoints for the user object in WP REST:

/wp-json/wp/v2/users

https://your-site.com/wp-json/wp/v2/users

Read the full README on GitHub →