Skip to content

Instantly share code, notes, and snippets.

@pentago
Last active January 27, 2023 20:02
Show Gist options
  • Save pentago/ef45e8a09158b4d5a05e15b2185eb624 to your computer and use it in GitHub Desktop.
Save pentago/ef45e8a09158b4d5a05e15b2185eb624 to your computer and use it in GitHub Desktop.
brandingmag-organization-schema.json
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "Organization",
"name": "Brandingmag - branding magazine",
"description": "Brandingmag is the original branding magazine, an independent journal narrating the discussion around branding with thought leadership from across the globe.",
"url": "https://www.brandingmag.com",
"logo": "https://i.imgur.com/CmoUFNu.png",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "General inquiries",
"url": "https://www.brandingmag.com/contact-us/",
"email": "info@brandingmag.com"
},
"sameAs": [
"https://www.facebook.com/brandingmag",
"https://www.twitter.com/brandingmag",
"https://www.youtube.com/brandingmag",
"http://www.linkedin.com/company/brandingmag",
"https://www.instagram.com/branding.mag/"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment