admin
Administrator
     
Offline
Posts: 239
|
 |
« on: August 17, 2020, 09:57: PM » |
|
<script type=”application/ld+json”> { “@context”: “http://schema.org/”, “@type”: “Review”, “itemReviewed”: { “@type”: “Thing”, “name”: “name of service” }, “author”: { “@type”: “Person”, “name”: “ group or oganization ”, "reviewBody": "actual review " }, "date": "May 2, 2019", “reviewRating”: { “@type”: “Rating”, “ratingValue”: "9.5 ", “bestRating”: “10”, "worstRating": 1 }, "offers": { "@type": "Offer", "name": "what are you offering", "url": "link to web page with offer", "price": "0.00", "priceCurrency": "USD" }, “publisher”: { “@type”: “Organization”, “name”: “group name” } } </script>
|