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

When a site uses a subdomain m. for its mobile version, it is crucial to set up the canonical and alternate tags correctly to ensure good ranking.
17:19
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h02 💬 EN 📅 30/01/2015 ✂ 16 statements
Watch on YouTube (17:19) →
Other statements from this video 15
  1. 2:11 Les variations de positions Google : fluctuations normales ou vrais problèmes SEO à traiter ?
  2. 3:49 Faut-il fuir les agences SEO qui garantissent le top 1 Google ?
  3. 7:01 Les champs obligatoires du sitemap vidéo sont-ils vraiment tous indispensables ?
  4. 8:04 Peut-on vraiment prévoir les mises à jour Panda ?
  5. 9:08 Faut-il vraiment rediriger Googlebot selon la géolocalisation ?
  6. 11:15 Les redirections JavaScript mobile sont-elles vraiment un handicap pour le SEO ?
  7. 11:22 La géoredirection peut-elle ruiner l'expérience utilisateur sans impacter le SEO ?
  8. 20:51 Le balisage Google+ contrôlait-il vraiment la mise en cache des URL partagées ?
  9. 28:57 Combien de temps faut-il vraiment pour sortir d'une pénalité Penguin ?
  10. 29:59 Pourquoi Google met-il autant de temps à reconnaître vos mises à jour de contenu ?
  11. 31:59 Faut-il vraiment créer un site par pays pour un e-commerce international ?
  12. 34:11 Comment bloquer efficacement un site en développement sans impacter l'indexation future ?
  13. 36:56 Les forums de mauvaise qualité plombent-ils vraiment le classement de tout votre site ?
  14. 40:51 La convivialité mobile est-elle vraiment un facteur de classement décisif pour votre SEO ?
  15. 63:44 Faut-il vraiment fusionner vos sites web pour cibler l'international ?
📅
Official statement from (11 years ago)
TL;DR

Google confirms that the configuration of canonical and alternate tags between desktop versions and subdomain m. directly impacts rankings. A misconnection between the two versions disperses ranking signals and creates confusion for crawling. Affected sites need to audit their implementation to ensure that every mobile URL points to its desktop equivalent via rel=canonical, and vice versa with rel=alternate.

What you need to understand

What is a subdomain m. and why does it still exist?

The subdomain m. (e.g., m.example.com) is a historical mobile architecture where the site serves a distinct version to mobile users. This approach was common before responsive design and mobile-first indexing became the norm.

Many legacy sites maintain this structure for technical or organizational reasons. Migrating to a single responsive site remains complex when mobile and desktop versions have different content or features. Google continues to support this configuration as long as it is correctly tagged.

What exactly are canonical and alternate tags in this context?

The rel=canonical tag on the mobile version (m.example.com/page) must point to the desktop version (www.example.com/page). It indicates to Google that the desktop version is the primary one to index.

Conversely, the rel=alternate media tag on the desktop version must point to the mobile version. It signals that a mobile variant exists for smartphone users. This bidirectional linking allows Google to understand the relationship between the two URLs and consolidate ranking signals.

How does this configuration impact ranking?

Without these tags, Google treats the two versions as distinct and competing content. Backlinks, page authority, and user signals get dispersed between m.example.com and www.example.com.

The crawl budget is also wasted because Googlebot explores both versions without understanding their relationship. With mobile-first indexing, Google primarily indexes the mobile version, but if it is not correctly linked to the desktop version, historical signals accumulated on www. may be lost.

  • Consolidation of Signals: The tags prevent dilution of PageRank and engagement metrics between the two versions.
  • Effective Crawling: Googlebot understands that these are two URLs for the same content and optimizes its crawling.
  • Consistent Indexing: Google knows which version to display depending on the context (mobile or desktop) without creating duplicate content.
  • Preservation of History: Signals accumulated on the desktop version are transferred to the mobile version during the transition to mobile-first indexing.
  • User Experience: Users land on the version suited to their device without random redirects.

SEO Expert opinion

Is this recommendation really new or just a reminder?

Let’s be honest, Google has been hammering this message for years. The official documentation on distinct mobile configurations has detailed these tags since at least 2015. What’s changing is that many sites have neglected this implementation, believing that mobile-first indexing would make the issue obsolete.

Wrong. As long as a site maintains a subdomain m., this configuration remains mandatory and crucial. Mueller reiterates a fundamental that too many practitioners take for granted, even as field audits regularly reveal basic errors in this regard.

Do poorly configured sites really show a ranking impact?

Yes, and it's measurable. Sites with poorly tagged m. versions often exhibit abnormal volatility in rankings between mobile and desktop. Google may index either the m. or the www. version, creating fluctuations in the SERPs.

Backlinks pointing to www. do not fully benefit m. if the canonical is missing or incorrect. The result is a potential loss of ranking of 10-30% on certain key queries. [To be verified]: Google has never published specific figures on the extent of this loss, but client case studies show significant gains after correction.

When can this configuration fail even with proper implementation?

