Create Structured Data Markup: The Schema Markup Generator
Use this Schema.org based structured data generator tool to easily create FAQ Page, How-to, Article, Job Posting, Local Business, Product, Event and Person JSON-LD markup.
The tool automatically includes the required properties needed for Google to produce its Rich results. As a result, the tool produces the entire code needed to produce a rich result.
Once you have completed the required fields click the Validate button to be sent to Google's Structured Data Testing Tool.
To see if your page is eligible for a rich results click the Test button for Google's Rich Results Test Tool.
The tool automatically includes the required properties needed for Google to produce its Rich results. As a result, the tool produces the entire code needed to produce a rich result.
Once you have completed the required fields click the Validate button to be sent to Google's Structured Data Testing Tool.
To see if your page is eligible for a rich results click the Test button for Google's Rich Results Test Tool.
Which Schema would you like to create?
0 / 110
28
1
<script type="application/ld+json">
2
{
3
"@context": "https://schema.org/",
4
"@type": "Article",
5
"headline": "",
6
"image": {
7
"@type": "ImageObject",
8
"url": "",
9
"width": "",
10
"height": ""
11
},
12
"author": {
13
"@type": "Person",
14
"name": ""
15
},
16
"publisher": {
17
"@type": "Organization",
18
"name": "",
19
"logo": {
20
"@type": "ImageObject",
21
"url": "",
22
"width": "",
23
"height": ""
24
}
25
},
26
"datePublished": ""
27
}
28
</script>