What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

For a site not yet migrated to mobile-first indexing, check that the headings are correctly marked up (not just styled text) and that the number of images (especially thumbnails) is similar between desktop and mobile. Google may delay migration if these elements differ.
1:22
🎥 Source video

Extracted from a Google Search Central video

⏱ 57:16 💬 EN 📅 23/06/2020 ✂ 22 statements
Watch on YouTube (1:22) →
Other statements from this video 21
  1. 3:10 Le mobile-first indexing améliore-t-il vraiment votre positionnement dans Google ?
  2. 5:13 Faut-il vraiment traiter tous les problèmes Search Console en urgence ?
  3. 7:07 Faut-il vraiment optimiser les ancres de liens internes ou est-ce du temps perdu ?
  4. 8:42 Faut-il vraiment éviter d'avoir plusieurs pages sur le même mot-clé ?
  5. 9:58 Peut-on prouver la qualité éditoriale d'un contenu à Google avec des balises structured data ?
  6. 11:33 Faut-il vraiment respecter les types de pages supportés pour le schema reviewed-by ?
  7. 14:02 Le cloaking technique est-il vraiment toléré par Google ?
  8. 19:36 Comment Google groupe-t-il vos URL pour prioriser son crawl ?
  9. 22:04 Pourquoi votre trafic chute-t-il vraiment après une pause de publication ?
  10. 24:16 Pourquoi Google Discover est-il plus exigeant que la recherche classique pour afficher vos contenus ?
  11. 26:31 Le structured data non supporté influence-t-il vraiment le ranking ?
  12. 28:37 Les erreurs techniques d'un domaine principal pénalisent-elles vraiment ses sous-domaines ?
  13. 30:44 Pourquoi vos review snippets disparaissent-ils puis réapparaissent chaque semaine ?
  14. 32:16 Le Domain Authority est-il vraiment inutile pour votre stratégie SEO ?
  15. 32:16 Les backlinks déposés manuellement dans les forums et commentaires sont-ils vraiment inutiles pour le SEO ?
  16. 34:55 Pourquoi vos commentaires Disqus ne s'indexent-ils pas tous de la même manière ?
  17. 44:52 Pourquoi Google confond-il vos pages locales avec des doublons à cause des patterns d'URL ?
  18. 48:00 Pourquoi les redirections 404 vers la homepage détruisent-elles le crawl budget ?
  19. 50:51 Faut-il vraiment utiliser unavailable_after pour gérer les événements passés sur votre site ?
  20. 50:51 Pourquoi votre no-index massif met-il 6 mois à 1 an pour être traité par Google ?
  21. 55:39 Les URL plates nuisent-elles vraiment à la compréhension de Google ?
📅
Official statement from (5 years ago)
TL;DR

Google may delay a site's migration to mobile-first indexing if the headings are not correctly marked up in HTML (styled text using CSS instead of semantic tags) or if the number of images differs between desktop and mobile. For an SEO, this means that a strict technical audit of desktop/mobile differences is essential before any migration. Specifically: ensure that each <h1>, <h2>, <h3> is a proper HTML tag and that thumbnails do not disappear in responsive design.

What you need to understand

What exactly does Google mean by 'poorly marked headings'?

A poorly marked heading is text that visually resembles a title (large, bold, spaced font) but does not use HTML semantic tags like <h1>, <h2>, etc. Instead, the developer has applied CSS to a <div> or a <p> to simulate the appearance of a title.

Google cannot guess that a <div class="big-title"> is a structural heading. To the crawler, it is just text. If this practice is common on the desktop version but corrected (or worse, absent) on mobile, Google detects a structural inconsistency between the two versions and suspends the mobile-first migration.

Why does the number of images between desktop and mobile pose a problem?

Many sites hide thumbnails or image galleries on mobile to lighten the page or speed up loading. The problem is: if Google indexes only the mobile version, those images disappear from the index. The result? Loss of visibility in Google Images, loss of semantic context for certain content (e-commerce products, portfolios, illustrated articles).

Google considers that if the mobile version is too stripped down compared to desktop, it does not faithfully represent the site's content. The migration is therefore postponed until the gap is closed. This is not a definitive block, but a warning signal.

Does this check concern all sites or only those pending migration?

Mueller clearly states: 'For a site not yet migrated to mobile-first indexing'. In practice, the majority of sites have already switched since 2019-2021. But some projects — ongoing redesigns, legacy CMS, high traffic desktop sites — remain in desktop-first indexing.

For these, Google applies a manual or algorithmic review before switching. If the criteria (headings, images, text content) are not met, migration is postponed. Once migrated, the site remains in mobile-first: there is no going back, even if mobile quality deteriorates later on.

  • Mandatory semantic HTML tags: <h1> to <h6> must be present in the DOM, not simulated with CSS.
  • Image parity desktop/mobile: the number and type of images (especially thumbnails, galleries, product visuals) must be equivalent.
  • Deferred migration, not rejected: Google does not permanently block but waits for the site to correct the detected gaps.
  • Essential technical audit: compare both versions with a crawler (Screaming Frog, OnCrawl) using desktop and then mobile User-Agent.
  • No going back: once migrated to mobile-first, the site stays there — hence the importance of properly preparing the mobile version before the switch.

SEO Expert opinion

Is this statement consistent with observed practices in the field?

Yes, and it confirms what many of us have observed for years. Sites that hide content on mobile — through display:none, aggressive lazy-loading, or outright removal of entire sections — see their visibility drop after mobile-first migration. This is not a penalty: it is the logical consequence of a stripped-down index.

But the nuance is that Google never details the tolerance threshold. How many fewer images are acceptable? 10%? 30%? No public metrics. [To be verified] on each project with a phased test: compare performance before/after adjusting the number of mobile images.

