Skip to content

Instantly share code, notes, and snippets.

@pentago
Created October 19, 2021 15:28
Show Gist options
  • Save pentago/f60586cfba8f04cbce1f980676a645db to your computer and use it in GitHub Desktop.
Save pentago/f60586cfba8f04cbce1f980676a645db to your computer and use it in GitHub Desktop.
nordeus-organization-markup
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Nordeus",
"description": "Nordeus is a Serbian mobile game developer headquartered in CBD New Belgrade in Belgrade. The studio's debut game is Top Eleven Football Manager, a free-to-play social football management simulation game",
"url": "https://nordeus.com",
"logo": "https://nordeus.com/wp-content/themes/nordeus/static/images/logo.svg",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Service",
"url": "https://nordeus.com/contact/"
},
"sameAs": [
"https://twitter.com/Nordeus",
"https://www.facebook.com/nordeus/",
"https://www.instagram.com/lifeatnordeus/",
"https://www.youtube.com/user/lifeinnordeus"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment