Schema.org Markup Generator
Generate valid JSON-LD structured data for Article, FAQ, LocalBusiness, Product and Breadcrumb.
As <script> tag
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to speed up your website",
"author": {
"@type": "Person",
"name": "Jane Doe"
},
"datePublished": "2026-07-13",
"image": [
"https://example.com/cover.jpg"
]
}
</script>