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

Do not block mobile pages with robots.txt or noindex tags. Do not use nofollow on mobile pages as it prevents Googlebot from crawling or indexing those pages. If you allow Googlebot to crawl your desktop page resources, you should also permit them for your mobile page.
2:07
🎥 Source video

Extracted from a Google Search Central video

⏱ 6:53 💬 EN 📅 06/08/2020 ✂ 7 statements
Watch on YouTube (2:07) →
Other statements from this video 6
  1. 0:32 Le mobile-first indexing indexe-t-il vraiment QUE la version mobile de votre site ?
  2. 3:44 Faut-il vraiment afficher exactement le même contenu sur mobile et desktop pour bien ranker ?
  3. 4:46 Les divs stylisées en titres peuvent-elles vraiment nuire au référencement mobile ?
  4. 5:18 Les images en background-image CSS sont-elles vraiment invisibles pour Google ?
  5. 5:51 Faut-il vraiment remonter vos vidéos en haut de page pour ranker sur mobile ?
  6. 6:22 Faut-il vraiment dupliquer les données structurées et méta-descriptions entre desktop et mobile ?
📅
Official statement from (5 years ago)
TL;DR

Google states that blocking mobile pages via robots.txt or noindex tags prevents their indexing, just as using nofollow prevents crawling. If you allow Googlebot to crawl desktop resources, the same permission should apply to mobile. Inconsistent directives between desktop and mobile can hinder your mobile-first indexing, directly impacting your organic visibility.

What you need to understand

Why does Google emphasize the consistency of crawl directives between desktop and mobile?

Since the shift to mobile-first indexing, Google primarily uses the mobile version of a site for indexing and ranking. If your mobile version blocks resources that the desktop version allows, Googlebot ends up with a partial — or even truncated — view of your content.

This inconsistency creates an information asymmetry: Google indexes what it sees on mobile, but if CSS, JavaScript, or entire pages are blocked only on this version, the algorithm works with incomplete data. The result? Degraded indexing, partial rendering, and potentially a lower rank than what your desktop content deserves.

What actually happens if I use noindex or robots.txt on mobile?

The meta noindex tag on a mobile page explicitly tells Google not to index it. If your desktop version doesn't have this directive but the mobile one does, Google prioritizes the mobile version — and thus does not index the page. This is a common scenario for sites that have poorly migrated their rules during the transition to responsive design.

The robots.txt functions differently: it prevents crawling upstream. If Googlebot mobile cannot crawl a page or resource (CSS, JS), it cannot discover, index, or properly evaluate its rendering. The nofollow, in turn, blocks the transmission of PageRank and prevents link tracking — which, on a mobile version, hinders the discovery of related pages.

Does this directive also apply to desktop-only sites?

Let's be honest: a 100% desktop site without an optimized mobile version is becoming extinct. Google continues to index these sites, but with mobile-first indexing switched on by default since 2021, even a desktop site will be crawled primarily with the mobile user-agent.

If your robots.txt or noindex tags differ according to the user-agent (desktop vs mobile), you create technical friction. Google recommends a strict parity: what is allowed on desktop should be allowed on mobile, and vice versa. Any divergence is a red flag for indexing.

  • Mobile-first indexing: Google uses the mobile version as the primary reference for indexing and ranking.
  • Consistency of directives: robots.txt, noindex, and nofollow must be identical between desktop and mobile.
  • Blocked resources: A CSS or JS blocked on mobile can degrade rendering and harm ranking.
  • Nofollow mobile: Blocking links with nofollow on mobile prevents the discovery of new pages by Googlebot.
  • Direct impact: An inconsistency between desktop and mobile can lead to partial or no indexing of strategic pages.

SEO Expert opinion

Is this directive consistent with real-world observations?

Yes, and it's even a classic in post-mobile migration SEO audits. We regularly see sites that have retained a legacy robots.txt blocking critical resources only on mobile, or noindex tags added "just in case" on a mobile version that wasn't ready yet. The result: pages that ranked well on desktop disappear after switching to mobile-first.

The point on nofollow is less documented in public discussions, but it makes sense: if a link is nofollow on mobile but not on desktop, Google follows the mobile version and does not pass PageRank. This breaks the internal linking and the discovery of deep content. This is particularly critical on e-commerce sites with filters or pagination blocked in nofollow only on mobile.

What nuances should be added to this recommendation?

Google talks about pages and resources, but does not detail the granularity. Specifically, blocking a secondary image in robots.txt on mobile will not have the same impact as blocking a critical CSS file for rendering. Therefore, resources affecting initial rendering (above-the-fold, CSS, JS) must absolutely be accessible.

Another nuance: some sites intentionally use noindex tags on specific mobile pages (e.g., alternative AMP pages, simplified versions). In this case, it must be ensured that the canonical version (desktop or standard mobile) remains indexable. [To check]: Google does not specify how it handles cases where a mobile noindex page points to an indexable desktop canonical — field reports suggest that it works, but it's a gray area.

