Structured Data Generator
Generate Schema.org structured data (JSON-LD) for rich snippets in Google search results.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Your Article Title",
"description": "A brief description of the article",
"image": "https://example.com/image.jpg",
"datePublished": "2026-03-02",
"dateModified": "2026-03-02",
"url": "https://example.com/article",
"author": {
"@type": "Person",
"name": "John Doe",
"url": "https://example.com/author"
},
"publisher": {
"@type": "Organization",
"name": "Example Publisher",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
}
}
</script>Features
- Article, Product, Event schemas
- FAQ Page schema
- Organization schema
- JSON-LD format
- Copy-ready script tags
How to Use
- 1Select schema type
- 2Fill in the fields
- 3Copy the generated code
- 4Add to your page <head>
Frequently Asked Questions
Where do I add this code?
Add the <script> tag in your page's <head> section or before closing </body>.
How do I test it?
Use Google's Rich Results Test at search.google.com/test/rich-results