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:

  1. Copy the generated JSON-LD from the output below
  2. Paste it into the <head> section of your HTML page
  3. 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...