In which cases could this rule cause problems?

On sites with dedicated mobile versions (m.example.com), the temptation is strong to manage the directives differently. But Google makes no distinction: if the mobile version is what it indexes, it must be treated as the primary version. Blocking resources or pages on this version means blocking them for indexing, period.

Be careful with poorly configured robots.txt audits: some SEO tools only test the desktop version. Always check both user agents (Googlebot desktop and Googlebot smartphone) via Google Search Console or a manual test with curl.

Practical impact and recommendations

What should be prioritized in checking your site?

First step: open Google Search Console and go to the URL inspection tool. Test your strategic pages with the mobile user-agent and check that all resources (CSS, JS, critical images) are loaded properly. If resources are blocked, the rendering screenshot will show you the visual impact.

Then, compare your robots.txt for desktop and mobile. On most sites, there is only one robots.txt file, so no divergence — but if you use conditional rules by user agent (rare but existent), check the parity. The same logic applies to meta tags: a diff between desktop and mobile templates may reveal unwanted noindex or nofollow tags.

How to correct an existing desktop/mobile inconsistency?

If you’ve identified resources blocked only on mobile, adjust your robots.txt to allow them. Caution: after modification, you need to wait for Googlebot to recrawl the file (usually within 24-48 hours) and then restart the crawling of the affected pages via Search Console.

For noindex or nofollow tags, the fix is more direct: remove them from mobile templates or harmonize them with the desktop. But again, the consideration period depends on the crawl budget and the frequency of Googlebot visits. On a less crawled site, it could take several weeks. Consider manually submitting the corrected URLs via Search Console to speed up the process.

What mistakes to avoid during the mobile-first migration?

The classic mistake: copying and pasting a desktop robots.txt without checking if the rules remain relevant on mobile. Some sites block entire sections (e.g., /print/, /amp/) that only exist on desktop, but forget that the mobile version may have a different URL structure.

Another pitfall: adding nofollow tags to internal mobile links to "save crawl budget". This is counterproductive: Google needs to follow these links to discover and index pages. If you want to optimize the crawl budget, focus on click depth and the internal linking structure, not on nofollow.

  • Test strategic pages with Google Search Console's URL inspection tool (mobile user-agent).
  • Compare desktop and mobile robots.txt (or check that a single file is used for both).
  • Audit mobile templates for any noindex or nofollow tags missing from desktop.
  • Allow all critical resources for mobile rendering (main CSS, JS) in robots.txt.
  • Ensure that the mobile internal linking does not use nofollow on strategic links.
  • Restart the indexing of corrected pages via Search Console after modification.
Consistency between desktop and mobile on crawl and indexing directives has become a strict prerequisite since the mobile-first indexing. Blocking resources or pages only on mobile means excluding them from Google's index. A regular technical audit — especially after a redesign or migration — helps detect these inconsistencies before they impact your visibility. If these checks seem complex or time-consuming, consulting a specialized SEO agency can ensure tailored support and avoid costly mistakes in your migrations or technical optimizations.

❓ Frequently Asked Questions

Le nofollow sur mobile bloque-t-il vraiment l'indexation ou seulement le crawl des liens ?
Le nofollow empêche Googlebot de suivre les liens, ce qui bloque la découverte de nouvelles pages via ce chemin. Si une page n'est accessible que par un lien en nofollow sur mobile, elle risque de ne jamais être crawlée ni indexée.
Faut-il autoriser toutes les ressources en robots.txt, même les images ou JS secondaires ?
Priorisez les ressources critiques pour le rendu (CSS, JS principaux). Les images secondaires ou scripts tiers non essentiels peuvent rester bloqués si nécessaire, mais attention à l'impact sur l'expérience utilisateur mesurée par Google.
Un site 100 % desktop sans version mobile est-il pénalisé par Google ?
Non, mais il est crawlé avec le user-agent mobile par défaut. Si le rendu ou l'expérience sont dégradés, cela peut affecter le classement. Google recommande une version mobile optimisée pour tous les sites.
Comment vérifier si mes directives robots.txt diffèrent entre desktop et mobile ?
La plupart des sites n'ont qu'un seul robots.txt commun. Si vous utilisez des règles conditionnelles par user-agent (rare), testez avec curl ou un outil comme Screaming Frog en simulant les deux user-agents.
Que se passe-t-il si ma page mobile a une balise noindex mais pas la version desktop ?
Google privilégie la version mobile avec le mobile-first indexing. Si le mobile a noindex, la page ne sera pas indexée, même si le desktop n'a pas cette directive. Harmonisez vos balises entre les deux versions.
🏷 Related Topics
Domain Age & History Crawl & Indexing Links & Backlinks Mobile SEO

🎥 From the same video 6

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