Article Schema Generator
My Schema tool will generate compliant Json-LD structured data based on your required field. Each field will generate an item property
Generated JSON-LD:
Structured data sample for ‘Article’ Schema
{
"@context": "http://schema.org",
"@type": "Article",
"headline": "Free Article Schema Markup Generator",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://url.com/image.png/schema-markup-generator/article"
},
"image": {
"@type": "ImageObject",
"url": "https://url.com/image.png",
"width": "1000",
"height": "800"
},
"publisher": {
"@type": "Organization",
"name": "David",
"logo": {
"@type": "ImageObject",
"url": "https://url.com/image.png",
"width": "60",
"height": "60"
}
},
"datePublished": "2024-09-10",
"dateModified": "2024-09-10",
"author": {
"@type": "Person",
"name": "David Carralon" },
"description": "Schema structured data generator of Article markup."
}

