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 has decided to cease support for structured data using data-vocabulary.org starting April 6, 2020. Search Console will issue warnings for pages using this schema, urging sites to transition to schema.org markup.
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 Pourquoi Google abandonne-t-il définitivement le balisage data-vocabulary.org pour les fils d'Ariane ?
  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 supporting data-vocabulary.org starting in April and encourages migration to schema.org through Search Console alerts. Essentially, your current markups will become invisible to the engine—goodbye to associated rich snippets. Migration is not optional if you rely on structured data for visibility, but the tight timing raises questions about the actual urgency.

What you need to understand

Why is Google abandoning data-vocabulary.org now?

Historically, Google has tolerated two competing syntaxes for structuring data: schema.org (launched in 2011) and data-vocabulary.org (an earlier, more limited format). For years, both coexisted in the official guidelines, causing unnecessary fragmentation.

Ceasing support for data-vocabulary.org simplifies the ecosystem by retaining only one standard: schema.org. This standard offers a much richer vocabulary (over 600 entity types versus about thirty for data-vocabulary), better interoperability among engines, and collaborative governance via the W3C.

April 6 becomes the official deadline—after this date, Google will simply ignore these markups. Search Console warnings are already live to encourage early migration.

What changes can I expect for my rich snippets?

If your site still uses data-vocabulary.org to markup reviews, breadcrumbs, events, or products, these markers will no longer generate rich snippets in search results after the deadline. You will remain indexed, but without the visual advantage.

CTR may mechanically drop on queries where these enrichments made a difference against competitors who have already switched to schema.org. This is particularly sensitive in e-commerce and for local event sites.

Is migrating to schema.org technically complex?

It depends on your tech stack. For a static HTML site with a few manual snippets, it's a guided find-replace in the source code—just a few hours of clean work.

If your markups are dynamically generated by a CMS or legacy framework, the task may be heavier: templates to revisit, QA to carry out, validation tests via the Rich Results Test. Sites with hundreds of thousands of pages require a batch approach and tight post-deployment monitoring.

  • Real deadline: April 6—after this date, data-vocabulary.org markups will become invisible to Google.
  • No direct SEO penalty: you won't lose organic rankings, only the enriched display (stars, breadcrumbs, etc.).
  • Search Console warnings: already active to identify the affected pages before the deadline.
  • Richer schema.org vocabulary: opportunity to markup entities not covered by data-vocabulary (FAQ, HowTo, Speakable, etc.).
  • Non-backward-compatible migration: it's impossible to keep both syntaxes on the same page without the risk of conflict.

SEO Expert opinion

Does this announcement align with observed field practices?

Yes, and it's even been foreseeable for several years. Google gradually stopped documenting data-vocabulary.org in its official guides starting in 2015-2016, consistently directing users to schema.org for any new implementation. Validation tools (Structured Data Testing Tool, then Rich Results Test) had already shown warnings for data-vocabulary for some time.

What surprises is the ultra-short timeframe between the announcement and implementation. A few weeks is tight for large sites with cumbersome deployment processes. Google could have communicated six months in advance—this feels like an ultimatum. [To verify] whether all types of data-vocabulary markups lose support simultaneously or if some (breadcrumbs?) benefit from an undocumented grace period.

What nuances should be considered regarding this directive?

First point: the cessation of support does not mean a devaluation of the affected pages in organic ranking. Your content remains crawled, indexed, and ranked normally. You only lose the enriched display layer—this can still impact CTR by 10 to 30% depending on the verticals.

Second nuance: schema.org is not a cure-all. Google never guarantees the display of a rich snippet even with perfect markup. Eligibility criteria remain opaque, subject to algorithmic quality thresholds and constant A/B tests on the SERP side. Migrating does not automatically create value—it merely maintains existing display potential.

The third point rarely mentioned: some CMS or plugins generate hybrid mixes of data-vocabulary + schema.org on the same page, creating redundancies. These duplicates can already cause parsing errors—the deadline forces a healthy cleanup.

In what cases is this migration not a priority?

If your site currently displays no rich snippets, it means either your markups are already schema.org, or they are not recognized by Google. No urgency to investigate if Search Console raises no data-vocabulary warnings.

Another case: sites undergoing a complete overhaul planned in the next two months. It’s better to integrate the correct markups from the start with the V2 rather than patching a dying tech stack. Assess the cost/benefit: if you only have three pages with marked breadcrumbs and it requires heavy DevOps intervention, the ROI may be negative.

Attention: Do not confuse the cessation of data-vocabulary support with the abandonment of microdata in general. Google continues to parse microdata in schema.org format (itemscope, itemprop) alongside JSON-LD and RDFa. What is dying is solely the vocabulary of data-vocabulary.org, not the syntax of microdata.

