Forum Moderators: Robert Charlton & goodroi
<!-- start social profiles (https://developers.google.com/structured-data/customize/social-profiles) -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "Van XY",
"url" : "http://example.co.uk/",
"logo": "http://example.co.uk/images/smlogo.png",
"sameAs" : [
"http://www.facebook.com/example",
"http://www.twitter.com/Example_",
"https://plus.google.com/+example/",
"http://www.instagram.com/example/",
"https://www.linkedin.com/company/exam-ple"
]
}
</script>
<!-- end social profiles -->
<head>
[edited by: not2easy at 9:25 pm (utc) on Feb 15, 2017]
[edit reason] exemplified [/edit]
The SCRIPT block can be inserted anywhere on the page — either the head or body of the page.
...insert this code into the page that shows users these profiles.
[edited by: Robert_Charlton at 11:32 am (utc) on Feb 16, 2017]