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

If mobile pages show up in search results for desktop queries, it may signal a technical issue with the canonical or alternate tags. Check the technical implementation to ensure proper connectivity between the desktop and mobile versions.
12:14
🎥 Source video

Extracted from a Google Search Central video

⏱ 58:36 💬 EN 📅 16/12/2014 ✂ 9 statements
Watch on YouTube (12:14) →
Other statements from this video 8
  1. 0:31 Rel=canonical vs 301 : pourquoi Google traite-t-il ces deux signaux différemment ?
  2. 3:15 L'âge du domaine a-t-il vraiment un impact sur votre référencement ?
  3. 6:35 Les redirections 301 en cascade pénalisent-elles vraiment votre classement ?
  4. 7:38 Le comportement utilisateur influence-t-il vraiment le classement Google ?
  5. 15:58 Comment Google gère-t-il automatiquement les erreurs de sécurité et malwares détectés sur votre site ?
  6. 21:03 Faut-il vraiment utiliser des 404 plutôt que rediriger les contenus expirés vers une catégorie ?
  7. 27:35 Faut-il vraiment déclarer un changement d'adresse dans Search Console lors d'une migration HTTPS ?
  8. 36:20 Pourquoi bloquer CSS et JavaScript peut tuer votre référencement mobile ?
📅
Official statement from (11 years ago)
TL;DR

When your mobile pages appear in search results for desktop queries, Google indicates a technical malfunction in your annotation setup. The canonical and alternate tags linking your mobile and desktop versions are either missing or improperly implemented. This creates confusion in indexing and can affect your visibility on desktop.

What you need to understand

What Does This Reveal About the Indexing of Your Two Versions?

Google has maintained a single index since the shift to mobile-first indexing, but continues to rely on annotation signals to understand the relationship between your versions. When a mobile page appears for a desktop search, it means the engine has failed to correctly identify that this page has a desktop equivalent.

The problem does not always stem from a complete absence of tags. Often, it is a discrepancy in implementation: a canonical tag pointing to a non-existent URL, an alternate that leads to a 404 error page, or a redirection loop that prevents Google from validating the relationship.

How Does Google Determine Which Version to Display?

The crawl follows a logic of bidirectional consistency. Your desktop page must point to its mobile version via rel="alternate", and that mobile page must refer back to the desktop via rel="canonical". If this loop is broken, Google makes a default choice that may not align with the intent.

In mobile-first indexing, the mobile version serves as the primary source for indexing. However, the display in the SERPs remains contextual based on the user's device. A break in the annotations forces Google to present the only version it considers reliable, even if it does not match the search context.

In What Cases Does This Symptom Appear Most Frequently?

Site migrations from responsive to an M-dot architecture often generate this type of error. Teams forget that moving from a single structure to two distinct URLs imposes a level of annotation that responsive designs did not require.

Sites that maintain separate mobile and desktop versions for user experience reasons also fall into this trap. A template update on the mobile side that removes canonical tags can leave you with m.example.com pages contaminating your desktop results for weeks.

  • Ensure each desktop page contains a rel="alternate" media="only screen and (max-width: 640px)" pointing to its mobile equivalent
  • Confirm that each mobile page has a rel="canonical" referring to its desktop version
  • Test the consistency of URLs: no chain redirects, no 404 errors on targets
  • Use the URL Inspection tool in Search Console to verify that Google correctly detects these bidirectional annotations
  • Monitor coverage reports for unwanted indexing of mobile versions in a desktop context

SEO Expert opinion

Is This Statement Consistent with Observed Practices in the Field?

Absolutely. I've seen sites lose 15 to 20% of their desktop traffic after a poorly orchestrated mobile redesign. The pattern is always the same: the technical team deploys new mobile pages, forgets to update the alternate tags on the desktop, and Google begins serving m.example.com URLs in the results for desktop.

The timing of appearance varies greatly. Some sites experience the issue emerging within 48 hours, while others take three weeks. It depends on the crawl frequency, the depth of the affected pages in the structure, and the level of trust Google assigns to your domain. [To be verified]: Google has never specified the exact timeframe for detecting these annotation inconsistencies.

What Nuances Should Be Added to Mueller's Advice?

Mueller talks about a "technical issue", but it is essential to distinguish between two scenarios. The first: your tags are completely missing. This is easy to diagnose and correct. The second: your tags exist but create interpretation conflicts.

A concrete example: a desktop page points to m.example.com/page-a via alternate, but that mobile page has a canonical pointing to www.example.com/page-b. Google faces an inconsistency: what is the true relationship? In this case, the engine may completely ignore your annotations and make its own choice, often to the detriment of your display strategy.

