JSON-LD Schema
Generate structured data for Google (Product, Article, FAQ).
Schema Type
Select the type of structured data to generate
Article Details
Fill in the information for your Article schema
Generated JSON-LD
Structured data for your <head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "",
"image": [
"https://example.com/photos/1x1/photo.jpg"
],
"author": {
"@type": "Person",
"name": ""
},
"publisher": {
"@type": "Organization",
"name": "",
"logo": {
"@type": "ImageObject",
"url": ""
}
},
"datePublished": "2026-03-19"
}
</script>Why Structured Data?
JSON-LD schema helps Google understand your content better and can enable Rich Snippets in search results (stars, prices, FAQ accordions).
- “Schema markup is a code you put on your website to help the search engines return more informative results for users.”