Last active
May 6, 2020 09:30
-
-
Save roelofjan-elsinga/7b41379280fce58b2f8e983b532a2bed to your computer and use it in GitHub Desktop.
Structured data for Logo
This file contains hidden or 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": "https://schema.org", | |
"@type": "Organization", | |
"url": "https://www.roelofjanelsinga.com", | |
"logo": "https://www.roelofjanelsinga.com/images/logo/logo_avatar.jpg" | |
"name": "Roelof Jan Elsinga" | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment