What GA4 changed, and why the old number is gone
In Universal Analytics, a bounce was a session with exactly one interaction hit. Land, read for eleven minutes, leave without clicking anything — that was a bounce, and it was recorded with a session duration of zero. The metric punished pages that answered the question on the first screen, which is most good pages.
GA4 flipped it. It measures engaged sessions first and derives bounce rate from what's left over.
| Universal Analytics | GA4 | |
|---|---|---|
| A bounce is | A single-hit session | A session that wasn't engaged |
| Time on page counted? | No — bounced sessions logged 0 seconds | Yes — 10 seconds is enough to escape |
| Scroll or video play | Ignored unless tagged as an event | Counts as engagement if it fires an event |
| Typical direction | Higher | Lower, often much lower |
Bounce rate is not a ranking signal
This one refuses to die, so plainly: Google does not read your Google Analytics 4 property to decide where you rank. Google's search team has said so publicly, repeatedly, for over a decade. Most sites Google ranks don't even have Analytics installed.
What confuses people is that bounce rate and rankings often move together. Both are downstream of the same cause — a page that matches search intent keeps people and gets links; a page that doesn't, doesn't. Correlation, not a lever.
So no, you cannot fix rankings by shaving your bounce rate. Adding a fake 15-second timer event to force engagement will improve the number on your dashboard and change nothing at all in the index.
Read it by page type, or don't read it
A sitewide bounce rate averages a definition page against a checkout. The average is meaningless and always has been. Segment by landing page type and the number starts saying something.
| Page type | High bounce means | Verdict |
|---|---|---|
| Glossary or definition page | They got the answer and left | Fine — that's the job |
| Blog post answering one question | Answered, no next step offered | Fix the internal links, not the content |
| Contact or location page | Got the phone number and called | Fine — track the tel: click instead |
| Service or pricing page | Wrong audience, or the price scared them | Investigate |
| Homepage | Navigation or load speed is failing | Investigate urgently |
| Paid landing page | The ad promised something the page doesn't | Money is burning |
When a high bounce genuinely signals a problem
Four patterns are worth acting on. Everything else is noise.
- Bounce rate jumps on one template overnight. That's rarely human behaviour — it's a broken deploy, a failed script, or a layout shift on mobile. Check Core Web Vitals before you touch the copy.
- Bounce is high on pages that convert elsewhere. If the same offer converts at 4% from email and 0.2% from organic, the organic queries are wrong, not the page.
- High bounce plus short session on a page you paid to send traffic to. This is the only version of the metric that costs real money per visit.
- Engagement rate falls while rankings hold. Usually means you started ranking for a query you shouldn't — worth checking in Search Console rather than in Analytics.