Share
Generate Schema.org JSON-LD for SEO rich results.
Build valid Schema.org JSON-LD markup for your website — Article, Product, FAQPage, LocalBusiness, Organization, Event, Recipe, Person, Course, and BreadcrumbList. Helps Google understand your pages and unlock rich results in search. Outputs a ready-to-paste <script type="application/ld+json"> snippet.
Share this tool
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to set up Next.js with Tailwind",
"author": {
"@type": "Person",
"name": "Jane Doe"
},
"publisher": {
"@type": "Organization",
"name": "My Site"
},
"datePublished": "2026-05-23",
"dateModified": "2026-05-23",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://example.com/page"
}
}
</script>Test with Google Rich Results