Created
November 9, 2021 16:47
-
-
Save dimaslanjaka/568340aca3b7ea5f0ae0e989bfc7431b to your computer and use it in GitHub Desktop.
Rich Snippets Schema for Article
This file contains 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
{ | |
"author": { | |
"url": "https://webmanajemen.com/author/dimaslanjaka", | |
"name": "Dimas Lanjaka", | |
"@context": "http://schema.org", | |
"@type": "Person" | |
}, | |
"headline": "Headline article", | |
"publisher": { | |
"url": "https://webmanajemen.com/author/dimaslanjaka", | |
"name": "Dimas Lanjaka", | |
"@context": "http://schema.org", | |
"@type": "Person" | |
}, | |
"description": "Description article", | |
"datePublished": "date published", | |
"image": "base64:png+xxxx", | |
"dateModified": "dateModified", | |
"@context": "http://schema.org", | |
"@type": "Article" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment