Description
Enhances the WordPress REST API post, term, and user queries with an array of Social and Search Engine Optimization meta tags and Schema markup.
Includes a new head
element in the WordPress REST API query result to provide an html
, json
, and parts
array.
-
The
html
array includes the HTML formatted meta tags and Schema JSON-LD (aka LD+JSON) scripts, as they appear in the webpage head section. -
The
json
array provides Schema JSON-LD (aka LD+JSON) scripts in their decoded format. -
The
parts
array offers HTML meta tag attributes (aka “the parts”) as arrays, making it easier to find / use specific meta tag values.
There is no add-on settings page for this plugin — simply install and activate the plugin.
WPSSO Core Plugin Required
WPSSO REST API (aka WPSSO REST) is an add-on for the WPSSO Core plugin.
The WPSSO Schema JSON-LD Markup add-on is recommended to get the most complete meta tags and Schema JSON-LD markup for post, term, and user queries.
Reviews
Contributors & Developers
“REST API | WPSSO Add-on” is open source software. The following people have contributed to this plugin.
Contributors“REST API | WPSSO Add-on” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “REST API | WPSSO Add-on” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change log
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes / re-writes or incompatible API changes.
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Standard Version Repositories
Changelog / Release Notes
Version 2.0.4 (2019/11/23)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Updated
WpssoRestRegister->activate_plugin()
for the new WpssoUtilReg class in WPSSO Core v6.13.1.
- Updated