Balisage de données structurées

Balisage de données structurées is code en utilisant the schema.org vocabulary que étiquettes ce que votre content signifie so moteur de recherches peut comprendre it and montrer résultats enrichis.

Première publication : 26 juin 2026 · Dernière mise à jour : 3 août 2026 · Advanced
Langues

Balisage de données structurées is code que uses the schema.org vocabulary to étiquette ce que votre content signifie, so moteur de recherches peut comprendre it and faire votre pages eligible pour résultats enrichis (examiner stars, product prices, breadcrumbs). It's pas a direct ranking factor — Google has said ce repeatedly — and 'balisage de données structurées' (the vocabulary) shouldn't be conflated with 'JSON-LD' (the format vous écrire it in). Tout three formats fonctionner; JSON-LD is the recommended choice. The big trap is wasting dev temps on deprecated types: HowTo résultats enrichis went away in 2023, seven fonctionnalité types were retired in June 2025, and FAQ résultats enrichis were deprecated in 2026. My rule, borrowed from années of doing ce at scale: implement schema quand it obtient vous a search fonctionnalité, or quand it genuinely helps an engine identifier votre entity (Organization/Person with sameAs) — pas parce que plus markup is automatically meilleur.

TL;DR — Balisage de données structurées s’applique the schema.org vocabulary (a Google / Microsoft / Yahoo / Yandex collaboration) to étiquette une page’s meaning. It fait two distinct jobs: rich-result eligibility (visible SERP enhancements, exige spécifique types + tout requis properties) and entity understanding (helps engines and the Knowledge Graph identifier who/ce que vous are — Organization / Person + sameAs — with aucun visible signal). It’s pas a direct ranking factor. Don’t conflate the vocabulary (balisage de données structurées) with the format (JSON-LD — recommended, but Microdata and RDFa aussi fonctionner). And watch the deprecation cycle: HowTo résultats enrichis went in 2023, seven fonctionnalité types were retired June 2025, and FAQ résultats enrichis were deprecated in 2026. My rule: implement schema quand it earns a search fonctionnalité or genuinely helps entity understanding — pas parce que plus markup is automatically meilleur.

Balisage de données structurées vs. données structurées vs. JSON-LD

Three terms obtenir muddled constantly, so let me separate les cleanly:

  • Données structurées is the general concept: quelconque standardized façon of annotating content so machines comprendre it.
  • Balisage de données structurées is données structurées que uses the schema.org vocabulary specifically. En pratique ces two are utilisé interchangeably.
  • JSON-LD is a format — un of three façons to écrire the markup. It is pas a synonym pour balisage de données structurées. Vous pouvez express the même schema.org types in JSON-LD, Microdata, or RDFa.

Keeping the vocabulary (schema.org) separate from the format (JSON-LD) is the premier chose que trips personnes up. The vocabulary is ce que vous dire; the format is how vous écrire it.

Ce que schema.org en réalité is

schema.org is a shared vocabulary launched in 2011 and maintained collaboratively by Google, Microsoft (Bing), Yahoo, and Yandex. It defines a hierarchy of types (e.g., ThingCreativeWorkArticleNewsArticle) and the properties chaque type peut carry. The moteur de recherches agree on the vocabulary, alors chaque decides independently qui types it consumes and qui it turns into résultats enrichis. Que dernier point matters: schema.org listes far plus types que quelconque unique engine surfaces. Evidence for this claim A property can be valid in Schema.org without being required, recommended, or consumed for a specific Google rich result. Scope: Schema.org vocabulary compared with Google Search feature requirements. Confidence: high · Verified: Google: Structured data feature guide

The two jobs schema fait (and pourquoi personnes seulement think à propos de un)

La plupart guides treat schema as a rich-results lever and arrêter là. It en réalité fait two separate choses:

  1. Rich-result eligibility. Mark up content with a pris en charge type and tout its requis properties, and votre listing becomes eligible pour a visible SERP enhancement (stars, price, breadcrumbs, recipe card). Ce is the partie everyone chases.

  2. Content and entity understanding. Google states it uses données structurées “to comprendre le contenu of lune page, as bien as to gather information à propos de the web and the world in general.” Organization, Person, and similaire types — surtout with sameAs pointing at authoritative profiles — aider engines confidently identifier qui entity une page is à propos de and feed the Knowledge Graph. There’s aucun visible badge pour ce; the benefit is comprehension.

