このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WooCommerce Product Review Schema – Automatic, no Setup Needed

説明

Automatically add the rich snippets schema to display review stars on Google searches for WooCommerce Products.

It’s very simple.

When the product has reviews left by customers, it will automatically add this schema code:

{
    "@context": "http://schema.org",
    "@id": "#product",
    "@type": "IndividualProduct",
    "aggregateRating": {
    "@type": "AggregateRating",
    "ratingCount": "$rating_count",
    "ratingValue": "$average_rating"
    },
    "name": "$product_title",
    "category": "$category"
}

… which makes Google display the review stars on the search pages.

No setup needed. Everything is automatic. Just activate the plugin.
This plugin is super lightweight and it’s completely free.

スクリーンショット

  • Example of the review stars on Google

インストール

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type the plugin name and click Search Plugins. Once you’ve found our plugin you can install it by simply clicking “Install Now”.

Manual installation

The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains instructions on how to do this here.

FAQ

Why is Google not showing my review stars?

Maybe your product doesn’t have reviews, or you need to wait a few days/weeks until Google detects the rich snippet.

評価

2020年1月27日
I installed this plugin and it immediately caused an error in Google (multiple aggregate reviews). After submitting the error in the plugin support forum and not receiving an answer in a few days, I had to delete the plugin and find another that worked.
2020年1月14日
The only plugin that helps to solve problems with microdata. And it keeps up to dating. I’m thank a lot to the autors!
2019年10月15日 1 reply
I like the idea of offering this plugin for free. Actually, i think the functionality of this plugin should be woocommerce and wordpress core functionalitym but that does not matter for now. The plugin successfully adds the schema to the products present in your store. However i noticed, taht if you just have one rating, the rating value is not adjusted. This means: ratingCount:1, ratingValue:0 Even thought there is one review (With text), there is no “review” field present. This should be added in order to make this plugin really useful. Also, i could not find information regarding a products’ MPN (Manufacturer Part Number), which is set on my products, but doennt show up in the Schema. My Conclusion: All this functionality we are talking about here should actually be part of the woocommerce core, but so far, this plugin can be quite useful, if it considered the cases i described above. My best greetings to the developers and keep up the good work, to improve this plugin further!
3件のレビューをすべて表示

貢献者と開発者

WooCommerce Product Review Schema – Automatic, no Setup Needed はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WooCommerce Product Review Schema – Automatic, no Setup Needed” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.1

  • Update readme.txt

1.0.0

  • Initial release.