Skip to content

Instantly share code, notes, and snippets.

@pentago
Created March 20, 2019 18:48
Show Gist options
  • Save pentago/8176985ee04b85d9a624a6eb3a1026ea to your computer and use it in GitHub Desktop.
Save pentago/8176985ee04b85d9a624a6eb3a1026ea to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "WebsitePlanet",
"url": "https://www.websiteplanet.com",
"logo": "https://media.licdn.com/dms/image/C4D0BAQEXl_0rcTG7rA/company-logo_200_200/0?e=2159024400&v=beta&t=W34BkxN4DxsmrKtrjyRTDTsMTrCYTlbObUSi3fjM5U0",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Support",
"email": "[email protected]",
"url": "https://www.websiteplanet.com/contact-us"
},
"location": {
"@type": "PostalAddress",
"addressCountry": "United Kingdom",
"addressLocality": "London",
"postalCode": "W1G 8TB",
"streetAddress": "64 New Cavendish Street"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.websiteplanet.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
},
"sameAs": [
"https://www.facebook.com/websiteplanet.com",
"https://twitter.com/website_planet"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment