Guides/Structured Data & Schema Markup Guide (2026)
Guide

Structured data and schema markup: what still earns rich results in 2026

Structured data makes a page eligible for rich results, never guaranteed. See which schema types still earn results in 2026 — and which, like FAQ and HowTo, were removed.

Structured data uses the schema.org vocabulary to describe a page's content to search engines, which makes the page eligible for a rich result — an enhanced listing like a review star, product price, or video thumbnail. Eligibility is never a guarantee, and in 2026 several once-popular types no longer produce any rich result at all.

What structured data does — and does not — do

Structured data does not directly raise rankings. It makes a page eligible for enhanced SERP features when Google judges them appropriate. Google recommends JSON-LD over Microdata or RDFa because it is the least error-prone format; JavaScript-injected JSON-LD works as long as it renders into the DOM. The old data-vocabulary.org format is dead and produces no feature.

The general guidelines are enforced. Violating them can trigger a manual action that strips your rich-result eligibility. In short:

Which types still earn a rich result in 2026

These types currently produce a visual rich result or a recognized enhancement: Article / NewsArticle / BlogPosting (Top Stories eligibility), Breadcrumb, Product (product snippet and merchant listings), Review snippet / AggregateRating, VideoObject, Recipe, Event, JobPosting, and LocalBusiness, along with Course, Discussion forum, Q&A, Software app, Speakable, Movie, Profile page, and image metadata. Organization and WebSite markup do not draw a visual result but feed Google's entity and knowledge understanding.

Deprecated and retired types — stop relying on these

Some types that dominated SEO advice for years no longer do anything in Search. Investing in them for SERP gains is wasted effort.

Type Status Date
FAQPage Restricted to government/health sites, then removed entirely Restricted Aug 2023; stopped showing 7 May 2026 (report and Rich Results Test support gone by mid-to-late 2026)
HowTo Removed from Search entirely 14 September 2023
Practice Problem (Quiz) Support removed January 2026
Sitelinks Searchbox (WebSite + SearchAction) Retired; markup is inert November 2024
data-vocabulary.org No feature at all

Google's own position: leftover or unsupported markup causes no errors and no ranking harm, so there is no urgency to rip it out — it may still feed AI entity understanding. But stop investing in these types expecting SERP features. If you have been maintaining hand-written FAQ or HowTo schema for rich snippets, that budget is now better spent elsewhere.

How to validate schema markup

Google retired its long-standing Structured Data Testing Tool, which is why so many people search for a replacement. Use these instead:

A common trap: markup that validates in a generic checker but earns nothing, because the type is one of the deprecated ones above. Validating syntax is not the same as confirming eligibility.

A minimal, correct Article example

{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "Structured data and schema markup in 2026",
  "author": { "@type": "Person", "name": "Jane Doe" },
  "datePublished": "2026-07-12T09:00:00-04:00",
  "image": ["https://example.com/cover-1200.jpg"]
}

Notes that trip people up: headline should stay within about 110 characters, images should be at least 1200px wide (ideally in several aspect ratios), dates use ISO-8601 with a timezone, and author.name is a plain name — no titles or honorifics.

Valid schema does not demonstrably increase AI citation rates. Controlled experiments (Ahrefs, 2026: 1,885 pages against 4,000 controls) found no statistically meaningful lift in AI Overviews, ChatGPT, or AI Mode citations from adding structured data. The correlations between schema-marked pages and citations reflect overall site quality, not schema causation. Google's AI optimization guide (updated 10 July 2026) is explicit: "there are no additional requirements" and "no special schema.org markup for AI." Schema earns rich results in standard Search — that is its job. Do not build AI-specific schema expecting citation lift. For the full picture, see the GEO/AEO guide.

How Crawlinx helps

Crawlinx checks structured data site-wide on a single crawl, which catches the two failures Google-hosted single-URL testers miss: systemic gaps and errors repeated across templates.

Takeaway

Keep valid JSON-LD on the types that still earn results — Article, Product, Review, Video, Recipe, Event, JobPosting, LocalBusiness — and stop building FAQ, HowTo, and Quiz markup for SERP features, since Google removed all three. Validate with the Rich Results Test, and audit the whole site for systemic errors rather than checking one URL at a time.

Related reading: Core Web Vitals and GEO/AEO for AI search.

Related
schema.invalid schema.none video.contenturl_self_host images.missing_alt mobile.structured_data_missing

Audit your own site — free

77 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →