Free Article Schema Markup Generator

Schema Markup Generators

FAQ Website Organization Article Local Business Event Job Posting Product Recipe Video Aggregate Rating Breadcrumbs

Use our FREE Schema.org Article structured data generator to create JSON-LD markups, including all of the required item properties.

After generating your code, always test it with Google Rich Results Test tool before using it.

Article Structured Data Code Example

<script type='application/ld+json'>
{
	"@context": "http://schema.org",
	"@type": "Article",
	"headline": "Free Article Schema Markup Generator",
	"mainEntityOfPage": {
		"@type": "WebPage",
		"@id": "https://seosmoothie.com/free-seo-tools/schema-markup-generator/article"
	},
	"image": {
		"@type": "ImageObject",
		"url": "https://seosmoothie.com/image.jpg",
		"width": "1000",
		"height": "800"
	},
	"publisher": {
		"@type": "Organization",
		"name": "SEO Smoothie",
		"logo": {
			"@type": "ImageObject",
			"url": "https://seosmoothie.com/image.png",
			"width": "60",
			"height": "60"
		}
	},
	"datePublished": "2021-03-10",
	"dateModified": "2021-04-10",
	"author": {
		"@type": "Person",
		"name": "SEO Blender"
	},
	"description": "Use our FREE Schema.org Article structured data generator to create JSON-LD markups."
}
</script>

Schema.org’s references: Article, NewsArticle, BlogPosting. Google’s documentation: Article.

Do you want to have this tool on your website?

You can have it for free: quick and easy implementation, just copy and paste the code snippet.