Descrizione
Enhances the WordPress REST API post, term, and user query results with an array of social meta tags, SEO meta tags, and Schema JSON-LD 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.
WPSSO Core and its add-ons make sure your content looks best on social sites and in search results, no matter how webpages are shared, re-shared, messaged, posted, embedded, or crawled.
Installazione
Install and Uninstall
Recensioni
Contributi e sviluppo
“WPSSO REST API” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“WPSSO REST API” è stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.
Traduci “WPSSO REST API” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
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.8.0 (2020/12/04)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Included the
$addon
argument for library class constructors.
- Included the
- Requires At Least
- PHP v7.0.
- WordPress v4.7.
- WPSSO Core v8.16.0.
Version 2.7.1 (2020/10/17)
- New Features
- None.
- Improvements
- Refactored the add-on class to extend a new WpssoAddOn abstract class.
- Bugfixes
- Fixed backwards compatibility with older ‘init_objects’ and ‘init_plugin’ action arguments.
- Developer Notes
- Added a new WpssoAddOn class in lib/abstracts/add-on.php.
- Added a new SucomAddOn class in lib/abstracts/com/add-on.php.
- Requires At Least
- PHP v5.6.
- WordPress v4.7.
- WPSSO Core v8.13.0.