Originally Posted by matt1966
Code:
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Peter Venkman",
"hasOccupation": {
"@type": "Occupation",
"name": "Parapsychologist",
"educationRequirements": "PhD in parapsychology",
}
}
</script>
Not saying that this will help a great deal - but it can't do any harm.
(With the "This content has been checked for quality and accuracy by" bit)
I could be wrong:
https://pending.schema.org/Occupation
Code:
<script type="application/ld+json">
[{
"@context": "http://schema.org",
"@type": "WebPage",
"url" : "https://wwww.csosm",
"lastReviewed" : "2018-01-01",
"accountablePerson" :
{ "@type" : "Person",
"name" : "Shamir Patel",
"sameAs" : ["https://www.chemist-4-u.com/shamir-patel", "https://www.pharmacyregulation.org/registers/pharmacist/registrationnumber/2049338"],
"jobTitle" : "Pharmacist"
},
"author" : {
"@type" : "Person",
"name" : "Laura Henderson",
"sameAs" : "https://www.chemist-4-u.com/writers/laura-henderson",
"jobTitle" : "Medical Content Writer"
},
"datePublished" : "2018-01-01",
"dateModified" : "2018-01-01"
},
{
"@context": "http://schema.org",
"@type": "Product",
"description": "Nicorette QuickMist Mouthspray Duo is a unique form of Nicotine Replacement Therapy (NRT), an instant release mouth spray that gets to work on cravings in 60 seconds.
It is easy to use, discreet and convenient, perfect for tackling nicotine cravings on the go.",
"name": "Nicorette Quickmist Duo Nicotine Mouthspray – 1mg",
"image": "https://media.chemist-4-u.com/media/catalog/product/3/5/3574660619812.jpeg",
"sku": "3574660619812",
"url": "https://www.chemist-4-u.com/nicorette-quickmist-1mg-spray-mouthspray-freshmint-2-x-150-sprays",
"brand": "Nicorette",
"offers": [
{
"@type": "Offer",
"itemCondition": "http://schema.org/NewCondition",
"price": "18.99",
"availability": "InStock",
"priceCurrency": "GBP"
}
]
, "review" :[{"@type":"Review","reviewBody":"Does what it says on the pack. My husband gave up smoking several years ago. Now he\u2019s addicted to these sprays.","author":{"@type":"Person","name":"PJ, Cheshire"},"datePublished":"2018-09-17T22:12:57.811Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"Yip, done what it said\ud83d\udc4d i'm off the smokes\ud83d\ude00","author":{"@type":"Person","name":"Neil Maclean"},"datePublished":"2018-09-14T11:09:53.49Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"Hi, great value product, efficient ordering process, through to my delivery. Thank you \ud83d\udc4d\ud83c\udffb","author":{"@type":"Person","name":"Grant Whelan"},"datePublished":"2018-09-10T17:43:07.099Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"Kein Unterschied zum deutschen Produkt, klasse","author":{"@type":"Person","name":"Andrea M\u00fcller"},"datePublished":"2018-08-24T06:30:14.002Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"I ordered one day and my item was delivered the next day to a collection point of my choice. As we are both at work all day the choice to collect was appreciated.","author":{"@type":"Person","name":"Sam"},"datePublished":"2018-08-23T07:39:32.349Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"Ware wie gewohnt gut!Vielen Dank B.S.","author":{"@type":"Person","name":"Bernd Schimmel"},"datePublished":"2018-08-07T13:59:01.724Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"Alles super und schnell abgewickelt. Vielen Dank.","author":{"@type":"Person","name":"Holger Becker"},"datePublished":"2018-08-06T13:42:55.455Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"I have been using this for a while and it has helped me give up smoking,I know we are all different but this spray worked for me.","author":{"@type":"Person","name":"ray bennett"},"datePublished":"2018-08-05T07:54:18.687Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"Alles super abgewickelt und schnell geliefert. Vielen Dank","author":{"@type":"Person","name":"Holger Becker"},"datePublished":"2018-07-10T15:24:40.503Z","reviewRating":{"@type":"Rating","ratingValue":"5"}},{"@type":"Review","reviewBody":"Die sind scon hier bekannt, und sind sehr gut","author":{"@type":"Person","name":"Andrea M\u00fcller"},"datePublished":"2018-07-05T07:03:51.641Z","reviewRating":{"@type":"Rating","ratingValue":"5"}}],
"aggregateRating" :{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"32"}
}]
</script>