juandahveed
9/28/2017 - 1:18 PM

JSON Schema Markup for Websites

JSON Schema Markup for Websites

/* Schema Tags */
<script type="application/ld+json">
{ "@context" : "http://schema.org",
  "@type" : "Organization",
  "logo": "http://www.activemarketing.com/wp-content/uploads/2015/03/active-marketing.com-logo.jpg",
  "name" : "Active Marketing",
  "url" : "http://www.activemarketing.com",
  //"email": "mailto:jane-doe@xyz.edu",
  //"openingHours": "Mo,Tu,We,Th,Fr 08:00-17:00",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Traverse City, Michigan",
    "postalCode": "49686",
    "streetAddress": "2800 Aero Park Dr., Suite A"
  },	
  "contactPoint" : [
    { "@type" : "ContactPoint",
      "telephone" : "+1-231-946-2334",
      "contactType" : "customer service"
    } ],
	"sameAs" : [ "https://twitter.com/activeim",
    "https://www.facebook.com/activeinternetmarketing",
    "https://plus.google.com/u/0/+Activeinternetmarketing/posts",
	"https://www.linkedin.com/company/active-internet-marketing"]
}
</script>
/* End Schema Tags */