We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e755e3f commit f9cb1a8Copy full SHA for f9cb1a8
README.md
@@ -16,7 +16,7 @@ React Structured Data provides an easy way to add structured data to your React
16
17
The following JSX:
18
19
-```html
+```jsx
20
<JSONLD>
21
<Product name="Product Name">
22
<AggregateRating ratingValue={4.3} reviewCount={197}/>
@@ -140,7 +140,7 @@ Generic and GenericCollection allow you to add your own structured data type.
140
141
For example, If Review preset didn't exist, you could write:
142
143
144
145
<Generic type="review" jsonldtype="Review" schema={{name: "It is awesome", reviewBody: "This is great!"}}>
146
<Generic type="itemReviewed" jsonldtype="Product" schema={{"@id":"product-x"}} />
0 commit comments