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

Following the move to mobile-first indexing, internal links only available on the desktop version may not be taken into account. Using sitemaps is advisable to ensure the discovery of these pages.
29:28
🎥 Source video

Extracted from a Google Search Central video

⏱ 57:58 💬 EN 📅 22/12/2016 ✂ 13 statements
Watch on YouTube (29:28) →
Other statements from this video 12
  1. 17:15 Faut-il supprimer tout contenu PC-only pour éviter de le perdre dans l'indexation mobile-first ?
  2. 19:35 La longueur des URLs influence-t-elle vraiment le classement Google ?
  3. 21:35 Le contenu caché en mobile reste-t-il vraiment indexable par Google ?
  4. 23:32 Faut-il vraiment aligner le balisage structuré sur la version mobile plutôt que desktop ?
  5. 25:11 Faut-il vraiment modifier vos balises canoniques pour l'indexation mobile-first ?
  6. 28:26 Faut-il enregistrer séparément les versions mobile et desktop dans la Search Console ?
  7. 32:00 Pourquoi vos paramètres de crawl sabotent-ils votre référencement sans que vous le sachiez ?
  8. 34:00 Pourquoi Google refuse-t-il de créer un compte démo pour la Search Console ?
  9. 35:58 Pourquoi les meta-tags de fragments AJAX bloquent-ils encore votre indexation ?
  10. 48:56 Les redirections UX dégradées sont-elles pénalisées par Google ?
  11. 50:48 Pourquoi un pic de visibilité après un hack ne signifie-t-il rien pour votre stratégie SEO ?
  12. 57:37 L'achat de liens tue-t-il vraiment votre référencement ou Google bluffe-t-il ?
📅
Official statement from (9 years ago)
TL;DR

Google confirms that internal links present only on the desktop version of a site can be completely ignored since the shift to mobile-first indexing. Specifically, if your desktop navigation includes entire sections missing from the mobile version, Googlebot will not discover them. The official recommendation? Rely on XML sitemaps to compensate for these structural blind spots.

What you need to understand

Why is Google no longer following certain internal links?

Since the definitive shift to mobile-first indexing, Googlebot exclusively uses the mobile version of a site to discover, crawl, and index pages. This logic applies even to sites that are predominantly accessed from a desktop.

If your architecture includes internal links only visible on desktop (complex dropdown menus, rich sidebars, extensive footers), these crawl paths literally disappear from Google's radar. The mobile bot cannot see them, does not follow them, and thus does not discover the target pages.

Which pages are truly at risk from this omission?

Technical sections, ancillary resources, deep archives, or niche thematic pages are the main victims. Typically: detailed product documentation accessible via a desktop mega-menu, pillar pages linked from a sidebar absent on mobile, or deep sections without any other entry points.

The risk is not theoretical. Entire sections of content can become orphaned if the mobile internal linking remains sparse. Google will only rediscover these pages if an external link points to them or if they appear in an XML sitemap.

How do sitemaps offset this loss of links?

Google explicitly recommends using comprehensive XML sitemaps to guarantee the discovery of otherwise inaccessible URLs. A well-structured sitemap lists all strategic pages, including those lacking mobile internal links.

However, be cautious: a sitemap ensures discovery, not necessarily indexing. A page found via a sitemap but completely orphaned in actual internal linking will send a low-importance signal to Google. Crawling will be less frequent, and the internal PageRank will be nearly zero.

  • Mobile-first indexing: Googlebot relies exclusively on the mobile version to discover and crawl content
  • Ignored desktop-only links: any link missing from the mobile version becomes invisible to the bot, even if the target page exists
  • XML sitemaps as a safety net: can signal orphaned URLs but do not replace coherent mobile internal linking
  • At-risk pages: niche content, technical documentation, deep archives accessible only via complex desktop navigation
  • Impact on internal PageRank: a page without a real mobile link loses most of its SEO juice even if it appears in the sitemap

SEO Expert opinion

Does this guideline align with real-world observations?

Yes, and there are plenty of documented cases. Since the large-scale rollout of mobile-first between 2018 and 2020, many sites have experienced unexplained visibility drops on entire sections. Audits systematically revealed a depleted mobile link structure.

The issue worsens with modern JavaScript frameworks that conditionally display menus based on screen size. A rich desktop mega-menu often turns into a minimalist hamburger menu on mobile, sacrificing 80% of internal entry points. Google sees it, crawls it, and ignores the rest.

What nuances should be added to this recommendation?

The first nuance: not all desktop links necessarily disappear. If your mobile version uses identical JavaScript rendering to the desktop (simply adapted in CSS), Googlebot can theoretically access the same links. The devil is in the implementation.

The second critical point: Google remains vague on the rediscovers delay via sitemap. A page added to the sitemap but orphaned may take weeks to be crawled, especially on a site with a limited crawl budget. [To be checked]: no official data quantifies this latency.

In what cases does this rule not fully apply?

Sites with strictly identical desktop and mobile versions (pure responsive without content variation) are theoretically unaffected. If each desktop link has its mobile equivalent visible in the DOM, the problem does not arise.

Another exception: sites that have maintained a separate mobile annotation (m.site.com) with correct alternate markup may still benefit from partial desktop crawling. However, this configuration is now rare and discouraged by Google itself.

Caution: do not rely on sitemaps as a miracle solution. A page discovered via a sitemap but completely orphaned in actual linking will send mixed signals to Google. The risk? Erratic crawling, unstable indexing, and low ranking. The sitemap compensates for the lack of discovery, not the absence of structure.

Practical impact and recommendations

How can you quickly audit for absent desktop links on mobile?

The first step: crawl your site using two different user agents (desktop and mobile) via Screaming Frog or OnCrawl. Export the internal link graphs for each version, then compare the sets of discovered URLs. Pages only present in the desktop crawl are your potential orphans.

Alternative method: use the Search Console to identify indexed pages without mobile internal links. Filter URLs by type, compare with your expected tree structure. The discrepancies reveal structural blind spots.

Which corrections should be prioritized?

Harmonize your mobile internal linking to reflect the strategic paths from the desktop. This does not mean duplicating a mega-menu of 200 links, but ensuring that every important section has at least one visible mobile entry point (menu, footer, contextual links).

If complete harmonization is impossible (UX constraints, technical load), deploy a comprehensive XML sitemap including all strategic URLs. Segment it by content type to facilitate monitoring. Check monthly that Google is indeed crawling these URLs using the Search Console.

What mistakes should be absolutely avoided?

Do not hide mobile links using display:none or visibility:hidden hoping they will still count. Google may ignore them or, worse, view it as an attempt at manipulation. A mobile link must be genuinely accessible to the user.

Avoid also overloading your sitemap with thousands of low-value URLs to compensate for a failing internal link structure. Google prioritizes crawling based on quality signals: a bloated sitemap dilutes attention towards your strategic pages.

  • Crawl the site with desktop and mobile user agents, compare the discovered URL sets
  • Identify indexed pages without mobile internal links via Search Console
  • Harmonize mobile linking to include desktop's strategic paths
  • Deploy a comprehensive XML sitemap segmented by content type
  • Check monthly the effective crawling of orphan URLs via Search Console
  • Prohibit hidden mobile links in CSS (display:none, visibility:hidden)
Mobile-first indexing transforms your mobile navigation into a master map of Google crawling. Any link absent from this version vanishes from the radar, even if the target page exists. Sitemaps help with discovery but do not replace coherent internal linking. A comparative desktop/mobile audit quickly reveals your orphans, while structural harmonization remains the sustainable solution. These cross-optimizations (architecture, sitemaps, linking) can quickly become complex to orchestrate alone, especially on medium or large sites. If you notice significant discrepancies or lack internal resources, consulting a specialized SEO agency can provide you with an accurate diagnosis and an actionable plan tailored to your specific technical infrastructure.

❓ Frequently Asked Questions

Un lien présent dans le footer desktop mais absent du footer mobile sera-t-il suivi par Google ?
Non, Googlebot mobile ne le verra pas et ne le suivra donc pas. Seuls les liens présents dans la version mobile sont pris en compte pour la découverte et le crawl depuis l'indexation mobile-first.
Les sitemaps peuvent-ils totalement compenser l'absence de liens internes mobiles ?
Ils garantissent la découverte des URLs mais pas leur crawl fréquent ni leur ranking. Une page orpheline listée au sitemap reste orpheline : elle reçoit peu de PageRank interne et sera crawlée moins souvent.
Mon site responsive affiche le même HTML desktop et mobile, suis-je concerné ?
Si le DOM est strictement identique et que seul le CSS varie, tous les liens restent accessibles à Googlebot. En revanche, si JavaScript masque des liens selon la taille d'écran, le problème subsiste.
Comment savoir si Google a bien crawlé mes pages orphelines via sitemap ?
Consultez le rapport Sitemaps dans la Search Console. Il indique le nombre d'URLs soumises, découvertes et indexées. Comparez avec vos logs serveur pour vérifier le crawl effectif.
Un lien mobile masqué via display:none compte-t-il pour le crawl ?
Google peut l'ignorer ou le considérer comme tentative de manipulation. Un lien doit être réellement accessible à l'utilisateur mobile pour être pris en compte de manière fiable.
🏷 Related Topics
Domain Age & History Crawl & Indexing Links & Backlinks Mobile SEO Search Console

🎥 From the same video 12

Other SEO insights extracted from this same Google Search Central video · duration 57 min · published on 22/12/2016

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