Advanced JSON-LD structured data generator with 15 schema types (Article, Product, FAQ, LocalBusiness, Recipe, Event, JobPosting, HowTo, Course, Review, and more), 10 presets, real-time validation with quality scoring, and Google Rich Results Test integration.
Blog post with author and publisher{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Build a Website in 2025",
"description": "A comprehensive guide to modern web development",
"author": {
"@type": "Person",
"name": "John Doe"
},
"datePublished": "2025-01-05",
"publisher": {
"@type": "Organization",
"name": "Tech Blog"
}
}E-commerce product with price and availability{
"@context": "https://schema.org",
"@type": "Product",
"name": "Premium Wireless Headphones",
"description": "High-quality noise-cancelling headphones",
"brand": { "@type": "Brand", "name": "AudioTech" },
"offers": {
"@type": "Offer",
"price": "299.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "128"
}
}Frequently asked questions page{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is your return policy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer a 30-day money-back guarantee."
}
},
{
"@type": "Question",
"name": "How long does shipping take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Standard shipping takes 5-7 business days."
}
}
]
}Restaurant with address and hours{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "The Italian Kitchen",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main Street",
"addressLocality": "New York",
"addressRegion": "NY",
"postalCode": "10001"
},
"telephone": "+1-555-123-4567",
"openingHours": "Mo-Su 11:00-22:00",
"priceRange": "$$"
}Cooking recipe with ingredients and steps{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "Chocolate Chip Cookies",
"prepTime": "PT15M",
"cookTime": "PT12M",
"recipeYield": "24 cookies",
"recipeIngredient": ["2 cups flour", "1 cup butter", "2 cups chocolate chips"],
"recipeInstructions": [
{ "@type": "HowToStep", "position": 1, "text": "Preheat oven to 375°F" },
{ "@type": "HowToStep", "position": 2, "text": "Mix ingredients" }
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "256"
}
}Job listing with salary information{
"@context": "https://schema.org",
"@type": "JobPosting",
"title": "Senior Software Engineer",
"description": "We are looking for an experienced engineer...",
"datePosted": "2025-01-05",
"employmentType": "FULL_TIME",
"hiringOrganization": {
"@type": "Organization",
"name": "Tech Corp"
},
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"minValue": "120000",
"maxValue": "180000",
"unitText": "YEAR"
}
}
}Generate HTML meta tags for SEO, social sharing, and search engine optimization. Includes Open Graph, Twitter Cards, and all essential meta tags.
Generate Open Graph meta tags for social media sharing on Facebook, LinkedIn, Pinterest, and Discord with live preview.
Advanced sitemap generator with 5 types (Standard, Index, Image, Video, News), 5 presets, bulk URL import, validation, and detailed statistics for SEO optimization.