Last active
January 27, 2023 20:02
-
-
Save pentago/ef45e8a09158b4d5a05e15b2185eb624 to your computer and use it in GitHub Desktop.
brandingmag-organization-schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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": "[email protected]" | |
}, | |
"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