Generate schema.org JSON-LD markup for Article, Product, FAQ, LocalBusiness, Person, Event, and Breadcrumbs. Form-based, copy-paste ready.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to optimize JSON-LD",
"description": "A short SEO-friendly description",
"url": "https://example.com/article",
"image": "https://example.com/cover.jpg",
"datePublished": "2026-06-17",
"dateModified": "2026-06-17",
"author": {
"@type": "Person",
"name": "Jane Doe"
},
"publisher": {
"@type": "Organization",
"name": "Example Co."
}
}
</script>Build trackable URLs with utm_source / utm_medium / utm_campaign params. QR code generated automatically. GA4 / Universal Analytics compatible.
Paste HTML and preview how Facebook, Twitter, LinkedIn, and Slack will render your share card.
Validate sitemap.xml structure, lastmod format, hreflang alternates, and URL count limits — all in your browser.
Simulate how Googlebot and other crawlers apply Allow/Disallow rules from your robots.txt to specific URLs.
JSON-LD is the format Google recommends for structured data — markup that tells search engines what a page is actually about. A correctly tagged Article can earn a rich snippet with author, date, and image. A Product can show price, rating stars, and stock status. An FAQ schema can expand answers directly in search results. The JSON-LD Schema Generator turns plain forms into copy-paste-ready <script type="application/ld+json"> tags for 7 of the most-requested schema.org types. Everything runs in your browser — no field you type leaves the page.
Article → headline, author, dates, image, publisher Product → price, availability, brand, rating, review count FAQPage → unlimited Q&A items (eligible for FAQ rich result) LocalBusiness → address, phone, opening hours, geo Person → bio, photo, social profiles (sameAs) Event → schedule, venue, organizer BreadcrumbList → site navigation hierarchy