What is Schema Markup?

Schema markup (structured data) helps Google understand your content and can enable rich results — enhanced search listings with stars, images, prices, FAQ dropdowns, and more. Pages with rich results typically get higher click-through rates. Add the generated JSON-LD code to your page's <head> section.

Select Schema Type

📄 Article Schema

For blog posts, news articles, and similar content.

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "",
  "author": {
    "@type": "Person",
    "name": ""
  }
}

📋 How to Use

  1. Fill in the form fields
  2. Copy the generated JSON-LD code
  3. Paste it inside a <script type="application/ld+json"> tag in your page's <head>
  4. Test with Google's Rich Results Test