SAMPLE article schema

mail@pastecode.io avatar
unknown
plain_text
2 years ago
630 B
5
Indexable
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "URL OF THE ARTICLE"},
"headline": "HEADLINE",
"description": "META DESCRIPTION OF THE PAGE",
"image": "HEADER IMAGE LINK",
"author": {
"@type": "Person",
"name": "NAME OF THE AUTHOR"
}, 
"publisher": {
"@type": "Organization",
"name": "Neural Concept",
"logo": {
"@type": "ImageObject",
"url": "https://uploads-ssl.webflow.com/60cf7d760978a2464a4287ff/60d363679298fc16844cd62e_logo.svg"
}
},
"datePublished": "PUBSLIH DATE",
"dateModified": "LAST DAY THE ARTICLE WAS MODIFIED"
}
</script>