Schema Markup Generator
Generate JSON-LD structured data for Google rich results. Choose a schema type, fill in the fields, and copy the code.
Schema Type
Fields
JSON-LD Output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article"
}
</script>Copy this code and paste it into your page's <head> or <body> section.
JSON Only (for validation)
{
"@context": "https://schema.org",
"@type": "Article"
}FAQ
What is Schema Markup?
Schema markup (structured data) is code you add to your HTML that helps search engines understand your content. It can enable rich results like star ratings, FAQ dropdowns, recipe cards, and product prices in Google search.
What is JSON-LD?
JSON-LD (JavaScript Object Notation for Linked Data) is Google's recommended format for structured data. It's a <script> tag added to your page's <head> or <body> that contains the schema in JSON format.
Which schema types are supported?
This tool supports the most common types: Article, Product, FAQ, LocalBusiness, Organization, Person, Recipe, Event, and BreadcrumbList. These cover the majority of rich result opportunities.
How do I test my structured data?
After generating the code, paste it into Google's Rich Results Test (search.google.com/test/rich-results) or Schema Markup Validator (validator.schema.org) to verify it's valid and eligible for rich results.
More SEO Tools You May Like
Meta Tag Generator
Generate SEO meta tags with Google, Facebook, Twitter previews.
Robots.txt Generator
Generate robots.txt to control search engine crawling.
Keyword Density Checker
Analyze keyword density and word frequency for SEO.
Open Graph Preview
Preview how your page looks on Facebook, Twitter, LinkedIn, Discord.