T
ToolsOx

Free Schema Markup Generator Online - Create JSON-LD Structured Data

Generate JSON-LD schema markup for your website. Free online schema markup generator for FAQ, Article, Product, and more. No signup needed.

Schema Markup Generator

Generate JSON-LD structured data — 15 schema types, Google Rich Results ready

Article
Schema Type
10
Fields
0/8
Required
253B
JSON Size
Incomplete
Status

Schema Type

Content

Author

Publisher

Dates

URLs

JSON-LD — Live(Article)
1{
2 "@context": "https://schema.org",
3 "@type": "Article",
4 "author": {
5 "@type": "Person"
6 },
7 "publisher": {
8 "@type": "Organization",
9 "logo": {
10 "@type": "ImageObject"
11 }
12 },
13 "mainEntityOfPage": {
14 "@type": "WebPage"
15 }
16}