Generated Schema
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Your Article Title",
"description": "Article description here",
"author": {
"@type": "Person",
"name": "John Doe"
},
"datePublished": "2025-01-14",
"image": "https://example.com/image.jpg"
}
</script>