Is the issue of styled headings still common in practice?

Less than before, but it still happens — especially on legacy sites or no-code builders that generate atypical HTML. The real danger is the invisible heading: a <h2> present on desktop, hidden in CSS (display:none), or replaced by an image on mobile.

Google treats these cases as structural inconsistencies. If the heading is only hidden on mobile, it disappears from the mobile-first index. If it is a strategic <h1> or <h2>, the SEO impact can be brutal. Always check that semantic tags are present in the mobile DOM, not just visible on screen.

Do we really need to have as many images on mobile as on desktop?

To be honest: no, it is not always relevant. An e-commerce site with 12 product photos on desktop can legitimately display only 4-5 on mobile for UX and performance reasons. But — and here’s the catch — those images must still exist in the mobile HTML, even if they are in lazy-loading or in a collapsed carousel.

Google indexes what is in the DOM, not what is immediately visible. If thumbnails are loaded in JavaScript after a user click, they may be invisible to Googlebot. The result: loss of indexing in Google Images, loss of semantic context. [To be verified] with a JavaScript render via Search Console or a crawler configured for JS mode.

Warning: if your e-commerce site or media heavily relies on Google Images to generate traffic, any reduction in the number of mobile images can lead to a drop in visibility. Test the impact before deploying to production.

Practical impact and recommendations

What should be checked concretely before a mobile-first migration?

First reflex: crawl the site using mobile User-Agent (Googlebot Smartphone) and compare with a desktop crawl. Screaming Frog, OnCrawl, Botify — all allow you to change the User-Agent. Then, export the headings (<h1> to <h6>) and images from each version, and cross-reference the data in a spreadsheet.

If headings disappear or change levels (an <h2> becomes <h3>), it’s a warning signal. If the number of mobile images is more than 20-30% lower than on desktop, it needs investigation: overly aggressive lazy-loading? Images hidden in CSS? Non-crawlable carousels?

How to correct a site that hides content on mobile?

If images or headings are hidden via display:none or visibility:hidden, replace them with native lazy-loading (loading="lazy") or an HTML-accessible carousel. The idea: content must be present in the DOM, even if it is not immediately visible on screen.

For headings styled with CSS, it is necessary to refactor the HTML: replace <div class="heading"> with <h2>, then adjust the CSS. This is a technical project, but it is the only way to ensure that Google recognizes the semantic structure of the content.

What tools to use to detect these issues in advance?

Search Console remains the reference tool: 'Page Experience' section → check if Google reports differences between desktop and mobile. But be careful, Search Console doesn’t always detail the precise gaps. It should be supplemented with a crawler configured in mobile mode and a JavaScript render test (via Puppeteer, for example).

Another approach: compare server logs to see if Googlebot Smartphone crawls as many resources (images, CSS, JS) as Googlebot Desktop. If the number of server requests on mobile is significantly lower, it’s a sign that content is inaccessible or hidden.

  • Crawl the site using Googlebot Smartphone User-Agent and compare with a desktop crawl.
  • Ensure all headings (<h1> to <h6>) are present in the mobile DOM, not simulated in CSS.
  • Verify that the number of images (especially thumbnails, galleries, product visuals) is equivalent between desktop and mobile.
  • Replace display:none with native lazy-loading or carousels accessible in HTML.
  • Test the JavaScript render to check that lazy-loaded images are visible to Googlebot.
  • Consult server logs to detect any uncrawled resources on mobile.
The mobile-first migration is not just a technical switch — it is a complete audit of desktop/mobile parity. Headings, images, textual content: everything must be checked, compared, and corrected. If your site shows significant gaps, Google may indefinitely postpone migration. These optimizations can be complex to implement alone, especially on legacy CMS or heavy JavaScript architectures. In such cases, consulting a specialized SEO agency for personalized support helps ensure the migration and avoid unexpected traffic losses.

❓ Frequently Asked Questions

Google peut-il annuler une migration mobile-first déjà effectuée ?
Non. Une fois qu'un site est migré en mobile-first, il n'y a pas de retour en arrière. Si la qualité mobile se dégrade après la migration, le site reste indexé en mobile-first — d'où l'importance de bien préparer la version mobile avant la bascule.
Combien d'images en moins est toléré par Google entre desktop et mobile ?
Google ne communique aucun seuil précis. Sur le terrain, un écart de 10-20 % semble acceptable, mais au-delà de 30-40 %, le risque de migration différée ou de perte de visibilité dans Google Images augmente. À tester au cas par cas.
Un heading masqué en CSS (display:none) est-il pris en compte en mobile-first ?
Non. Si un heading est présent dans le DOM mais masqué en CSS uniquement en mobile, Google ne le prend pas en compte dans l'index mobile-first. Il faut que la balise soit visible (ou au minimum présente sans display:none) pour être indexée.
Les images en lazy-loading sont-elles indexées par Googlebot Smartphone ?
Oui, si elles sont implémentées correctement (attribut loading="lazy" natif ou script détectable par Googlebot). Mais un lazy-loading déclenché uniquement par interaction utilisateur (clic, scroll manuel) peut ne pas être crawlé. Toujours vérifier avec un test de rendu JavaScript.
Comment savoir si mon site est déjà migré en mobile-first ?
Search Console l'indique dans les messages système. Sinon, analysez les logs serveur : si Googlebot Smartphone crawle massivement plus que Googlebot Desktop, c'est un signe que le site est migré. Autre indice : la majorité des impressions dans Search Console proviennent de recherches mobile.
🏷 Related Topics
Domain Age & History Content Crawl & Indexing AI & SEO Images & Videos Mobile SEO Redirects

🎥 From the same video 21

Other SEO insights extracted from this same Google Search Central video · duration 57 min · published on 23/06/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.