Skip to content

Instantly share code, notes, and snippets.

@jasonclark
Last active October 6, 2023 19:59
Show Gist options
  • Save jasonclark/9ea832d8abd335d9bc8477b01ac345b2 to your computer and use it in GitHub Desktop.
Save jasonclark/9ea832d8abd335d9bc8477b01ac345b2 to your computer and use it in GitHub Desktop.
msu journal home page json-ld markup - Mountains and Minds example
<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