Structured Data Guide: How Schema Markup Improves Your SEO

Draftly Team
D
Draftly Team
April 14, 2026
7
SEO & Performance

Summary

Schema markup helps Google understand your content and can unlock rich results — stars, FAQs, prices — in search results. Here's how to implement it.

Structured Data Guide: How Schema Markup Improves Your SEO

Structured Data Guide: How Schema Markup Improves Your SEO

Structured data is code you add to your pages that tells Google exactly what your content contains. The reward: rich results that stand out in search.

What Rich Results Look Like

  • FAQ rich results: Your FAQ sections expand inline in Google results
  • Review stars: Rating out of 5 shown below your page title
  • Product price and availability: For e-commerce pages
  • Event dates: For event listings
  • How-to steps: Numbered steps shown in results

Schema Types Worth Implementing

Your site typeSchema to add
Local businessLocalBusiness
E-commerceProduct, Offer
Blog / articlesArticle, BlogPosting
FAQ sectionFAQPage
Review platformAggregateRating
EventsEvent
RecipesRecipe

How Draftly Handles Schema

Draftly automatically adds:

  • Organization schema (from business details in settings)

  • WebSite schema

  • FAQ schema for pages with FAQ sections

  • BreadcrumbList for multi-page sites


You don't need to write JSON-LD manually for these.

Custom Schema via Custom Code

For product pages, recipes, or event listings, add JSON-LD via Draftly's Custom Code (before ``):

```json

```

Testing

Use Google's Rich Results Test (free) to validate your schema before and after publishing.