vextil
Back to SEO Tools

Structured Data Generator

Generate JSON-LD structured data for rich snippets in Google. Supports articles, products, events, FAQs, and more.

Schema Type
Select Schema Type
Details
Generated Code
Copy this code to your website
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Artikel-Titel",
  "description": "Artikel-Beschreibung",
  "author": {
    "@type": "Person",
    "name": "Autor Name"
  },
  "datePublished": "2026-03-09",
  "image": "https://example.com/image.jpg"
}
</script>
Schema Preview
Type:Article
headline:Artikel-Titel
description:Artikel-Beschreibung
author:{"@type":"Person","name":"Autor Name"}
datePublished:2026-03-09
image:https://example.com/image.jpg
How to use
  1. 1Choose schema type (Article, Product, etc.)
  2. 2Fill in the fields
  3. 3Copy the JSON-LD script
Features
  • Structured Data

    Creates Schema.org JSON-LD for rich snippets.

  • Many Types

    Article, Product, Recipe, Event, Organization, Person, etc.

  • Google Rich Results

    Enables rich snippets in Google search results.

  • Validation

    Checks the structure for errors.

FAQ

What are rich snippets?

Enhanced search results with additional info (ratings, prices, images, etc.).

Which schema should I use?

Article for blog posts, Product for shop items, Recipe for recipes, etc.

Where do I add the JSON-LD?

In the <head> or <body> of your HTML page as <script type="application/ld+json">.

Note: All processing happens in your browser. Your files are not uploaded to any server.