Bu eklenti, WordPress'in son 3 ana dağıtımı ile test edilmemiş. Artık bakımı yapılmıyor veya desteklenmiyor olabilir ve WordPress'in daha güncel sürümleriyle birlikte kullanıldığında uyumluluk sorunları olabilir.

WooCommerce Product Review Schema – Automatic, no Setup Needed

Açıklama

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.

Ekran Görüntüleri

  • Example of the review stars on Google

Yükleme

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.

SSS

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.

İncelemeler

27 Ocak 2020
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.
14 Ocak 2020
The only plugin that helps to solve problems with microdata. And it keeps up to dating. I'm thank a lot to the autors!
15 Ekim 2019 1 yanıt
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 incelemeyi oku

Katkıda Bulunanlar ve Geliştiriciler

“WooCommerce Product Review Schema – Automatic, no Setup Needed” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

Değişiklik Kaydı

1.0.1

  • Update readme.txt

1.0.0

  • Initial release.