Skip to main content

Markdown page example

You don't need React to write simple standalone pages.

{
"product": {
"name": "iPad",
"offers": [
{
"price": "420",
"regularPrice": "450.00",
"currency": "USD",
"availability": "InStock"
}
],
"sku": "product sku",
"mpn": "product mpn",
"brand": "Apple",
"mainImage": "http://example.com/image.png",
"images": [
"http://example.com/image.png"
],
"description": "Product description",
"aggregateRating": {
"ratingValue": 4.5,
"bestRating": 5.0,
"reviewCount": 31
},
}
}