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

Automatic redirects to other site versions for mobile users are not desirable and can lead to manual measures if they cause issues.
24:09
🎥 Source video

Extracted from a Google Search Central video

⏱ 54:48 💬 EN 📅 10/12/2015 ✂ 12 statements
Watch on YouTube (24:09) →
Other statements from this video 11
  1. 10:07 Le mobile-first est-il encore une priorité SEO ou un acquis définitivement intégré ?
  2. 11:33 L'App Indexing exige-t-il vraiment un alignement parfait entre app et site web ?
  3. 13:54 Faut-il vraiment débloquer CSS et JavaScript pour que Google indexe correctement vos pages ?
  4. 14:06 Le responsive design est-il vraiment la seule option viable pour le SEO mobile ?
  5. 26:04 Comment tracker efficacement les performances de vos pages AMP sans perdre en granularité analytique ?
  6. 30:08 AMP accélère-t-il vraiment le chargement des pages et faut-il encore l'adopter ?
  7. 36:37 Pourquoi Googlebot n'indexe-t-il pas vos contenus chargés en lazy loading ou en scroll infini ?
  8. 37:00 L'App Indexing peut-il vraiment booster votre visibilité organique ?
  9. 42:59 AMP améliore-t-il vraiment le référencement de vos pages mobiles ?
  10. 48:52 L'architecture AMP est-elle vraiment aussi flexible qu'un site mobile séparé ?
  11. 72:47 Comment vérifier la conformité AMP de votre CMS sans passer par Search Console ?
📅
Official statement from (10 years ago)
TL;DR

Google discourages automatic redirects to separate mobile versions if they result in a degraded experience. Poor implementation can trigger manual action. Specifically, misconfigured settings like m.example.com or aggressive redirects to pages without equivalent content are under scrutiny from Mountain View.

What you need to understand

Why Does Google Oppose Certain Mobile Redirects?

The issue isn't the redirect itself, but rather the degraded user experience it creates. When a site consistently redirects all mobile visitors to a generic homepage instead of the requested equivalent page, Google sees this as a disruption in the journey.

The most common scenario: a user searches for a specific product, clicks on an organic result, and lands on the mobile homepage with no relevance to their query. This is exactly what Google wants to avoid. The declaration targets blind redirects that ignore the original destination URL.

What Does Google Mean by 'Manual Actions' in This Context?

A manual action means that a human quality rater has identified an issue on your site. Unlike automatic algorithmic penalties, this requires direct intervention by a Google employee. You will receive a notification in Search Console, under the 'Manual Actions' section.

The typical trigger: users report a frustrating experience, or the webspam team detects a pattern of aggressive redirects during an audit. The penalty can range from partial devaluation to de-indexing of the affected pages, depending on the severity.

What Mobile Configurations Remain Compliant?

Google accepts three main architectures: responsive design (a single URL for all devices), dynamic serving (same URL but different HTML based on user-agent), and separate mobile URLs (m.example.com) ONLY if redirects are correctly implemented.

For the latter case, each desktop URL must have its exact mobile equivalent, with bi-directional rel=alternate and rel=canonical annotations. The redirection must be 1:1, not 100:1 to the homepage. The content of both versions must be equivalent, even if formatted differently.

  • Mandatory 1:1 Redirection: each desktop page redirects to its exact mobile equivalent, never to a generic page
  • Crossover Annotations: rel=alternate on desktop pointing to mobile, rel=canonical on mobile pointing to desktop
  • Content Equivalence: essential information must be present on both versions, even if the layout differs
  • No Aggressive Conditional Redirects: do not force the mobile version if the user explicitly requests the desktop version
  • Regular Multi-Device Testing: ensure that every important URL works correctly on both mobile and desktop

SEO Expert opinion

Does Google's Position Align with Real-World Observations?

Absolutely. Cases of manual penalties for mobile redirects have existed since 2015-2016, a time when many sites still maintained poorly configured m. subdomains. I have personally handled around ten cases where the Search Console notification explicitly mentioned 'misleading redirects to mobile version'.

The interesting point: Google does not penalize the architecture itself, but rather the faulty execution. A site with m.example.com perfectly annotated and with 1:1 redirects poses no problem. The catch is that maintaining two versions requires a diligence that many technical teams lack.

When Does This Rule Cause Practical Issues?

Websites with partial content on mobile find themselves stuck. Imagine an e-commerce site that displays 50 products per category on desktop but only 20 on mobile for performance reasons. Technically, the equivalence is not complete, even if the intent is laudable.

Another tricky scenario: international sites with geo-localized detection combined with mobile detection. A U.S. user on mobile searching for example.com/fr/product-x might end up redirected to m.example.com/us/ if the redirect logic is poorly orchestrated. Google sees this as a disruption in the journey, even if it was unintentional. [To be verified]: the exact tolerance of Google when mobile content is substantially identical but not pixel-perfect remains unclear in the official documentation.