Practical impact and recommendations

What concrete actions should be taken before the deadline?

First reflex: audit all active pages via Search Console, under the 'Enhancements' tab. Google explicitly lists URLs using data-vocabulary.org with warnings. Export the list, cross-reference with your Analytics to identify high organic traffic pages—these are your priorities.

Next, map each data-vocabulary type to its schema.org equivalent. For example: data-vocabulary.org/Breadcrumb becomes schema.org/BreadcrumbList, data-vocabulary.org/Review becomes schema.org/Review. The correspondence is documented on schema.org, but some properties have slightly different names—check for compatibility.

Deploy gradually if possible: start with a sample of pages, test via Google’s Rich Results Test, observe for 48-72 hours if rich snippets persist. If everything's OK, generalize. For large sites, prefer a deployment by template or category rather than a big bang.

What errors should be avoided during the migration?

Do not duplicate markups: if you switch to JSON-LD schema.org, ensure to remove the old data-vocabulary microdata from HTML tags. Two competing markups on the same entity create parsing conflicts—Google randomly chooses one, or may ignore both.

Another classic pitfall: forgetting to validate mandatory properties. Schema.org is stricter than data-vocabulary on certain fields (e.g., aggregateRating requires both ratingCount AND reviewCount for products). Incomplete markup doesn’t generate code errors but won’t trigger any enriched display.

Finally, don’t settle for the generic schema.org validator. Specifically use Google’s Rich Results Test—it reflects the engine's real interpretation logic. A technically valid markup according to schema.org might still be rejected by Google for editorial guideline reasons (spam content, manipulated reviews, etc.).

How to check if the migration is functioning post-deployment?

Monitor Search Console daily for two weeks after deployment. The 'Enhancements' tab should show a reduction in data-vocabulary warnings and a stability (or increase) in recognized schema.org entities. If errors appear, they are often due to typos in property names.

On the SERP side, track the CTR of migrated pages via Search Console (Performance > Filtered queries on the relevant URLs). A good indicator: if the average CTR remains stable or slightly increases, rich snippets are still being displayed. A sharp drop (>15%) may signal a loss of enrichment.

Finally, manually test a sample of pages in real search (not in incognito mode with VPN which skews the SERP). Rich snippets may take 3-5 days to refresh after a markup change—patience is key.

  • Export the list of affected pages from Search Console (Enhancements tab)
  • Map each data-vocabulary.org type to its exact schema.org equivalent
  • Validate the new markups via Google's Rich Results Test
  • Deploy in batches (templates, categories) rather than en masse to limit risks
  • Remove all old data-vocabulary markups after migration to avoid duplicates
  • Monitor Search Console and the CTR of migrated pages daily for 15 days
This migration is technical but non-negotiable if you utilize rich snippets for your visibility. E-commerce, event, or media sites are the most exposed. If your internal team lacks resources or expertise on advanced structured data, partnering with a specialized SEO agency can speed up the process and ensure a clean implementation without risking regressions on your existing rich displays.

❓ Frequently Asked Questions

Mes pages vont-elles perdre du ranking si je ne migre pas data-vocabulary.org ?
Non, l'arrêt du support n'affecte pas le classement organique. Vous perdez uniquement l'affichage enrichi (étoiles, breadcrumbs, etc.), ce qui peut impacter le CTR mais pas la position dans les résultats.
Puis-je garder data-vocabulary.org en parallèle de schema.org temporairement ?
Techniquement oui, mais c'est déconseillé. Les doublons créent des conflits de parsing — Google peut ignorer les deux balisages ou choisir aléatoirement. Mieux vaut remplacer proprement que cumuler.
Le Rich Results Test affiche une erreur sur mon nouveau balisage schema.org, que faire ?
Vérifie que toutes les propriétés obligatoires sont présentes (ex: ratingCount pour aggregateRating). Compare avec les exemples officiels de Google pour ton type d'entité. Les typos dans les noms de propriétés sont la cause n°1 d'erreurs.
Combien de temps après la migration les rich snippets réapparaissent-ils ?
Entre 3 et 7 jours en moyenne, le temps que Google recrawle et réindexe les pages modifiées. Si rien ne change après deux semaines, c'est que le balisage comporte une erreur ou ne respecte pas les guidelines éditoriales.
Les autres moteurs (Bing, Yandex) supportent-ils encore data-vocabulary.org ?
Bing et Yandex ont également migré vers schema.org comme standard de référence depuis plusieurs années. Continuer sur data-vocabulary.org ne présente aucun intérêt multi-moteurs.
🏷 Related Topics
Domain Age & History Structured Data 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.