In What Cases Does This Rule Not Apply or Become Obsolete?

If you are fully responsive with a single URL for all versions, this issue disappears. No annotations to manage, no risk of mobile pages contaminating desktop SERPs. This is one of the primary reasons Google has encouraged this approach for years.

AMP sites also encounter a different variant. AMP pages have their own annotation system (rel="amphtml" on the canonical side, rel="canonical" on the AMP side), and the display logic follows different rules. An AMP page appearing on desktop does not necessarily indicate the same type of technical malfunction.

Caution: Some CMSs automatically generate canonical tags pointing to the page itself, even on the mobile version. If your m.example.com/page has a canonical pointing to m.example.com/page instead of www.example.com/page, you create a closed loop that prevents Google from establishing the correct relationship between your versions.

Practical impact and recommendations

What Should Be Done Specifically to Diagnose the Problem?

Start with a tag audit on a representative sample. Take 10-15 strategic pages, manually check the source code. On the desktop side, look for rel="alternate" and note the target URL. On the mobile side, check that the canonical correctly points to the corresponding desktop version.

Use Search Console to identify mobile pages indexed that appear in a desktop context. Filter your performance reports by device type and cross-reference with the served URLs. If you see m.example.com in your desktop impressions, you have confirmation of the problem. The URL Inspection tool shows you exactly which version Google considers canonical.

What Mistakes Should Be Avoided During Correction?

Never correct annotations on one side only. Adding an alternate on desktop without checking that the mobile canonical is consistent does not resolve anything. You must synchronize both versions at the same time, ideally during a coordinated deployment.

Also avoid intermediate redirects in your annotations. If your alternate points to m.example.com/page-a which redirects to m.example.com/page-b, Google may choose to ignore the entire chain. Annotations should point directly to the final URLs that return a 200 status.

How to Verify That Your Configuration Is Fully Corrected?

After correction, request a reindexing via Search Console to speed up consideration. But do not expect immediate effects. Google must recrawl both versions, validate the consistency of the new annotations, and update its index. Expect a timeframe of one week to one month based on your crawl budget.

Monitor your server logs to confirm that Googlebot is indeed recrawling your desktop and mobile pages after the modification. An absence of recrawl within 10 days following your correction may indicate a crawl budget issue or a technical penalty blocking exploration.

  • Manually audit canonical and alternate tags on 15-20 representative pages from each template
  • Check in Search Console for mobile URLs that generate desktop impressions
  • Correct annotations bidirectionally and synchronously between versions
  • Eliminate any intermediate redirects in the annotation targets
  • Request reindexing of critical pages via Search Console
  • Monitor server logs to confirm post-correction recrawl
This bidirectional annotation setup between mobile and desktop versions requires absolute technical rigor. A simple mistake in a template can affect thousands of pages. If your team lacks expertise in these areas or if you manage a site with thousands of URLs, partnering with a specialized SEO agency can help you avoid costly errors and ensure a quick and sustainable compliance.

❓ Frequently Asked Questions

Faut-il utiliser des balises canonical et alternate si mon site est en responsive ?
Non. En responsive, vous avez une seule URL qui s'adapte à tous les appareils. Les annotations canonical/alternate ne servent qu'aux architectures avec URL distinctes pour mobile et desktop.
Combien de temps faut-il à Google pour détecter une correction d'annotations ?
Entre une semaine et un mois selon votre crawl budget et la profondeur des pages. Les pages à fort trafic sont généralement mises à jour plus rapidement.
Peut-on avoir des pages mobiles indexées sans version desktop correspondante ?
Oui, c'est possible si votre contenu mobile est unique ou si vous n'avez jamais créé d'équivalent desktop. Dans ce cas, pas besoin d'annotations bidirectionnelles.
Les annotations alternate doivent-elles inclure l'attribut media avec une requête CSS ?
Oui, Google recommande rel="alternate" media="only screen and (max-width: 640px)" pour signaler qu'il s'agit d'une version mobile. Cela aide le moteur à contextualiser la cible.
Que se passe-t-il si ma page desktop a plusieurs versions mobiles selon la langue ?
Vous devez combiner les annotations alternate avec les balises hreflang. Chaque version desktop pointe vers ses variantes mobiles correspondantes avec les attributs hreflang appropriés.
🏷 Related Topics
Domain Age & History Content Crawl & Indexing AI & SEO Images & Videos Mobile SEO

🎥 From the same video 8

Other SEO insights extracted from this same Google Search Central video · duration 58 min · published on 16/12/2014

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