Created
December 21, 2018 14:51
-
-
Save pentago/3feb1a7cab17d523b7ec40b405e062f3 to your computer and use it in GitHub Desktop.
Stetoskop Organization Schema
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": "http://schema.org", | |
"@type": "Organization", | |
"name": "Stetoskop", | |
"description": "Vesti iz oblasti zdravstva, baza bolesti i stručni saveti iz oblasti medicine. Pitajte lekare ili zatražite pomoć doktora danas!", | |
"url": "https://www.stetoskop.info", | |
"logo": "https://www.stetoskop.info/storage/app/media/stetoskonlogo.png", | |
"image": "https://www.stetoskop.info/images/Untitled-2.jpg", | |
"email": "[email protected]", | |
"contactPoint": { | |
"@type": "ContactPoint", | |
"contactType": "Customer Service", | |
"url": "https://www.stetoskop.info/kontakt", // zameniti pravim URLom kontakt strane | |
"email": "[email protected]" | |
}, | |
"sameAs": [ // zameniti svaku varijablu pravim URLom profila socijalne mreže | |
"$FACEBOOK_PROFILE_URL", | |
"$LINKEDIN_PROFILE_URL", | |
"$TWITTER_PROFILE_URL", | |
"$YOUTUBE_CHANNEL_URL", | |
"$VIMEO_CHANNEL_URL", | |
"$YAHOO_PROFILE_URL", | |
"$PINTEREST_PROFILE_URL" | |
] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment