Schema Markup Generator
Runs in your browserGenerate valid JSON-LD structured data for Articles, Products, Local Businesses, FAQs, Events, and Organizations. Copy ready-to-paste script tags.
Schema Type
Article / Blog Post
Generated JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Article Headline",
"author": {
"@type": "Person",
"name": "Author Name"
}
}
</script>Paste this into your page's <head> section. Validate at Google Rich Results Test.
Next steps
Meta Tag Generator
RecommendedGenerate optimized meta tags that help your pages rank higher.
Open Graph Preview
RecommendedSee exactly how your link will look when shared on social media.
Keyword Density Checker
See which keywords dominate your content and fine-tune SEO.
JSON Formatter
Instantly format, validate, or minify JSON — spot errors in seconds.
JSON-LD Structured Data — Why Google Reads It Differently
Common Use Cases
Enable product Rich Results on e-commerce pages
Generate Product schema with name, image, brand, sku, and offers (price, priceCurrency, availability) so listings show prices and stock state in Google Shopping and the main SERP.
Mark up news and blog articles
Add Article (or NewsArticle) schema with headline, datePublished, author, and image to qualify for Top Stories carousels and Discover article cards.
Surface a local business in Knowledge Panels
Use LocalBusiness with PostalAddress, telephone, openingHours, and priceRange so Google can populate the local pack and Maps result with consistent data.
Add Event schema for conferences and webinars
Output Event with startDate, endDate, eventAttendanceMode, and location (Place or VirtualLocation) to appear in Google's events search and the events knowledge panel.
Frequently Asked Questions
Advertisement