Interstitial Popup
An interstitial popup is a full-screen or near-full-screen overlay that appears between user actions or page transitions to show a message, offer, or prompt before the visitor continues.
Start here
- Delay interstitial appearance by at least 5 seconds or use exit intent.
- Make the close button obvious and easy to tap on mobile.
- Keep the overlay small — don't cover more than 50% of the screen.
- Avoid interstitials that appear immediately on landing, especially on mobile.
- For legal requirements, use an inline banner instead of a full-screen redirect.
Here's what I've learned about using them without getting on Google's bad side.
What I'd do first
- Check if your site uses any full-screen overlays on mobile. Use Google Search Console's Mobile Usability report.
- Audit timing: if a popup appears immediately on landing, that's a red flag. Delay it by at least 5-10 seconds or trigger it on exit intent.
- Ensure the popup is easy to dismiss — a small, visible close button (not a tiny 'X' in the corner).
- Test on mobile: if the popup covers more than 50% of the screen and blocks content, it's likely intrusive.
- For legal requirements (e.g., age verification), use an inline banner or small overlay instead of a full-screen redirect.
Plain-English take
An interstitial popup is like a bouncer at a club door — it stops you before you enter. Sometimes that's fine (checking ID), but if it blocks the whole entrance and you can't easily step around it, people (and Google) get annoyed. The key is to make it quick to dismiss and not hide the main content.
When it actually matters
- Mobile traffic: Google's mobile-first indexing means intrusive interstitials can hurt rankings.
- Lead generation: If you're using a popup to capture emails, timing and design matter for both UX and SEO.
- Compliance: Age verification or cookie consent might require a prompt, but you can often use a smaller overlay instead of a full-screen interstitial.
- Promotions: A well-timed offer can boost conversions, but only if it doesn't frustrate users.
What I got wrong
- I used to think any popup was fine as long as it had a close button. But Google's guidelines are specific about mobile: if the popup covers the main content and appears immediately, it's intrusive.
- I assumed interstitials were only a problem for ads. Actually, even a newsletter signup overlay can hurt SEO if it blocks content.
- I thought redirecting to a separate consent page was safer than an overlay. Turns out, Google prefers inline overlays over full-page redirects for legal prompts.
Next step
Quick answers
What is an interstitial popup?
An interstitial popup is a full-screen overlay that appears between page transitions or user actions.
Are interstitial popups bad for SEO?
They can be if they are intrusive, especially on mobile. Google penalizes interstitials that block content or are hard to dismiss.
How do I make an interstitial popup SEO-friendly?
Delay its appearance, allow easy dismissal, keep it small, and ensure the main content remains accessible.
Sources
Primary documentation is linked directly. Anything commercial is marked nofollow.
- Google Search Central - Avoid intrusive interstitials and dialogs — Primary SEO guidance on when interstitials become intrusive and how Google treats them.
- Google Search Central blog / documentation on page experience and mobile usability — Useful for broader SEO context around mobile-friendly behavior and content accessibility.
- Search Engine Land - Interstitials and dialogs — Practical SEO explanation of intrusive pop-ups and their impact on users and rankings.
Notes from Callum Bennett.