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 provides both PC and mobile user-agents in the URL Inspection Tool, allowing you to see how your site is rendered on both device types. With mobile-first indexing, the mobile crawler information will become more significant.
28:42
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h01 💬 EN 📅 28/02/2018 ✂ 10 statements
Watch on YouTube (28:42) →
Other statements from this video 9
  1. 16:24 Le contenu desktop-only disparaît-il vraiment avec le mobile-first indexing ?
  2. 26:01 Comment le rapport de couverture d'index de la Search Console peut-il révéler vos angles morts SEO ?
  3. 44:51 Le cloaking est-il toujours pénalisé, même pour protéger des contenus sensibles ?
  4. 47:53 Les variations régionales de mots-clés comptent-elles encore pour le référencement ?
  5. 50:14 Pourquoi une page en noindex continue-t-elle d'apparaître dans l'index Google ?
  6. 52:53 Les soft 404 sont-elles vraiment un problème pour votre référencement ?
  7. 53:37 L'A/B testing peut-il vraiment pénaliser votre référencement naturel ?
  8. 53:58 Pourquoi vos sitemaps dynamiques ne sont-ils pas traités par Google ?
  9. 57:18 Comment Google évalue-t-il réellement la légalité et la valeur des avis affichés en rich snippets ?
📅
Official statement from (8 years ago)
TL;DR

Google provides two user-agents (mobile and desktop) in the URL Inspection Tool to visualize rendering on each device type. With mobile-first indexing, the mobile crawler now takes precedence for indexing and ranking. Essentially, if your mobile version differs from your desktop version, it's the mobile version that determines your positioning.

What you need to understand

What are the differences between the two crawlers offered?

The URL Inspection Tool from the Search Console allows you to test the rendering of a page through two distinct user-agents: Googlebot Desktop and Googlebot Smartphone. Each simulates how Google crawls and indexes your content based on the type of device.

The mobile crawler uses a smartphone viewport and interprets HTML, CSS, and JavaScript just like a modern mobile browser would. The desktop crawler behaves like a traditional browser with a wide screen. This distinction is not cosmetic; it determines which content Google will actually index and rank.

Why is the mobile version becoming prioritized?

Mobile-first indexing means that Google now uses the mobile version of a page for indexing and ranking, even for searches conducted on desktop. This is a complete paradigm shift from the time when the desktop version served as the reference.

If your site provides different content between mobile and desktop — such as a simplified HTML structure, truncated text, or improperly lazy-loaded images — it is the mobile version that will dominate. Content missing from the mobile version risks not being indexed at all, even if it appears on desktop.

How should you interpret the results from the two crawlers?

When you launch a URL inspection, Google displays the HTML rendering, blocked resources, JavaScript errors, and indexing status for each user-agent. Discrepancies between the two versions often reveal critical issues.

For instance, if the mobile crawler detects blocked or poorly rendered content while the desktop version has no issues, you know exactly where to investigate. Differences in the final DOM, canonical tags, or internal linking may explain unexplained performance gaps.

  • Mobile crawler: determines effective indexing and ranking since mobile-first indexing
  • Desktop crawler: remains useful for diagnosing inconsistencies between versions but no longer takes precedence
  • JavaScript rendering: both crawlers execute JS, but timeouts and available resources may differ
  • Differentiated content: any element present on desktop but absent on mobile risks not being indexed
  • Structured data: must be identical on both versions to avoid inconsistencies

SEO Expert opinion

Does this statement align with observed practices?

Yes, completely. The evidence confirms that Google now prioritizes indexing and ranking from the mobile version. SEO audits regularly show sites losing positions because their mobile content is lacking compared to desktop.

A typical case: an e-commerce site that hides long product descriptions behind accordions on mobile, or that removes text blocks to 'lighten' the experience. Result: Google no longer sees this content, even for desktop queries. Positions drop, and teams scramble for explanations elsewhere.

What nuances need to be added to this statement?

Google says that information from the mobile crawler will become more significant, but that has already been the case for several years. Mobile-first indexing is deployed on almost all sites. Saying 'will become' when referring to a change that has already been established reflects typical Google communication: cautious, even when the switch has been made.

Another point: the inspection tool only shows a simulation of the crawl. The actual rendering during a Googlebot pass can vary based on network conditions, server load, or JavaScript timeouts. Never take the URL Inspection Tool as gospel; cross-check with server logs and coverage data in the Search Console.

