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

It is acceptable to redirect users to an installed mobile app, as long as the mobile site is still accessible for users coming from search without forcing them to see an installation screen.
7:53
🎥 Source video

Extracted from a Google Search Central video

⏱ 56:37 💬 EN 📅 15/05/2018 ✂ 14 statements
Watch on YouTube (7:53) →
Other statements from this video 13
  1. 2:06 Google fusionne-t-il vraiment les pages similaires en une seule version indexée ?
  2. 4:34 Le pré-rendu basé sur l'user-agent est-il devenu la seule méthode recommandée par Google ?
  3. 5:49 Faut-il vraiment adapter la longueur de ses meta descriptions aux snippets Google ?
  4. 7:53 Les redirections furtives vers les applications mobiles sont-elles un frein au référencement ?
  5. 8:32 Google propose-t-il vraiment une révision manuelle SEO de votre site ?
  6. 9:40 Les canonicals JavaScript sont-elles vraiment ignorées par Google ?
  7. 11:17 Les PWA sont-elles vraiment indispensables pour le référencement naturel ?
  8. 16:56 Faut-il corriger les URLs marquées 'submitted URL not selected as canonical' ?
  9. 17:36 Faut-il supprimer un sitemap qui contient trop d'erreurs ?
  10. 19:40 Comment Google distingue-t-il réellement le contenu dupliqué des adresses identiques ?
  11. 25:43 Faut-il vraiment rediriger toutes les pages HTTP vers HTTPS pour éviter les problèmes d'indexation ?
  12. 37:33 Faut-il craindre de trop lier vers Wikipédia ou des sites d'autorité ?
  13. 42:06 Pourquoi les URL avec dièse (#) bloquent-elles l'indexation de vos pages Angular ?
📅
Official statement from (7 years ago)
TL;DR

Google allows redirects to an installed mobile app but imposes a strict condition: the mobile site must remain accessible to users coming from search, without forcing an installation screen. In practice, a mandatory interstitial kills your visibility. The nuance? You can suggest opening in the app, but never impose it under penalty of punishment.

What you need to understand

What is the difference between redirecting to the app and intrusive interstitials?

Mueller's statement targets a specific case: automatic redirection that sends the user to the mobile app already installed on their device. This practice remains acceptable in Google's eyes, but only if it does not block access to web content.

The trap lies in the forced installation screen. If a user without the app lands on a page that displays a full-screen overlay compelling them to download the app to continue, it constitutes a direct violation of guidelines regarding intrusive interstitials. Google has penalized such walls since the mobile update in 2017, and this stance has never changed.

Why does Google tolerate some redirects but not others?

Google's objective is simple: preserve the user experience for visitors from organic search. When someone clicks on a result, they expect immediate access to the promised content, not to face a commercial barrier.

A redirect to the installed app potentially enhances the experience for users who prefer this format. But forcing the download on those who do not have the app turns the search result into disguised advertising. This is precisely what Google aims to avoid to maintain trust in its SERPs.

How do you distinguish a compliant implementation from a violation?

The red line lies in the optional or mandatory nature of the transition to the app. A small banner at the top of the page with a button "Open in app" remains acceptable. An overlay that covers all content with the only option being "Download" or "Install" crosses the line.

Google closely monitors sites that hide the close button, use delays before allowing access to web content, or deliberately degrade the mobile site to push users toward the app. These dark pattern tactics trigger manual actions or algorithmic adjustments.

  • Acceptable redirect: silent detection of the installed app + automatic redirection to equivalent content in the app
  • Acceptable promotion: discreet banner suggesting to open in the app, easily closable, not preventing reading
  • Clear violation: mandatory full-screen interstitial to download the app before accessing content
  • Gray area: popups with countdowns before being able to close, tiny or hidden close buttons
  • Alarm signal: abnormally high bounce rate on mobile from Google Search Console for the affected pages

SEO Expert opinion

Does this rule apply uniformly to all types of sites?

In practice, the industry sector influences Google's tolerance toward redirects to the app. News or editorial content sites are closely scrutinized, as users seek immediate information. Banks or service apps can afford a more directive approach, but without ever completely blocking web access.

I have observed major e-commerce sites that aggressively promote their mobile app without visible penalties. The difference? They maintain a functional and fast mobile site alongside. Google seems to evaluate the effort/result ratio for users: if the website is purposely broken to force the app, punishment follows.

What is Mueller not saying in this statement?

The wording remains vague on the precise definition of an acceptable interstitial. What is the maximum size? How many seconds of display? What percentage of the screen can be covered? Google never provides quantitative metrics, leaving a dangerously ambiguous margin for interpretation. [To be verified]: no official data specifies the exact penalty threshold.

Another blind spot: the impact on organic click-through rate. Even a compliant redirect can disrupt the user who expected to navigate the web. If your mobile CTR drops drastically after implementing app detection, Google may interpret this signal as a degradation of relevance, regardless of formal guideline adherence.

Do native iOS and Android app banners escape this logic?

Technically, Apple's Smart App Banners and Android's App Install Banners are tolerated by Google because they adhere to the OS standards and remain discreet. But beware: enabling these features through third-party frameworks that add additional layers may trigger issues.

Some sites stack native banners + custom banners + redirect popups. This multi-layered strategy creates measurable user friction in your Core Web Vitals (notably CLS) and can indirectly impact your mobile ranking. The unspoken rule: only one app promotion element per page.

Warning: Google Search Console does not always explicitly report interstitial violations. You can be penalized without direct notification. Monitor your mobile positions and mobile bounce rate as early indicators.

Practical impact and recommendations

How can I implement compliant app detection?

The cleanest technical solution relies on Universal Links (iOS) and App Links (Android). These protocols enable the operating system to detect the installed app and automatically propose opening it, without going through JavaScript on the site side. The advantage: no interstitial, no delay, no friction.

If you must use JavaScript for detection, prioritize logic that checks for the app's presence in the background and redirects silently. The code should include a short timeout (250-500ms): if the app does not open, the user remains on the website without seeing an error message or a white screen.

What technical errors lead to recurring penalties?

The classic error is detecting the mobile OS and displaying an interstitial without checking if the app is actually installed. Result: 95% of your mobile visitors face an unnecessary wall. Google measures this behavior through user signals (immediate return to SERPs, bounce rate).

Another trap: chained redirects via intermediary domains (site.com → app.site.com → deeplink app). Each redirect adds latency and timeout risks. Google prefers direct, fast implementations. If your redirect scheme exceeds two steps, simplify it.

How can I check the compliance of my current implementation?

Test in real conditions with the URL inspection tool from Search Console in mobile mode. Beware: the Desktop preview does not detect these issues. Ensure that the mobile rendering displays the content without a blocking overlay. Compare with a physical device to confirm.

Analyze your CrUX metrics (Chrome User Experience Report) on the affected pages. A degradation in FID (First Input Delay) or CLS (Cumulative Layout Shift) after implementing app detection often indicates a problem. Users attempting to close an interstitial generate measurable interactions.

  • Implement Universal Links and App Links rather than custom JavaScript detections
  • Remove any full-screen interstitial forcing the app download
  • Limit app promotion banners to one discreet element per page
  • Implement a redirect timeout of less than 500ms to avoid white screens
  • Test the user journey on a physical device without the app installed
  • Monitor the mobile bounce rate and positions in Search Console after deployment
Ensuring compliance for redirects to mobile apps requires a precise technical approach and continuous monitoring. If your mobile strategy involves multiple channels (web, app, PWA), the trade-off between user experience and SEO performance quickly becomes complex. In this context, consulting a specialized SEO agency allows for a thorough technical audit and an implementation roadmap that preserves your visibility while maximizing your application's adoption.

❓ Frequently Asked Questions

Puis-je afficher un bandeau "Télécharger notre app" en haut de mes pages mobiles ?
Oui, à condition que ce bandeau soit discret, facilement refermable et n'empêche pas l'accès immédiat au contenu. Un bandeau fixe de 60-80px en haut de page reste acceptable. Évitez les overlays plein écran.
Les Smart App Banners d'iOS risquent-ils de pénaliser mon référencement Google ?
Non, ces banners natifs sont tolérés car ils respectent les standards de l'OS et restent discrets. Google fait la distinction entre ces éléments système et les interstitiels custom intrusifs.
Comment rediriger automatiquement vers mon app si elle est installée sans violer les règles ?
Utilisez Universal Links (iOS) ou App Links (Android) qui gèrent la redirection au niveau système. Si vous passez par JavaScript, implémentez un timeout strict (250-500ms) et laissez l'utilisateur sur le site web si l'app ne s'ouvre pas.
Mon site e-commerce peut-il forcer l'installation de l'app pour finaliser un achat ?
Non. Même pour les fonctionnalités transactionnelles, vous devez maintenir un parcours web complet accessible. Forcer l'app pour le checkout constitue une violation claire des guidelines sur les interstitiels intrusifs.
Comment savoir si ma détection d'app a déclenché une pénalité Google ?
Surveillez votre taux de rebond mobile et vos positions dans Search Console. Une chute brutale du trafic mobile organique après implémentation, combinée à un taux de rebond anormalement élevé, signale souvent un problème. Google ne notifie pas toujours explicitement ces pénalités.
🏷 Related Topics
AI & SEO Mobile SEO Pagination & Structure Redirects

🎥 From the same video 13

Other SEO insights extracted from this same Google Search Central video · duration 56 min · published on 15/05/2018

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