這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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.

常見問題集

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 則留言
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〉的開發相關工作。

參與者

變更記錄

1.0.1

  • Update readme.txt

1.0.0

  • Initial release.