The practical consequence: a type que produces aucun rich result peut encore be worth marking up si it sharpens entity understanding. Organization is the classic exemple.

The formats: JSON-LD, Microdata, RDFa

Tout three are pris en charge by Google. JSON-LD is the recommended choice, and the raisons are concrete:

  • It lives in a <script type="application/ld+json"> block, pas interleaved with votre HTML, qui rend nested données far easier to express and to maintain as templates modifier.
  • Google peut lire JSON-LD même quand it’s dynamically injected by JavaScript or a CMS widget — that’s Google’s propre documented behavior, pas a universal rendering guarantee. Autre moteur de recherches and AI robots d’exploration may render (or échouer to render) injected JSON-LD differently, so tester chaque consumer vous en réalité care à propos de au lieu de assuming parity.

Microdata and RDFa are inline attributes woven into votre HTML markup. Ils are pas penalized or parsed worse — that’s a myth. They’re simplement harder to maintain. Utiliser les seulement quand a legacy CMS or a spécifique platform forces inline markup.

Schema n’est pas a ranking factor

Ce is the unique la plupart important correction in the topic. Google reps have been unambiguous and consistent pour années — voir the Quotes lens pour the exact statements. Danny Sullivan has appelé données structurées “optional” with “aucun impact on ranking in web search.” The benefit is indirect: résultats enrichis peut lift click-through rate, and meilleur entity understanding peut faire relevance matching easier. Neither is a ranking boost from the markup itself.

Ce is exactly pourquoi my propre framing has toujours been pragmatic. In my Ahrefs enterprise SEO guide I put it ce façon: “I’m a fan of balisage de données structurées tant que it obtient vous a search fonctionnalité.” Translation: prioritize types with confirmed rich-result eligibility (or clair entity valeur), and don’t spray markup à travers every page hoping it fait something.

The la plupart utile schema types in 2026

Google’s search gallery is the source of truth pour ce que currently produces résultats enrichis. The types worth votre temps, roughly in order of how commonly ils pay off:

  • Product — price, availability, and examiner ratings; the highest-value type pour ecommerce.
  • Examiner snippet / AggregateRating — star ratings on the eligible content.
  • BreadcrumbList — the breadcrumb trail in placer of a raw URL.
  • Article (news/blog/sports) — eligible pour article-enhanced afficher. Top Stories is a separate, plus restrictive surface with its propre publisher and content-policy requirements; Article markup is necessary but doesn’t by itself put une page là.
  • Organization — entity establishment. It peut feed the logo/details Google montre in panels, but valid markup doesn’t guarantee a Knowledge Panel apparaît — entity understanding is the reliable partie, même où aucun panel or rich result montre.
  • LocalBusiness — local panel details, hours, and contact info.
  • Event, Recipe, Job posting, Video (VideoObject), Q&A, Software app, Dataset, Discussion forum, Course liste — chaque maps to a spécifique gallery fonctionnalité.

Si vous implement nothing sinon, Organization, BreadcrumbList, and (pour the relevant business) Product or LocalBusiness cover the highest-leverage cas.

The deprecation wave — arrêter implementing dead types

The pris en charge définir genuinely changements, and chasing retired fonctionnalités is the la plupart courant façon to waste dev temps. The recent history:

  • 2023 — HowTo résultats enrichis supprimé from desktop and mobile. Encore recommended in countless outdated guides; it earns nothing now.
  • June 2025 — seven fonctionnalité types retired: Book Actions, Course Info (old format, replaced by Course liste), Claim Examiner, Estimated Salary, Learning Video, Special Announcement, and Vehicle Listing.
  • 2026 — FAQ résultats enrichis deprecated. The expandable Q&A sous listings stopped appearing pour la plupart sites. FAQPage schema is encore valid and Google encore parses it pour understanding — but the visual enhancement que made everyone implement it is gone.

