Skip to content

Instantly share code, notes, and snippets.

@dimaslanjaka
Created November 9, 2021 16:47
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 dimaslanjaka/568340aca3b7ea5f0ae0e989bfc7431b to your computer and use it in GitHub Desktop.
Save dimaslanjaka/568340aca3b7ea5f0ae0e989bfc7431b to your computer and use it in GitHub Desktop.
Rich Snippets Schema for Article
{
"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