Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

WooCommerce Product Review Schema – Automatic, no Setup Needed

Beskrivelse

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.

Skjermskudd

  • Example of the review stars on Google

Installasjon

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.

Vurderinger

27. januar, 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. januar, 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. oktober, 2019 1 svar
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!
Les alle 3 vurderinger

Bidragsytere og utviklere

“WooCommerce Product Review Schema – Automatic, no Setup Needed” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.

Bidragsytere

Endringslogg

1.0.1

  • Update readme.txt

1.0.0

  • Initial release.