What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

Google will stop supporting data-vocabulary.org markup starting April 6, 2020. Sites using this markup will receive warnings in Google Search Console encouraging them to switch to schema.org markup, particularly for breadcrumbs.
3:42
🎥 Source video

Extracted from a Google Search Central video

⏱ 8:26 💬 EN 📅 30/01/2020 ✂ 12 statements
Watch on YouTube (3:42) →
Other statements from this video 11
  1. 1:47 Pourquoi Google modifie-t-il les données Discover dans Search Console ?
  2. 2:09 Votre site perd-il du trafic parce que votre version mobile cache du contenu ?
  3. 2:09 L'indexation mobile-first exclut-elle vraiment tout contenu absent de votre version mobile ?
  4. 3:42 Faut-il vraiment migrer data-vocabulary.org vers schema.org pour éviter une pénalité ?
  5. 4:46 BERT change-t-il vraiment la façon dont Google comprend vos pages ?
  6. 4:46 Comment BERT transforme-t-il réellement la manière dont Google évalue vos contenus ?
  7. 5:49 Faut-il renoncer au featured snippet pour garder votre position organique ?
  8. 5:49 Faut-il vraiment viser les Featured Snippets si Google supprime le résultat classique ?
  9. 6:20 Le contenu mixte HTTPS/HTTP peut-il vraiment tuer votre référencement ?
  10. 6:45 Le contenu mixte HTTPS menace-t-il vos positions Google ?
  11. 7:23 Faut-il modifier votre détection de Googlebot suite à la mise à jour du user agent ?
📅
Official statement from (6 years ago)
TL;DR

Google will stop recognizing data-vocabulary.org markup starting in April, forcing migration to schema.org. Affected sites will receive alerts in Search Console regarding breadcrumbs, among others. What does this mean? If you haven't migrated your microdata yet, you'll lose visibility of breadcrumbs in the SERPs—a significant CTR element on mobile.

What you need to understand

What is data-vocabulary.org and why is Google removing it?

data-vocabulary.org was a structured data markup vocabulary, a competitor to schema.org, used notably for marking breadcrumbs, reviews, and some metadata. Google had long tolerated it alongside schema.org, but this dual support created a technical fragmentation that was costly to maintain on the engine side.

The decision to remove it responds to a stratification of standards: schema.org has established itself as the W3C standard, supported by all major engines (Google, Bing, Yandex, Yahoo at the time). Maintaining two parsers for the same type of data no longer makes strategic sense for Google, especially when one of them is marginal.

Which elements are specifically affected by this phase-out?

The most critical case concerns breadcrumbs, widely used with data-vocabulary.org in older CMS and themes. Breadcrumbs enhance SERP readability, increase CTR on mobile, and clarify the site's hierarchy for Google—losing them is a measurable UX and SEO setback.

Other formats (reviews, events, products) also used data-vocabulary, but less massively than breadcrumbs. The Search Console notification explicitly targets this last case, indicating that it is the most problematic usage volume to migrate quickly.

What timeline is Google imposing for this transition?

Deadline: April 6. After this date, Google will completely ignore data-vocabulary.org tags—they will no longer generate rich snippets or displayed breadcrumbs. Affected sites received Search Console notifications as early as January/February, providing a 2 to 3-month window to migrate.

This timeline is tight for large legacy sites with tens of thousands of pages. Google is pushing for technical force, suggesting that the internal maintenance cost of the old parser had become too high compared to the traffic involved. Sites that delay will lose SERP visibility without further notice.

  • data-vocabulary.org will become completely invisible to Google after April
  • Breadcrumbs are the most impacted element, with potential CTR loss
  • The migration window (2-3 months) is tight for complex architectures
  • schema.org is now the only recognized standard for structured data
  • Search Console notifications indicate affected pages—check them without delay

SEO Expert opinion

Does this decision align with Google's technical evolution?

Absolutely. Google is progressively simplifying its parsing stack, and this withdrawal fits into a logic of resource crawler rationalization. The engine has always favored schema.org since its inception in 2011; data-vocabulary was merely a transitional tolerance. Maintaining two parsers for the same objective (displaying a breadcrumb) consumes CPU time, complicates coding, and increases bugs.

In practice, we have observed for several years that rich snippets innovations (FAQ, How-to, extended Product schema) have never been supported on data-vocabulary. Google never developed new features for this format—an indication that it was already in tacit end-of-life mode. The real question is: why wait so long to make the phase-out official?

What real risks do sites face if they don't migrate in time?

The loss of breadcrumbs in SERP is the immediate impact. On mobile, where breadcrumbs often replace the displayed URL, this can degrade CTR by 5 to 15% depending on verticals (e-commerce, media structured in categories). A site previously displaying "Home > Electronics > Smartphones" will end up with a less engaging raw URL.

The second risk: loss of hierarchy signals. Breadcrumbs help Google understand the site's architecture, especially on large catalogs. Without them, the engine relies solely on internal linking and URL structure—ideal in theory, but less robust in practice if the linking is shaky.

Are there cases where schema.org poses more problems than data-vocabulary?

[To verify] In theory, schema.org is more verbose (JSON-LD syntax vs. compact microdata), which can slightly bloat the HTML. On sites with strict page size constraints (mobile-first index, Core Web Vitals), every kilobyte matters. That said, the real impact is marginal (a few dozen bytes per breadcrumb).

