This markup should be added in each page's head or body. Here is what such markup look like
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://www.example.com",
"logo": "http://www.example.com/images/logo.png"
// Many contact points can be added
"contactPoint" : [
{ "@type" : "ContactPoint",
"telephone" : "+1-401-555-1212",
"contactType" : "customer service"
} ],
// Currently supports Facebook, Twitter, Google+, Instagram, YouTube, LinkedIn, Myspace
"sameAs" : [ "http://www.facebook.com/your-profile",
"http://instagram.com/yourProfile",
"http://www.linkedin.com/in/yourprofile",
"http://plus.google.com/your_profile"]
}
</script>
This markup should be added in each page's head or body. Here is what such markup look like
More info: