HowTo JSON-LD Person
The idea behind these elements is to create relationships between people. This has proven to be helpful in making a self-evidence. With this structural element you do not influence the snippets in the SERPs.
On this page the block is integrated on our “About us” page. There you can also check the JSON in the source code 🙂
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "Musterstr. 4",
"addressLocality" : "Irgendwo",
"addressRegion" : "ST",
"postalCode" : "06114",
"addressCountry": "DE"
},
"colleague": [
"https://www.colleague-xx.com/about-me/"
],
"email": "mailto:info@example.com",
"image": "https://example.com/uploads/image.jpg",
"jobTitle": "CEO",
"name": "John Doe",
"telephone": "123456789",
"url": "https://example.com"
}
</script>