Json Ld Product Schema

[Solved] Json Ld Product Schema | Scala - Code Explorer | yomemimo.com
Question : json ld product schema

Answered by : oiia

{ "@context": "https://www.schema.org", "@type": "product", "brand": "Acme", "logo": "http://www.example.com/logo.png", "name": "WidgetPress", "category": "Widgets", "image": "http://www.example.com/image.jpg", "description": "This is an excellent widget with 21 features and 4 colors.", "aggregateRating": { "@type": "aggregateRating", "ratingValue": "5", "reviewCount": "21" }
}

Source : https://jsonld.com/product/ | Last Update : Fri, 06 May 22

Answers related to json ld product schema

Code Explorer Popular Question For Scala