Article JSON-LD
A Article schema is the strongest single AEO signal for a informational query. Paste this in the <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Example Domain",
"description": "Example Domain",
"url": "https://example.com",
"datePublished": "2026-05-31",
"author": {
"@type": "Person",
"name": "Add author name"
},
"publisher": {
"@type": "Organization",
"name": "Example",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
}
}
</script>