In what cases does this rule not fully apply?

Sites that do not have a dedicated mobile version — those using well-designed responsive design with the same HTML for all devices — only have one rendering to check. In this case, both crawlers should yield nearly identical results. If they do not, it is often a CSS or improperly configured viewport issue.

Moreover, certain types of content — particularly complex B2B sites, and SaaS platforms with heavy dashboards — may legitimately provide an enriched desktop experience. However, even in this case, the mobile version must include the essential indexable content: text, titles, links, structured data. Otherwise, you are working against yourself. [To verify]: Google has never published specific thresholds on the percentage of acceptable content missing on mobile.

Practical impact and recommendations

What should you prioritize checking in the URL Inspection Tool?

Start by inspecting your strategic pages (landing pages, product sheets, pillar articles) in mobile mode first. Then compare with the desktop version. The gap reveals your weaknesses.

Ensure that the text content, Hn tags, internal links, and structured data are identical. If the mobile version hides text in accordions, make sure it remains in the DOM and accessible to the crawler. Inspect the final HTML rendering: this is what Google indexes, not your original source code.

What errors should be absolutely avoided?

Never block critical CSS or JavaScript resources via robots.txt on mobile. Google needs to execute JS to generate the final rendering. Blocked CSS can hide content that Google will never see.

Avoid dynamic content loaded too late as well. If your lazy loading triggers important text to appear after several seconds of scrolling, Googlebot may never see it. JS execution timeouts are limited, even if Google does not provide precise figures. [To verify]: exact delays vary depending on server load and page priority.

How do you correct discrepancies detected between mobile and desktop?

If you are using a separate mobile site (m.example.com), align the content with the desktop version. If you are responsive, track display:none or visibility:hidden applied on mobile that hides indexable content.

For complex sites needing fine adjustments — managing accordions, optimized lazy loading, critical JavaScript rendering — it may be wise to consult a specialized SEO agency. These optimizations often involve front-end code and require precise technical support to avoid missteps.

  • Inspect strategic pages through both crawlers (mobile first)
  • Compare final HTML rendering between mobile and desktop
  • Verify that text content, Hn tags, and linking are identical
  • Check that critical CSS/JS resources are not blocked on mobile
  • Test lazy loading to ensure content appears in the initial rendering
  • Validate that structured data is present on both versions
With mobile-first indexing, your site's mobile version determines your indexing and ranking. The URL Inspection Tool allows you to compare the two crawlers and detect critical inconsistencies. Prioritize the mobile crawler, align your content across devices, and ensure that Google has access to all your resources and text on smartphones.

❓ Frequently Asked Questions

Dois-je encore vérifier la version desktop si Google indexe en mobile-first ?
Oui, pour détecter les incohérences. Si votre version desktop contient du contenu absent sur mobile, cela peut expliquer des pertes de positions. Le crawler desktop reste utile pour diagnostiquer, même s'il ne détermine plus l'indexation.
Le contenu masqué dans un accordéon mobile est-il indexé par Google ?
Oui, tant qu'il reste dans le DOM et accessible sans interaction utilisateur complexe. Google crawle le HTML final rendu, donc un accordéon fermé par défaut mais présent dans le code sera indexé. Vérifiez via l'URL Inspection Tool.
Que faire si les deux crawlers donnent des résultats différents ?
Identifiez la source de la divergence : contenu masqué en CSS, ressources bloquées, lazy-loading défaillant, ou JavaScript qui ne s'exécute pas correctement. Corrigez en priorité la version mobile, car c'est elle qui détermine l'indexation.
L'URL Inspection Tool reflète-t-il exactement ce que Googlebot voit ?
Il s'agit d'une simulation fiable, mais pas parfaite. Les conditions réseau, les timeouts JavaScript et la charge serveur peuvent différer entre l'outil et un crawl réel. Croisez toujours avec les logs serveur et les rapports de couverture.
Un site responsive a-t-il un avantage avec le mobile-first indexing ?
Oui, s'il est bien conçu. Un site responsive sert le même HTML aux deux devices, donc pas de risque de contenu divergent. Attention toutefois aux CSS qui masquent du contenu sur mobile : Google verra le DOM complet, mais un contenu caché peut être dépriorisé.
🏷 Related Topics
Domain Age & History Crawl & Indexing Mobile SEO Domain Name Search Console

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 1h01 · published on 28/02/2018

🎥 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.