Splash Page
A splash page is a brief introductory screen shown before a visitor reaches the main website or app. It typically presents a single message, promotion, age or language gate, or email capture before letting the user continue.
Key takeaways
- A splash page interrupts a visitor already heading somewhere, so attention is briefly high.
- Store the visitor's choice in a cookie so returning users skip the screen.
- Compliance gates for age or region convert far better than promotional splashes.
- Mobile interstitials in front of indexed content can weaken search rankings.
- The skip control must be visible in the first paint, not after animation.
In depth
A splash page interrupts the path to a destination the visitor already chose. The request for the homepage or app is intercepted, a single screen is served, and the original destination waits behind it. That screen carries one element that matters: a choice, an announcement, or a field. Because the visitor is already committed to going somewhere, the page holds unusual attention for a few seconds. Most implementations set a cookie so the interruption happens once per visitor rather than on every session.
The value of the interruption is whatever the screen collects or confirms, and its cost is the fraction of visitors who abandon rather than continue. Both sides move. A required gate for age or region has near-total compliance because there is no alternative route. A promotional screen has none of that leverage and depends entirely on how well the message reads in two seconds. Delay makes it worse: a splash that loads slowly, animates for several seconds, or hides its dismiss control converts curiosity into a back-button press.
Practical builds keep the markup light, render the skip link in the first paint, and store the visitor's choice so returning users go straight through. Language and region gates write the selection to a cookie and never ask again. Campaign splashes are usually time-boxed to the flight of the promotion. Where the screen fronts a scorecard quiz, the copy states the reward and the effort in the same line, so the people who continue have already accepted the trade and finish at a higher rate.
A splash page is the wrong instrument whenever the visitor arrived with a specific intent. Someone landing from a search result on a product detail page, or from a support link, wants that page and nothing else, and an interstitial there reads as an obstacle. Search guidelines treat intrusive interstitials on mobile as a negative signal, so a splash in front of indexed content risks ranking as well as traffic. It also cannot substitute for a homepage: one screen has no room to serve several audiences.
Example in practice
How to measure it
Two rates describe a splash page. Pass-through is the share of visitors who continue to the destination, and action rate is the share who do the thing the screen asked for, whether that is entering an email or picking a region. Read them together: a high action rate on a screen that only half the visitors get past is still net negative if the destination is where revenue happens.
Segment by device and by new versus returning, because a screen that is tolerable on desktop can be punishing on a small phone, and returning visitors abandon fastest. Compare downstream behaviour rather than the splash alone: sessions per visitor, pages per session and conversion at the real goal, measured with the splash live and with it disabled for a holdout group.
Common mistakes
The frequent error is showing the splash to everyone on every visit. A returning customer meets the same launch announcement four times and starts associating the brand with an obstacle. Set a cookie on first dismissal and cap the campaign to its actual dates. The related error is auto-playing sound or a long animation before the content is readable, which pushes visitors to close the tab rather than wait it out.
The second failure is loading the screen with several jobs at once: a language choice, a newsletter box, a cookie banner and a promotion stacked together. Each competes for the two seconds available and none gets done. Pick the single decision the screen exists to capture and move everything else behind it. Also avoid making the entry link the least visible element on the page; a hidden close control produces rage clicks, not signups.
Frequently asked questions
When does a splash page make sense?
It works well for age or region gates, launch announcements, and a single high-value capture like a waitlist email. Avoid it when it only delays users without adding value, since that raises bounce rate.
Is a splash page bad for SEO?
It depends on what sits behind it. A gate in front of indexed content counts as an intrusive interstitial on mobile and can suppress rankings for those pages. A splash on the root URL that passes visitors through quickly and is crawlable causes less trouble. If the screen must stay, serve it after the content renders rather than instead of it.
What is the difference between a splash page and a landing page?
A splash page is a doorway to somewhere else; a landing page is the destination. The splash appears before content the visitor already requested and usually asks for one small thing. A landing page is what an ad or link points at, carries the full argument, and owns the conversion. A splash rarely stands alone in a campaign.
How long should a splash page stay on screen?
Until the visitor acts, not on a timer. Auto-advancing after three or five seconds forces everyone to wait for the slowest reader and annoys the rest. If the screen only announces something, let a click dismiss it immediately. If it asks for a choice such as region, there is no timer at all, since the answer decides what loads next.
Should a splash page require an email before entry?
Only when entry itself is the reward, such as a closed waitlist or a members area. Hard-gating a public site trades most of the traffic for a small list and usually loses. A softer pattern keeps the entry link visible and offers the email exchange next to it, so the visitors who want the incentive take it and the rest continue.
Do splash pages work on mobile?
They work when they fit one thumb-reachable screen with no scrolling and no tiny close icon. Mobile is where the format fails most often, because a full-screen overlay on a slow connection blocks the content the visitor came for. Test the screen at the smallest supported width first, and check that the dismiss target is large enough to hit reliably.
Is an age gate a splash page?
Yes, an age or region gate is the compliance version of the format. The difference is that the choice is legally required, so there is no skip link and no cookie-free bypass. Because the visitor has no alternative, drop-off is low, which is why these gates are the one splash variant that reliably does not cost traffic.