Skip to content

Instantly share code, notes, and snippets.

@illvart
Last active May 26, 2019 08:13
Show Gist options
  • Select an option

  • Save illvart/d075269c482b2bda9f4721fe77f93c88 to your computer and use it in GitHub Desktop.

Select an option

Save illvart/d075269c482b2bda9f4721fe77f93c88 to your computer and use it in GitHub Desktop.
BlogPosting
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "URL post"
},
"image": "URL image post",
"headline": "Title post",
"datePublished": "2019-01-08T08:39:00+07:00",
"dateModified": "2019-01-16T19:12:32Z",
"isFamilyFriendly": "true",
"author": {
"@type": "Person",
"name": "Your name",
"url": "Your url profile"
},
"publisher": {
"@type": "Organization",
"name": "Your website name",
"url": "Your website url",
"logo": {
"@type": "ImageObject",
"url": "Your website logo url (only 240x60)",
"width": 240,
"height": 60
}
},
"description": "Description post",
"articleBody": "Content post"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment