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

Currently, interstitials are only a concern on mobile devices. Google considers interstitials to be a factor of mobile incompatibility.
24:39
🎥 Source video

Extracted from a Google Search Central video

⏱ 54:15 💬 EN 📅 07/07/2017 ✂ 13 statements
Watch on YouTube (24:39) →
Other statements from this video 12
  1. 2:05 Le contenu caché dans les accordéons mobile est-il vraiment traité comme du contenu normal par Google ?
  2. 4:30 Faut-il vraiment écrire « naturel » pour Google ou optimiser ses mots-clés ?
  3. 8:25 Faut-il vraiment mettre une balise canonique sur chaque page, même sans duplication ?
  4. 10:29 La longueur de contenu influence-t-elle vraiment le classement Google ?
  5. 16:29 Les signaux sociaux influencent-ils réellement le référencement naturel ?
  6. 19:27 La position d'un lien interne sur la page influence-t-elle vraiment son poids SEO ?
  7. 20:53 La balise canonique suffit-elle vraiment à maîtriser la navigation à facettes ?
  8. 24:44 Faut-il vraiment utiliser des redirections 301 pour remplacer du contenu dupliqué ?
  9. 26:14 Faut-il vraiment déployer AMP sur un site e-commerce complet ?
  10. 32:51 Pourquoi Google ignore-t-il vos deep links si le contenu app et web ne correspond pas ?
  11. 33:33 Faut-il encore déclarer la langue d'une page à Google ?
  12. 46:03 RankBrain transforme-t-il vraiment la compréhension des requêtes ambiguës ?
📅
Official statement from (8 years ago)
TL;DR

Google treats interstitials as a signal of mobile incompatibility, applicable only to smartphones. This statement confirms that intrusive popups impact mobile ranking while leaving desktop rankings unaffected. For SEO practitioners, this means that an interstitial strategy must now be segmented by device, with strict rules for mobile.

What you need to understand

Why is Google specifically targeting mobile interstitials?

The answer can be summed up in one word: user experience. On a 6-inch screen, an interstitial that occupies 80% of the visible area becomes a major obstacle to accessing content. Google has always maintained that mobile compatibility is a distinct ranking criterion, and interstitials fit into this framework.

Mueller's precision is significant: he is not referring to a typical "ranking factor," but rather a criteria of mobile incompatibility. This terminological nuance indicates that Google treats these popups as a usability flaw, similar to a button that is too small or text that is unreadable. The mobile-first index amplifies this issue: the mobile version serves as the reference for indexing.

Are all interstitials subject to this penalty?

No. Google has always maintained legitimate exceptions that fall outside this rule. Cookie banners required for legal compliance, age verification popups for regulated content, or login interstitials for member areas are not targeted.

The devil is in the implementation details. A cookie banner that takes up 30% of the screen and allows scrolling remains acceptable. A full-screen popup without a visible close button in the first few seconds poses a problem. Google assesses perceived intrusion: can the user access the main content without friction?

How does Google technically detect these interstitials?

The detection method combines multiple signals. Googlebot's rendering engine simulates mobile display and measures the coverage ratio of the main content. If a fixed or absolute positioned element covers more than 50% of the viewport in the first few seconds, it triggers a flag.

Core Web Vitals also play an indirect role. A poorly coded interstitial degrades the Cumulative Layout Shift and the First Input Delay. Google cross-references these metrics with DOM analysis to identify patterns of intrusive interstitials. Sites that use JavaScript delays to circumvent detection take a risk: the rendering bot can wait several seconds.

  • Interstitials solely impact mobile ranking, not desktop
  • Legal exceptions (cookies, age, paywall) remain allowed if well implemented
  • Detection combines visual rendering and DOM analysis
  • Timing of display matters: an interstitial after 10 seconds of scrolling poses fewer problems
  • Mobile-first index amplifies the impact: the mobile version serves as the reference for the entire site

SEO Expert opinion

Is this rule applied uniformly across all sectors?

Field observations show a variable application depending on verticals. News sites and media appear to benefit from a certain tolerance, likely because their business models rely on newsletter signups. Conversely, e-commerce sites with aggressive "10% off" popups suffer measurable visibility losses.

Mueller's statement does not specify the thresholds of tolerance or the gradation of impact. [To be verified]: Is there a progressive scoring system or a binary pass/fail? A/B tests indicate a site can lose between 5% and 20% of organic mobile traffic after activating full-screen interstitials, but this variation depends on multiple factors (domain authority, competition, niche).

Does the mobile/desktop distinction still hold up technically?

This separation is becoming more tenuous with the widespread mobile-first index. In theory, Google indexes the mobile version first, so a mobile interstitial should impact overall ranking. In practice, observations suggest that Google still maintains distinct signals for ranking by device.

The real problem is: how to manage tablets? A 12.9-inch iPad Pro often receives the mobile version in user-agent, but its screen resembles a laptop. An interstitial that is acceptable on this surface may become intrusive on an iPhone SE. Mueller's statement completely ignores this gray area, complicating implementation decisions. [To be verified]: Does Google use the actual viewport size or just the user-agent to apply this rule?

What are the blind spots of this statement?

Mueller does not mention the hybrid formats that are emerging to bypass the rule: sticky footers with CTAs, progressive slide-ins, scroll-to-reveal. These formats occupy less than 30% of the screen and technically escape the definition of interstitial, yet they still degrade UX.

Another troubling silence is around the cumulative impact. A site that stacks cookie banner + push notification + newsletter popup + sticky header can obscure 60% of content without any individual element triggering the filter. Does Google evaluate this overall load? Public data does not exist on this point.

Sites that have migrated to alternatives (discreet banners, inline forms) report mobile traffic gains between 8% and 15% within 4-6 weeks following the change. This timeframe corresponds to the recrawl cycle and re-evaluation of mobile compatibility signals.

Practical impact and recommendations

What should be prioritized for auditing on an existing site?

Start with a mobile crawl using Googlebot with a tool like Screaming Frog or OnCrawl in smartphone mode. Enable JavaScript rendering and capture screenshots after 3 seconds of loading. Compare the coverage ratio of the main content: if less than 50% of the viewport remains visible, you have a problem.

Then test the mobile Core Web Vitals via PageSpeed Insights. A high CLS coupled with a degraded FID often indicates a poorly coded interstitial that loads asynchronously. Also, check behavior on multiple screen sizes: an interstitial may work on a Galaxy S23 but block access on an iPhone SE.

How to restructure an interstitial strategy without killing conversions?

The classic solution is to disable full-screen popups on mobile and compensate with native formats. Replace with a sticky banner at the bottom of the page (max 25% of the viewport), or integrate inline CTAs in the content. Tests show that a form placed after 40% of scrolling converts almost as well as a popup, without the SEO impact.

For media or SaaS sites reliant on signups, implement an intelligent exit detection. Trigger the interstitial only when the user scrolls back up to the address bar (mobile exit intent), not upon arriving on the page. Google better tolerates popups triggered by voluntary user actions.

What technical errors create false positives?

Incorrectly configured z-indexes are a classic pitfall. A cookie banner with z-index: 9999 can technically obscure content even if it occupies only 20% of the screen. Google analyzes visual overlap, not just the element size.

Another frequent error is JavaScript delays that are too short. Displaying an interstitial 500ms after DOMContentLoaded may seem subtle, but Googlebot captures it as an entry interstitial. Wait at least 5-7 seconds or 30% of scrolling before triggering. GDPR regulations complicate matters: an immediately appearing cookie banner remains legal and tolerated, but its height must not exceed 30% of the viewport.

  • Crawl the site in Googlebot mobile mode with JavaScript rendering enabled
  • Measure the content coverage ratio: minimum of 50% visible without scrolling
  • Check mobile Core Web Vitals (particularly CLS and FID)
  • Test across multiple screen sizes (iPhone SE, Galaxy S23, iPad mini)
  • Replace full-screen popups with sticky footers (max 25% viewport)
  • Implement mobile exit intent rather than a trigger upon arrival
  • Audit z-indexes and visual overlaps within the DOM
  • Delay interstitials by at least 5-7 seconds or 30% of scrolling
Optimizing mobile interstitials requires a precise technical approach: rendering analysis, multi-device testing, and trigger redesign. These adjustments directly impact conversions and necessitate a delicate balance between SEO performance and business objectives. If your team lacks the resources to conduct these audits and restructure the mobile experience without degrading KPIs, a specialized SEO agency can accelerate the process with proven methodologies and tracking of impacts on organic traffic.

❓ Frequently Asked Questions

Les popups desktop affectent-ils aussi le ranking ?
Non, Google confirme que cette règle s'applique uniquement aux smartphones. Les interstitiels desktop n'entrent pas dans le calcul de compatibilité mobile et n'impactent pas le classement, même avec le mobile-first index.
Un bandeau cookie RGPD est-il considéré comme un interstitiel intrusif ?
Non, les bandeaux de conformité légale sont explicitement exemptés par Google, à condition qu'ils permettent l'accès au contenu principal. Un bandeau qui occupe moins de 30% de l'écran et autorise le scroll reste acceptable.
Comment Google mesure-t-il le pourcentage de couverture d'un interstitiel ?
Le rendering engine simule l'affichage mobile et calcule le ratio entre la surface de l'interstitiel et le viewport visible. Les éléments en position fixed ou absolute sont analysés, et le système croise cette donnée avec les Core Web Vitals.
Un exit intent popup mobile déclenche-t-il la pénalité ?
Généralement non, car Google distingue les interstitiels d'arrivée des popups déclenchées par action utilisateur. Un exit intent qui apparaît quand l'utilisateur remonte vers la barre d'adresse pose moins de problèmes qu'une popup immédiate.
Quel est le délai de réévaluation après suppression d'un interstitiel ?
Les observations terrain montrent un impact visible entre 4 et 6 semaines après le changement, correspondant au cycle de recrawl et de mise à jour des signaux de compatibilité mobile. Les gains de trafic se situent entre 8% et 15% en moyenne.
🏷 Related Topics
Mobile SEO

🎥 From the same video 12

Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 07/07/2017

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