How to Implement JSON-LD Schema Markup On Website?
What is the exact code of JSON-LD schema to implement on any website?
This is the advanced Json-Ld schema code you can use. Copy it to edit
<script type="application/ld+json">{ "@context": "http://schema.org","@type": "Organization","name": "Put name here","legalName" : "Put name here","url": "domainurl","logo": "logo image URL","foundingDate": "Put Year","founders": [{"@type": "Person","name": "Name Here"},{"@type": "Person","name": "Name Here"} ],"address": {"@type": "PostalAddress","streetAddress": "Street and House Here","addressLocality": "Put Here","addressRegion": "Put here","postalCode": "Put here","addressCountry": "Put here"},"contactPoint": {"@type": "ContactPoint","contactType": "customer support","telephone": "[Skype: Put here]","email": "Put here"},"sameAs": ["FB URL,"Twitter URL","Pinterest URL","Google+ URL","Linkedin URL","Instagram URL","Youtube URL"]}</script>