Skip to content

Instantly share code, notes, and snippets.

@roypatira
Last active July 2, 2019 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roypatira/2049f62219e44fb20aec7d4dd7347153 to your computer and use it in GitHub Desktop.
Save roypatira/2049f62219e44fb20aec7d4dd7347153 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Article",
"name" : "Article Title (to be changed)",
"author" : {
"@type" : "Person",
"name" : "Author Name (to be changed)"
},
"datePublished" : "2018-07-20",
"image" : "image URL (to be changed)",
"articleSection" : "Article Category (to be changed)",
"description" : "A small description about the article",
"articleBody" : "You can paste the whole article over here.",
"url" : "Paste your article URL",
"publisher" : {
"@type" : "Organization",
"name" : "Your blog name"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment