Schema Markup Generator
Generate valid JSON-LD structured data to help search engines understand your content and enable rich results.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article"
}
</script>Tip: Test your schema with Google's Rich Results Test
Open Rich Results TestFrequently Asked Questions
Schema markup (structured data) is code that helps search engines understand your content better. It can enable rich results in search, like star ratings, FAQs, events, and more.
Add the generated code in your page's <head> section. You can also place it just before the closing </body> tag, but Google recommends the <head> section.
Schema markup doesn't directly boost rankings, but it helps Google understand your content and can enable rich results that increase click-through rates by up to 30%.
Use Google's Rich Results Test at search.google.com/test/rich-results to validate your schema and see which rich results you're eligible for.