Rich Snippets Generator
Generate structured data (JSON-LD) for Google Search rich results
How to Implement
After generating your JSON-LD, add it to your HTML page:
- Copy the generated JSON-LD from the output below
- Paste it into the
<head>section of your HTML page - Wrap it in a
<script type="application/ld+json">tag
Example:
<head>
<!-- Your other head content -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Example Company"
}
</script>
</head>
Note: You can add multiple JSON-LD scripts to the same page for different structured data types. Google will automatically detect and use them.
Preview
Generated JSON-LD
{}
🔗 Curl-friendly URL:
Select a structured data type to generate URL...