Thursday, October 13, 2016

Schema Markup: Should Have in Your Website

On 9:07 PM
Socialize It →
0
Advertisements
Schema Markup: Should Have in Your Website:


<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "name" : "vipinnayar.com",
  "url" : "http://www.vipinnayar.com/",
  "logo" : "http://www.vipinnayar.com/images/officekit_logo_red.png",
  "address" : [{
    "@type": "PostalAddress",
    "addressCountry": "INDIA",
    "addressLocality": "Calicut",
    "addressRegion": "Kerala",
    "postalCode": "673016",
    "streetAddress": "Cyber Park"
  },   {
    "@type": "PostalAddress",
    "addressCountry": "UAE",
    "addressLocality": "Ras Al Khaimah",
    "addressRegion": "Ras Al Khaimah",
    "streetAddress": "Concord building"
  }],
  "email" : "mailto:info@vipinnayar.com",
  "sameAs" : [
    "https://plus.google.com/+vipinnayar",
    "https://www.facebook.com/vipinnayarseo",
    "https://twitter.com/vipinnayar",
    "https://www.youtube.com/channel/vipinnayar",
    "https://www.linkedin.com/company/vipinnayar.com"
  ],
  "potentialAction": {
    "@type": "SearchAction",
    "target": "http://www.vipinnayar.com/?s={search_term}",
    "query-input": "required name=search_term"
  }
}
</script> 

0 comments:

Post a Comment

badge