First case: divergent content. If m.example.com/page and www.example.com/page present substantially different content, Google may ignore the tags and treat the URLs as distinct. The canonical is just a signal, not an absolute directive.

Second case: redirection chains. If www.example.com/page redirects to example.com/page, then m. has a canonical pointing to www., Google can lose the thread. Third case: dynamic implementation errors where tags change based on user-agent or URL parameters, creating inconsistencies.

Caution: Google Search Console does not always explicitly report canonical/alternate errors. It is necessary to cross-reference with Screaming Frog or OnCrawl crawls to detect inconsistencies, particularly chained canonicals or missing alternates on certain pages.

Practical impact and recommendations

How can I check if my m. subdomain site is configured correctly?

Run a comparative crawl of www. and m. using Screaming Frog or Sitebulb. Export the canonical and alternate tags from each version. For each URL www.example.com/X, check that m.example.com/X exists, contains rel=canonical pointing to www.example.com/X, and that www.example.com/X contains rel=alternate pointing to m.example.com/X.

Use Google Search Console to compare indexed URLs on mobile vs. desktop. If you see massive divergences or m. pages indexed when you would prefer www., it’s a red flag. Also test manually with the URL inspection tool to see which version Google considers canonical.

What are the most common implementation errors to avoid?

Error #1: self-referential canonical on m. (m.example.com/page points to itself instead of www.). Error #2: total absence of alternate on the desktop version, preventing Google from discovering the mobile version.

Error #3: poorly formed relative canonicals that, on m.example.com, point to /page instead of https://www.example.com/page, creating a link to m.example.com/page. Error #4: tags present in HTML but blocked by robots.txt or not rendered in JavaScript, hence invisible to Googlebot.

Should I migrate to a responsive site or keep the subdomain m.?

The responsive design is the recommended architecture by Google as it drastically simplifies technical management. One content, one URL, no risk of desynchronization. However, migrating a legacy site with an established m. is a significant project that requires restructuring templates, content, and redirects.

If you keep the m., ensure that both versions offer equivalent richness and depth of content. Google prioritizes mobile indexing since mobile-first, so if m. is a stripped-down version, you risk losing visibility. If you are considering migration, plan for permanent 301 redirects from m. to www. and monitor metrics for at least 3 months.

This type of structural optimization requires sharp technical expertise and the ability to anticipate impacts on crawling, indexing, and ranking. For e-commerce sites or those with high SEO traffic, partnering with a specialized SEO agency helps secure the implementation and avoid costly mistakes that can degrade positions for months.

  • Crawl www. and m. to extract all canonical and alternate tags and check reciprocity.
  • Verify in Google Search Console that the indexed URLs correspond to the desired architecture (mobile vs. desktop).
  • Test a sample of URLs with the inspection tool to confirm that Google respects the canonicals.
  • Audit the m. vs. www. content to ensure they are equivalent in depth and quality.
  • Correct common errors: self-referential canonicals, missing alternates, blocked or non-rendered tags.
  • Monitor positions and organic traffic for 4-6 weeks after correction to measure impact.
The canonical/alternate configuration on a subdomain m. is not optional but a necessity to maintain ranking. Implementation errors dilute ranking signals and disrupt crawling. A rigorous technical audit, followed by corrections and post-deployment monitoring, is essential to fully exploit the SEO potential of this historical architecture.

❓ Frequently Asked Questions

Peut-on utiliser un sous-domaine m. tout en étant en mobile-first indexing ?
Oui, Google indexe prioritairement la version mobile même sur un sous-domaine m., à condition que les balises canonical et alternate soient correctement configurées. Le mobile-first ne force pas à passer en responsive.
Que se passe-t-il si la balise alternate est présente mais pas la canonical ?
Google comprend qu'une version mobile existe, mais ne sait pas que m. doit pointer vers www. comme référence. Les deux versions risquent d'être indexées séparément, diluant les signaux de ranking.
Les balises canonical et alternate doivent-elles être en HTML ou peuvent-elles être en HTTP header ?
Les deux méthodes sont valides. L'implémentation en header HTTP (Link: <...>; rel="canonical") fonctionne aussi bien que les balises <link> en HTML. Google respecte les deux, mais l'HTML est plus courant et plus facile à auditer.
Si mon contenu mobile est plus court que le desktop, Google va-t-il me pénaliser ?
Avec le mobile-first indexing, Google indexe principalement la version mobile. Si celle-ci est significativement appauvrie, tu risques une perte de visibilité sur les requêtes complexes. Vise une équivalence de contenu ou migre vers un responsive.
Dois-je créer un sitemap séparé pour le sous-domaine m. ?
Non, ce n'est pas nécessaire si les balises canonical/alternate sont en place. Google découvre la version mobile via l'alternate. Un sitemap mobile peut accélérer le crawl, mais n'est pas obligatoire contrairement aux balises.
🏷 Related Topics
Crawl & Indexing AI & SEO Images & Videos JavaScript & Technical SEO Mobile SEO Domain Name Redirects

🎥 From the same video 15

Other SEO insights extracted from this same Google Search Central video · duration 1h02 · published on 30/01/2015

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