How to extract total and average ratings for JSON-LD
-
Hi!
I have a Problem with Google Snippets if I am using a JSON-LD Markup for my Recipes, too. Google does not show the Ratings out of the Plugin.
I think because they are not integrated in my own schema JSON-LD Markup directly.
Is it possible to extract the average and total ratings out of the plugin and insert into the JSON-LD Markup?
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “5”,
“bestRating”: “5”,
“worstRating”: “1”,
“ratingCount”: “2”
}Thank you very much!
The page I need help with: [log in to see the link]
- The topic ‘How to extract total and average ratings for JSON-LD’ is closed to new replies.