Skip to content

Instantly share code, notes, and snippets.

@jasonclark
Last active October 6, 2023 20:16
Show Gist options
  • Save jasonclark/f203f702ac4b10426f8081f306e57cc9 to your computer and use it in GitHub Desktop.
Save jasonclark/f203f702ac4b10426f8081f306e57cc9 to your computer and use it in GitHub Desktop.
msu article json-ld -> Mountains and Minds individual article example
<script type="application/ld+json">
{ "@context": "https://schema.org",
"@type": "Article",
"isPartOf": {
"@id": "https://www.montana.edu/news/mountainsandminds/"
},
"headline": "Addressing Montana's Veterinary Shortage",
"alternativeHeadline": "Efforts MSU began decades ago have helped transform Bozeman into a thriving center of the photonics industry",
"image": "https://...ADD FULL IMAGE pathe HERE/Article Example_files/rockgirlz.jpg",
"author": "Marshall Swearingen",
"editor": "ADD-EDITOR-IF-NECESSARY",
"genre": "alumni magazine",
"keywords": "vetrinarian, education",
"wordcount": "ADD-WORD-COUNT",
"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"
}
},
"datePublished": "2023-04-26",
"dateCreated": "2023-04-26",
"dateModified": "2023-04-26",
"description": "ADD 3 to 4 SENTENCES with main points of article",
"articleBody": "PASTE your ENTIRE POST/ARTICLE HERE, and yes, it can get really really long."
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment