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

Interstitials can cause problems for Googlebot. If an interstitial blocks the main content that Googlebot needs to see, it can hinder Google's ability to rank the page properly. Interstitials that interrupt access to content are not recommended.
6:22
🎥 Source video

Extracted from a Google Search Central video

⏱ 59:50 💬 EN 📅 27/02/2015 ✂ 14 statements
Watch on YouTube (6:22) →
Other statements from this video 13
  1. 0:32 La compatibilité mobile suffit-elle vraiment à améliorer votre classement dans Google ?
  2. 2:40 Responsive, dynamic serving ou site mobile séparé : quelle technique choisir pour le SEO ?
  3. 3:46 Les outils Google suffisent-ils vraiment pour auditer la compatibilité mobile de votre site ?
  4. 7:59 Le cloaking est-il vraiment toujours détecté par Google ?
  5. 15:49 Les redirections 301 suffisent-elles vraiment pour un changement de domaine sans perte de trafic ?
  6. 19:46 Les vidéos d'arrière-plan sabotent-elles votre indexation sur Google ?
  7. 23:56 JSON-LD pour les produits : Google est-il vraiment prêt à tout supporter ?
  8. 26:22 Peut-on vraiment utiliser des structures d'URL différentes selon les langues sans pénalité SEO ?
  9. 34:50 Les nouveaux TLD génériques (.music, .education) boostent-ils vraiment votre SEO ?
  10. 36:56 Faut-il vraiment arrêter de masquer du contenu aux robots d'indexation ?
  11. 47:28 Les critères de compatibilité mobile vont-ils bientôt changer dans l'algorithme de Google ?
  12. 47:48 Comment exploiter les indicateurs de compatibilité mobile de la Search Console pour améliorer votre SEO ?
  13. 53:34 Les signaux utilisateur influencent-ils vraiment le classement mobile de votre site ?
📅
Official statement from (11 years ago)
TL;DR

Google claims that interstitials that obscure main content harm crawling and rankings. Specifically, if Googlebot lands on a page and cannot access the content due to an intrusive popup, the page is likely to be poorly rated. The challenge is ensuring that your interstitials never block the initial rendering visible to the bot.

What you need to understand

What is an interstitial and why does Google distrust it?

An interstitial refers to any element that displays over the main content of a page: newsletter popups, cookie consent messages, mobile app banners, or even full-page advertisements. Google has little tolerance for them when they prevent immediate access to the content that the user is searching for.

The issue arises for both user experience and Googlebot. If the bot crawls your page and the rendered DOM shows an opaque overlay obscuring the main text, Google cannot analyze your content properly. The result is that the page may be under-indexed or poorly ranked due to a lack of usable relevance signals.

Does Google differentiate between legitimate and intrusive interstitials?

Yes, but the line remains blurred. Google explicitly tolerates legally mandatory overlays: cookie banners (GDPR), age checks for sensitive content, authentication messages on private areas. These interstitials are not penalized if they remain proportional.

In contrast, aggressive marketing popups triggered when the page loads, full-page advertisements without a visible close button, or overlays that force an action before accessing the content are scrutinized. Google considers them to be intrusive and likely to degrade mobile experience, especially since the Page Experience signal was introduced.

How does Googlebot detect a blocking interstitial?

Googlebot now renders pages using Chrome headless and executes JavaScript. This means it sees what a real user would see: if an overlay covers the main viewport at the time of rendering, the bot detects it. Google analyzes the positioning of elements in the Render Tree, their z-index, opacity, and occlusion area.

If the interstitial occupies more than 50% of the visible area or if the main text content is not accessible without user interaction (click to close), Google considers that the content is blocked. This directly impacts the search engine's ability to extract semantic signals from the page.

  • Googlebot renders pages with JavaScript enabled: it sees your overlays just like a mobile user would.
  • Legally required interstitials (GDPR, age) are not penalized if they adhere to best display practices.
  • An interstitial that obscures the main content upon loading harms rankings, even if a close button exists.
  • Google measures occlusion area and display time: an overlay that disappears quickly is less problematic than a persistent blockage.
  • Popups triggered after user interaction (scrolling, clicking) are better tolerated than those that appear immediately.

SEO Expert opinion

Is this statement consistent with real-world observations?

Yes, overall. Since the rollout of the Page Experience Update, a clear correlation can be seen between aggressive interstitials and decreased mobile visibility. Sites that have removed their full-page popups upon loading have often regained positions, especially on transactional queries where user experience counts heavily.

However, caution is needed: the penalty is not binary. Google does not impose a blunt filter like "interstitial = -20 positions". It is more subtle. A site with strong authority and unique content may maintain decent ranking despite an intrusive overlay, while a fragile site will see immediate impact. UX signals aggregate with other ranking factors.

What nuances should be added to this statement?

First, Google does not specify a quantitative threshold. How long can an interstitial be displayed without causing harm? What level of occlusion is acceptable? No official numerical data. [To be verified]: internal testing shows that an overlay that disappears within 2 seconds and occupies less than 30% of the viewport height seems tolerated, but Google does not publicly confirm this.

Next, the distinction between a "blocking interstitial" and a "discreet overlay" remains blurred. Is a sticky cookie banner at the bottom of the page that does not hide any content an interstitial by Google's standards? Probably not. But a centered modal with an opaque backdrop, even if small, clearly is. The ambiguity persists in borderline cases: side slide-ins, top banners of 200 pixels, etc.

In what cases does this rule not apply?

Google lists three explicit exceptions: legal obligations (GDPR, COPPA, age verification), login walls for private content (subscriber areas, intranets), and easily dismissible discreet banners (less than 10% of height). These interstitials do not incur penalties if they are proportional.

But even in these cases, implementation matters. A GDPR banner occupying 80% of the mobile screen with a tiny "Accept" button remains an issue, even if it is legally required. Google expects these overlays to be user-friendly: visible close button, readable text, no scroll-jacking.

Warning: A/B testing with interstitials on part of the traffic can skew signals sent to Google. If Googlebot consistently encounters the variant without a popup (involuntary cloaking), your actual performance data do not reflect what the bot sees. Ensure that Googlebot experiences the same process as an average user.

Practical impact and recommendations

What practical steps can be taken to make interstitials compliant?

First, audit all your overlays: newsletter popups, exit-intent modals, promotional banners, consent messages. Use Google Search Console and the URL inspection tool to check the mobile rendering as seen by Googlebot. If the main content does not appear immediately in the rendered viewport, you have a problem.

Next, delay the display of marketing interstitials. Instead of triggering a popup on load, wait for a significant user interaction: 50% scroll depth, time spent on page greater than 30 seconds, or click on an element. This reduces the negative impact while preserving some of your conversions. Popups triggered after user engagement are explicitly tolerated by Google.

What technical errors should be absolutely avoided?

Never obscure the main content with a high z-index without the option for a quick close. Avoid overlays without a visible close button or with a button so small it's unusable on mobile. Google monitors Core Web Vitals: a poorly coded interstitial that causes massive layout shift (CLS) or delays interactivity (INP) accumulates penalties.

Another pitfall: GDPR banners that load dozens of third-party scripts before displaying content. If your Largest Contentful Paint exceeds 2.5 seconds due to a poorly optimized CMP, you lose on all fronts: UX, Page Experience, and crawling. Use lightweight consent solutions loaded asynchronously and test their impact with Lighthouse.

How can I verify that my site meets Google's expectations?

Three essential tools: Google Search Console (Experience section > Mobile Usability, which reports intrusive interstitials detected), PageSpeed Insights (to measure impact on CLS and LCP), and the Mobile-Friendly Test which renders the page as Googlebot mobile. If no warnings appear and the main content is visible in the rendered screenshot, you are likely in compliance.

Also test in private browsing on a real mobile device. If you have to close three overlays before accessing the first paragraph, your users are experiencing the same frustration as Googlebot. Heatmaps and user recordings (Hotjar, Clarity) often reveal that 40% of mobile visitors bounce before even closing the interstitial, a catastrophic signal for Google.

  • Remove or delay all marketing popups displayed immediately upon page load.
  • Implement conditional triggers: display after scrolling, time spent, or exit intent only.
  • Reduce the occlusion area: prefer discreet banners (less than 20% of viewport height) to full-page modals.
  • Optimize GDPR banners: asynchronous loading, visible close button, minimal impact on CLS and LCP.
  • Test Googlebot rendering through Google Search Console and Mobile-Friendly Test to check content accessibility.
  • Monitor Core Web Vitals: an interstitial should never degrade CLS beyond 0.1 or LCP beyond 2.5s.
Interstitials remain a powerful conversion lever, but their implementation must now incorporate the SEO and UX constraints imposed by Google. Balancing commercial performance and organic visibility requires precise technical expertise: optimizing JavaScript loading, managing z-index, measuring impact on Core Web Vitals, and rendering tests from the bot's perspective. These cross-optimizations can quickly become complex to orchestrate alone, especially across heterogeneous tech stacks. Consulting a specialized SEO agency allows for a thorough audit, tailored implementations, and ongoing performance tracking, ensuring your interstitials remain profitable without sacrificing your organic ranking.

❓ Frequently Asked Questions

Un bandeau cookie RGPD compte-t-il comme un interstitiel bloquant ?
Non, si le bandeau est proportionné (moins de 20% de la hauteur d'écran), facilement refermable, et légalement requis. Google tolère explicitement les overlays de consentement obligatoires, à condition qu'ils n'empêchent pas l'accès au contenu principal.
Les popups déclenchées après scroll ou clic sont-elles pénalisées ?
Non. Google pénalise surtout les interstitiels affichés immédiatement au chargement. Un overlay déclenché après une interaction utilisateur (scroll de 50%, temps passé, clic) est considéré comme moins intrusif et généralement toléré.
Comment savoir si Googlebot voit mon interstitiel comme bloquant ?
Utilisez l'outil d'inspection d'URL dans Google Search Console et regardez la capture d'écran du rendu mobile. Si le contenu principal n'est pas visible dans le viewport initial à cause d'un overlay, c'est problématique.
Un interstitiel peut-il impacter les Core Web Vitals ?
Absolument. Un overlay mal codé provoque souvent un Cumulative Layout Shift élevé (CLS) et peut retarder le Largest Contentful Paint (LCP). Ces dégradations cumulées impactent le classement via le signal Page Experience.
Faut-il supprimer tous les interstitiels pour bien ranker ?
Non, mais il faut les rendre non-intrusifs : affichage différé, surface réduite, fermeture facile, pas d'impact sur les Web Vitals. Un site à forte autorité peut tolérer des overlays discrets sans perte de positions significative.
🏷 Related Topics
Domain Age & History Content Crawl & Indexing

🎥 From the same video 13

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