Some old CMS (Drupal 7, Joomla 2.x) had native modules for data-vocabulary but not always for schema.org. Migration may require changing modules or custom development—non-zero technical cost for legacy sites. If your stack predates 2015, be prepared to dive into the code or upgrade the CMS.

Attention : Some sites combine data-vocabulary AND schema.org on the same pages (double markup). Google tolerates this redundancy today, but after April, only schema.org will be read. If you made this choice to "cover your bases," you can safely clean up data-vocabulary—it's even recommended to lighten the DOM.

Practical impact and recommendations

How can I check if my site is still using data-vocabulary.org?

First instinct: open Google Search Console, section "Enhancements" > "Breadcrumbs". If you see warnings mentioning data-vocabulary, you're affected. Google lists impacted pages, which simplifies auditing—export the list and prioritize high-traffic URLs.

The second method: inspect the source HTML of your key pages. Look for itemtype="http://data-vocabulary.org/Breadcrumb" or itemtype="http://data-vocabulary.org/Review" attributes. If you find them, your CMS or theme is still generating the old format. Also test with Google's structured data testing tool (structure data testing tool or rich results test): it explicitly signals obsolete formats.

What is the procedure for migrating to schema.org?

The simplest way: JSON-LD inserted in the <head> or at the end of the <body>. For a breadcrumb, the code looks like this (very schematic): a BreadcrumbList object containing a list of ListItem elements with position, name, and URL. No need to touch the visible HTML; the JSON script is sufficient.

If you're using a recent CMS (WordPress 5.x+, Shopify, PrestaShop 1.7+), there are native plugins or modules that automatically generate schema.org. Check your current extensions: many have added schema.org support over the years. If you're using microdata data-vocabulary in the HTML, you'll need to either replace the itemprop/itemtype attributes or switch to JSON-LD (preferable, more maintainable).

What pitfalls should be avoided during migration?

Classic error: duplicating markup. If you switch from microdata to JSON-LD, remove the old inline markup—otherwise, you're sending two breadcrumbs to Google, which can create inconsistencies. The engine will prioritize JSON-LD, but it's better to clean up properly.

Second pitfall: poor hierarchy in the breadcrumb. schema.org is strict about the order of elements (position 1, 2, 3…). If you reverse or skip a position, Google may ignore the entire breadcrumb. Test each page template (category, product, article) with the Rich Results Test before deploying in production.

Third point: absolute URLs required. In JSON-LD, each "item" must point to a full URL (https://...), not a relative path. Some CMS generate relative paths by default—check your output and correct if necessary.

  • Audit Search Console (Breadcrumbs section) to identify affected pages
  • Test the source HTML with Google's Rich Results Test tool
  • Migrate to JSON-LD (easier and more maintainable than microdata)
  • Remove the old data-vocabulary markup after verifying the new one
  • Ensure that the breadcrumb URLs are absolute (https://...)
  • Test each template type (category, product, article) before global deployment
Migrating from data-vocabulary.org to schema.org is technically simple (a few lines of JSON-LD) but can become complex at scale, especially if you manage dozens of templates or a legacy CMS. The stakes are not trivial: breadcrumbs directly impact CTR in SERPs, especially on mobile. If you're lacking internal technical resources or if your architecture is complex (multilingual, multi-site, dynamic generation), it may be wise to consult a specialized SEO agency to audit, migrate, and validate the implementation without risk of regression. The deadline is tight; it's better to secure the transition with expert support.

❓ Frequently Asked Questions

Que se passe-t-il si je ne migre pas mon balisage data-vocabulary.org avant avril ?
Google cessera d'afficher vos breadcrumbs (fils d'Ariane) dans les résultats de recherche. Vous perdrez potentiellement du CTR, surtout sur mobile où les breadcrumbs remplacent souvent l'URL affichée.
Puis-je conserver data-vocabulary.org en parallèle de schema.org après avril ?
Techniquement oui, mais data-vocabulary sera ignoré par Google. Autant le supprimer pour alléger le code HTML et éviter toute confusion ou incohérence dans les signaux envoyés au moteur.
Faut-il utiliser JSON-LD, microdata ou RDFa pour implémenter schema.org ?
Google recommande JSON-LD pour sa simplicité de maintenance et son indépendance vis-à-vis du HTML visible. Microdata et RDFa fonctionnent aussi, mais sont plus verbeux et plus fragiles si vous modifiez le markup.
Comment vérifier que mon nouveau balisage schema.org est correctement reconnu par Google ?
Utilisez le Rich Results Test (search.google.com/test/rich-results) en y collant l'URL de vos pages. L'outil détecte les erreurs de syntaxe, les propriétés manquantes et affiche un aperçu du breadcrumb tel que Google le verra.
Est-ce que Bing et les autres moteurs supportent aussi schema.org pour les breadcrumbs ?
Oui. schema.org est un standard soutenu par Google, Bing, Yandex et d'autres. Migrer vers ce format améliore donc votre compatibilité multi-moteurs, contrairement à data-vocabulary qui était surtout toléré par Google.
🏷 Related Topics
Domain Age & History Structured Data Pagination & Structure Search Console

🎥 From the same video 11

Other SEO insights extracted from this same Google Search Central video · duration 8 min · published on 30/01/2020

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.