Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

WooCommerce Product Review Schema – Automatic, no Setup Needed

Opis

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.

Zrzuty ekranu

  • Example of the review stars on Google

Instalacja

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.

Najczęściej zadawane pytania

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.

Recenzje

2020-01-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-01-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 odpowiedź
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!
Przeczytaj 3 recenzje

Kontrybutorzy i deweloperzy

„WooCommerce Product Review Schema – Automatic, no Setup Needed” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

1.0.1

  • Update readme.txt

1.0.0

  • Initial release.