Should We Abandon Mobile Subdomains Today?

Honestly, yes, unless there are major technical constraints. Responsive design eliminates 90% of the risks mentioned here. No redirects to manage, no cross annotations to maintain, no potential content duplication.

That said, some giants (Wikipedia, eBay for a long time) have maintained separate mobile versions without issues because they have the teams to ensure flawless maintenance. For the average person, it's unnecessary complexity. If you are still on m.example.com, plan the migration to responsive, period.

Practical impact and recommendations

How Can You Check if Your Mobile Redirects Are Problematic?

First reflex: open the Search Console, under 'Manual Actions'. If you have an active penalty, it will appear here with an explicit description. No notification? You are not penalized, but that does not mean everything is perfect.

Manually test a few important URLs. Take your smartphone, type the full desktop URL into Chrome on mobile. If you land on the mobile homepage instead of the equivalent page, you have a problem. Repeat the operation with 10-15 strategic pages: product sheets, blog articles, category pages.

Which Technical Errors Should Be Corrected First?

The number one error: redirecting to the mobile homepage for all URLs. Configure your server (via .htaccess, nginx.conf, or your CDN) to perform 1:1 redirects with URL matching. If example.com/product-123 exists, redirect to m.example.com/product-123, never to m.example.com alone.

The second trap: missing or inverted rel=alternate and rel=canonical annotations. On each desktop page, add <link rel="alternate" media="only screen and (max-width: 640px)" href="URL_MOBILE">. On mobile, add <link rel="canonical" href="URL_DESKTOP">. Forgetting either one will make it harder for Google to understand the relationship between your versions.

What Strategy to Adopt if Starting from Scratch?

Simple: start with responsive. Use a modern framework (Tailwind, Bootstrap if you enjoy struggle) or a CMS that handles that natively (WordPress with a recent theme, Shopify, Webflow). You will avoid all the complexity of redirects and annotations.

If you inherit a site with an existing mobile subdomain, two options. Either clean up the current configuration to make it compliant (1:1 redirects + annotations), or plan a migration to responsive within the next 6-12 months. The first solution is a band-aid, the second addresses the issue at its core. These migrations can be technical and risky if poorly executed: an experienced SEO agency will know how to orchestrate the transition without traffic loss, managing 301 redirects, preserving crawl budget, and monitoring post-migration.

  • Audit Search Console for any active manual actions
  • Manually test 15-20 key URLs on mobile to verify 1:1 matching
  • Check for the presence and accuracy of rel=alternate and rel=canonical tags on a sample of pages
  • Use Google’s mobile optimization testing tool to identify experience issues
  • Set up monitoring (Screaming Frog, OnCrawl) to detect redirects to the mobile homepage
  • If a responsive migration is planned, establish a detailed 301 redirect plan and test in preproduction
Poorly implemented mobile redirects remain a potential source of manual penalties in 2025. The safest solution: migrate to responsive design. If you maintain separate mobile URLs, demand strict 1:1 redirects and flawless bi-directional annotations. Any deviation will be detected sooner or later, either by the algorithm or by a human quality rater.

❓ Frequently Asked Questions

Peut-on encore utiliser un sous-domaine m.exemple.com sans risque de pénalité ?
Oui, à condition de respecter les redirections 1:1 et d'implémenter les annotations rel=alternate/canonical correctement. Mais le responsive design reste plus simple à maintenir et moins risqué.
Comment savoir si j'ai une action manuelle pour redirections mobiles ?
Connectez-vous à la Search Console, section Actions manuelles. Si une pénalité est active, elle sera listée avec une description explicite du problème détecté par l'équipe Google.
Les redirections mobiles affectent-elles le crawl budget ?
Oui, indirectement. Googlebot doit crawler deux versions de chaque page (desktop et mobile), ce qui consomme plus de ressources. Un responsive design permet au bot de crawler une seule version.
Faut-il rediriger les Googlebots vers la version mobile ?
Non. Googlebot smartphone doit pouvoir accéder à l'URL mobile directement. Les annotations rel=alternate/canonical suffisent à indiquer la relation entre versions, pas besoin de redirection serveur pour les bots.
Combien de temps pour lever une action manuelle après correction ?
Une fois les corrections faites, soumettez une demande de réexamen dans la Search Console. Google répond généralement sous 3-7 jours. Si conforme, la levée est immédiate ; sinon, vous recevrez des détails sur ce qui reste à corriger.
🏷 Related Topics
AI & SEO Mobile SEO Pagination & Structure Redirects

🎥 From the same video 11

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