Last active
October 6, 2023 19:59
-
-
Save jasonclark/9ea832d8abd335d9bc8477b01ac345b2 to your computer and use it in GitHub Desktop.
msu journal home page json-ld markup - Mountains and Minds example
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": "https://schema.org", | |
"@type": "Periodical", | |
"@id": "https://www.montana.edu/news/mountainsandminds/", | |
"hasPart": { | |
"@id": "ADD INDIVIDUAL ARTICLE URL HERE", | |
"@type": "Article" | |
}, | |
"name": "Mountains and Minds", | |
"description": "ADD DESCRIPTION OF MOUNTAINS and MINDS HERE", | |
"genre": "alumni magazine", | |
"publisher": { | |
"@type": "Organization", | |
"name": "Montana State University", | |
"sameAs": "https://en.wikipedia.org/wiki/Montana_State_University"; | |
"logo": { | |
"@type": "ImageObject", | |
"url": "https://www.montana.edu/marketing/images/msu-identity-logo-basics/MSU-core-logos-400x300px.jpg" | |
} | |
}, | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment