Schema Markup Generator
Generate structured data markup for better SEO and search engine visibility
Article
Book
Event
Product
Recipe
Video
FAQ
Input Details
Basic Information
Media
Publisher
Schema Output
Enable Editing
{ "@context": "https://schema.org", "@type": "Article", "headline": "Your article headline", "description": "Your article description", "author": { "@type": "Person", "name": "Author Name" }, "datePublished": "2023-05-01", "image": "https://example.com/image.jpg", "publisher": { "@type": "Organization", "name": "Publisher Name", "logo": { "@type": "ImageObject", "url": "https://example.com/logo.jpg" } } }