Описание
Compatible with WooCommerce product ratings and reviews.
Extends the WordPress comment system with ratings and reviews:
-
Star ratings can be enabled/disabled by post type or individual post.
-
A rating value can be required (or not) before reviews are accepted.
-
The review form is correctly labeled as a «Review».
-
The review reply form is correctly labeled as a «Reply».
-
The color of star ratings can be customized from the settings page.
Provides Schema Aggregate Rating meta tags and optional JSON-LD markup:
Google reads aggregate rating meta tags, or the optional Schema JSON-LD markup, to add star ratings to search results (the WPSSO Schema JSON-LD Markup add-on is required for JSON-LD markup).
Includes complete Schema Review in the optional JSON-LD markup:
Including information about the review (author name, creation time, excerpt, rating), along with the threaded replies / comments for each review (the WPSSO JSON Premium add-on is required for the optional JSON-LD markup).
No templates to modify or update!
Simply activate / deactivate the plugin to enable / disable the addition of ratings and reviews.
WPSSO Core Plugin Required
WPSSO Ratings and Reviews (aka WPSSO RAR) 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.
Скриншоты
Установка
Install and Uninstall
Часто задаваемые вопросы
Frequently Asked Questions
- None.
Notes and Documentation
Отзывы
Участники и разработчики
«WPSSO Ratings and Reviews» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«WPSSO Ratings and Reviews» переведён на 3 языка. Благодарим переводчиков за их работу.
Перевести «WPSSO Ratings and Reviews» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
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.13.1 (2021/02/25)
- New Features
- None.
- Improvements
- Updated the banners and icons of WPSSO Core and its add-ons.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v4.5.
- WPSSO Core v8.23.0.
Version 2.13.0 (2021/01/21)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Changed
jQuery( document ).on( 'ready' )
event handlers tojQuery()
for jQuery v3.0. - Renamed ‘get_og_type_reviews()’ to ‘get_mt_reviews()’ for WPSSO v8.20.0.
- Changed
- Requires At Least
- PHP v7.0.
- WordPress v4.5.
- WPSSO Core v8.20.0.
Version 2.12.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.5.
- WPSSO Core v8.16.0.
Version 2.11.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.4.
- WPSSO Core v8.13.0.