Last active
May 26, 2019 08:13
-
-
Save illvart/d075269c482b2bda9f4721fe77f93c88 to your computer and use it in GitHub Desktop.
BlogPosting
This file contains hidden or 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
| { | |
| "@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