9 Most Common Schema Markup Types
9 Most Common Schema Markup Types 1.Organization Schema Markup <script type=”application/ld+json”> {“@context” : “http://schema.org”, “@type” : “Organization”, “name” : “Oracle Corporation”, “url” : “https://www.oracle.com/index.html”, “logo”: “https://www.oracle.com/webfolder/s/brand/assets/i/specimens/identity/logo/primary-badge.gif”, “sameAs”:[ “https://www.facebook.com/Oracle”,”https://www.twitter.com/Oracle”,”https://plus.google.com/+Oracle”,”https://www.linkedin.com/company/oracle”,”https://www.instagram.com/oracle/”,”https://www.youtube.com/user/Oracle”], “contactPoint” : [ { “@type” : “ContactPoint”, “telephone” : “+1-800-392-2999”, “contactType” : “customer service”, “contactOption” : “TollFree”, “areaServed” : “US”} , {“@type” : “ContactPoint”, “telephone” : “+1-800-223-1711”, “contactType” : “technical support”, “contactOption” : “TollFree” , “areaServed” : “US”} , {“@type” : “ContactPoint”, “telephone” : “+1-800-633-0738”, “contactType” : “sales”, “contactOption” : ...
Comments
Post a Comment