Free Tool
Schema Markup Generator
Generate JSON-LD structured data to help search engines understand your content and win rich results.
📄 Article Fields
Schema markup tips
- • Add JSON-LD inside a <script> tag in your page's <head>
- • Google recommends JSON-LD over Microdata or RDFa
- • Validate your markup using Google's Rich Results Test
- • Schema markup can help you earn rich snippets in search results
- • Keep your structured data accurate and up to date
Generated JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "",
"description": "",
"image": "",
"datePublished": "",
"url": "",
"author": {
"@type": "Person",
"name": ""
},
"publisher": {
"@type": "Organization",
"name": "",
"logo": {
"@type": "ImageObject",
"url": ""
}
}
}
</script>Paste this inside the <head> of your HTML page.