{
"@context": "https://schema.org/",
"@id": "' . $id . '",
"@type": "Product",
"brand": {
"@type": "Brand"
},
"sku": {
"@type": "Text"
},
"mpn": {
"@type": "Text"
},
"description": "' . $description . '",
"name": "' . $name . '",
"image": "' . $image . '",
"offers": {
"@type": "Offer",
"availability": "https://schema.org/InStock",
"price": "' . $price . '",
"priceValidUntil": "' . $priceValidUntil . '",
"priceCurrency": "' . $priceCurrency . '",
"url": "' . $id . '"
},
"review": {
"@type": "Review",
"author": {
"@type": "Person",
"name": "Nachhilfe-Team.net"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "' . $ratingValue . '",
"bestRating": "5",
"ratingCount": "' . $ratingCount . '"
}
}
';
?>