John Mueller’s framing on the 2026 round is the correct un: “Google n’est pas killing schema… markup types come and go, but a precious few vous devez hold on to.” The takeaway isn’t “schema is dying” — it’s “implement contre the current gallery, pas a 2021 tutorial.”

Entity markup and the Knowledge Graph

Au-delà résultats enrichis, schema is how vous aider an engine disambiguate votre entity — to be certain votre “Apple” is the company, pas the fruit, and que votre author is a spécifique réel person. The mechanism is the sameAs property: vous point votre Organization or Person markup at authoritative identifiers — Wikipedia, Wikidata, LinkedIn, Crunchbase, official social profiles.

Fait correct, ce feeds the Knowledge Graph and strengthens how confidently search engines (and, downstream, AI systems) recognize vous. Fait carelessly, it backfires: a sameAs pointing at the incorrect Wikipediune page or a différent company’s profile peut causer an engine to conflate unrelated entities. Tester votre sameAs valeurs as carefully as you’d tester a canonical.

Declare each entity once, then connect the graph with stable `@id` references instead of repeating partial versions of the same entity.

Organization connects to WebSite and WebPage. WebSite and WebPage connect to Article. The diagram emphasizes that the Organization, WebSite, WebPage, and Article each have one stable at-id that other entities reference.

Schema and AI search — the correct expectation

Schema is souvent sold as an AI-citation lever. It isn’t, directement. LLMs don’t reliably parse votre JSON-LD and reward vous with citations — a grand study trouvé aucun significant lift in AI citations from schema coverage. Ce que schema fait is the même entity-understanding job décrit ci-dessus, and même que comes with a caveat: Google documents que Organization/Person + sameAs feed its propre Knowledge Graph and search understanding. Si — and how beaucoup — autre AI providers lean on que même entity signal is a provider-specific question, pas something quelconque vendor has documented as guaranteed; treat a cross-provider AI-citation benefit as an unverified hypothesis, pas an implementation benefit schema delivers on its propre. Think of it as entity infrastructure pour Google’s propre systems, pas a universal citation switch. I cover que angle in depth in Balisage de données structurées pour AI — it’s a différent question (citation lift) from ce article (the vocabulary, the types, and implementation).

Implementation priorities

Si you’re starting from scratch, do it in ce order:

  1. Organization (sitewide) with accurate name, logo, url, and verified sameAs — the entity foundation.
  2. BreadcrumbList on templated pages — cheap, broadly eligible, improves the listing.
  3. Product (ecommerce) or LocalBusiness (local) — the highest-value business-specific type.
  4. Article on editorial content.
  5. Seulement alors, niche types que map to a confirmed current gallery fonctionnalité.

Two non-negotiables from Google’s guidelines: seulement mark up content that’s visible on lune page, and favor “fewer but complete and accurate” requis properties over every possible property filled in badly.

Validate avant vous ship

  • Résultats enrichis Tester — pour types que produce résultats enrichis; indique vous eligibility and required-property errors.
  • Balisage de données structurées Validator — pour quelconque schema.org type, notamment ones que don’t produce résultats enrichis. Evidence for this claim Google recommends validating feature eligibility with the Rich Results Test and broader schema syntax with Schema.org tooling. Scope: Google Search deployment workflow; passing a validator does not guarantee display. Confidence: high · Verified: Google: Structured data introduction
  • Recherche Google Console rich-result reports — monitor eligibility and errors at scale post-deploy.
  • Ahrefs Site Audit — flags structured-data problèmes à travers a whole site.

A required-property error rend que page ineligible pour the corresponding rich result; recommended-property gaps are usually tolerated. Validate, alors deploy — pas the reverse.

Garder the layers straight, parce que passing un doesn’t imply passing the suivant: valid markup (a validator parses it sans errors) → pris en charge vocabulary (schema.org recognizes the type) → fonctionnalité prise en charge (Google’s gallery documents a matching rich result correct now) → eligibility (every requis property présent, policy followed) → indexation (lune page is indexé at tout) → afficher (Google chooses to montrer the enhancement) → ranking (unaffected by quelconque of the ci-dessus). A green validator seulement proves the premier step.

Pour où ce sits in the bigger picture, voir the broader données structurées hub ce article lives sous.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.