What Are Heatmaps?
Understand what each heatmap type measures, how to read the colors correctly, and where the data goes wrong — so you act on signal, not noise.
- A heatmap visualizes aggregate user behavior with color; it is not a single-session recording.
- Click maps show where users tap or click; scroll maps show how far down they go; move maps track cursor path as an attention proxy.
- Move maps are not eye tracking — cursor position correlates with gaze but does not equal it.
- Session replay answers why something happens; a heatmap shows where and how often.
- Low-traffic pages produce noisy heatmaps; most guidance suggests at least a few hundred sessions before patterns are reliable.
A website heatmap is a color-coded overlay that aggregates user behavior — clicks, scrolls, and cursor movement — across a page, with warm colors marking high activity and cool colors marking ignored areas. The main types are click maps, scroll maps, move maps, and attention (eye-tracking) maps, each revealing a different dimension of how visitors interact with a page.
Your analytics show a high bounce rate or a page that won’t convert — but the numbers never tell you where on the page things break down. A website heatmap fills that gap: a color-coded overlay that aggregates user behavior — clicks, scrolls, and cursor movement — across a page, with warm colors (red/orange) marking high activity and cool colors (blue/purple) marking areas users ignore. The main types are click maps, scroll maps, move maps, and attention (eye-tracking) maps, each revealing a different dimension of how visitors actually interact with a page.
Unlike raw analytics, heatmaps present quantitative data — click counts, scroll depth — in a visual format that makes patterns easier to read than a table of numbers (Quantum Metric, April 2026). This guide covers the five heatmap types, how to read each without fooling yourself, where they mislead, how they pair with session replay, and a neutral overview of common tools. It’s written for marketers and site owners who want something concrete and operational. If you’re thinking about heatmaps in the context of a broader brand perception effort, the key metrics behind brand reputation measurement provide useful context for deciding which pages deserve your diagnostic attention first.
What Are the Five Types of Website Heatmaps?
A heatmap is only useful once you know which kind you’re looking at. Each type collects a different signal, answers a different question, and carries its own blind spot.
Click Maps (and Tap Maps on Mobile)
A click map shows an aggregate of where visitors click on desktop and tap on mobile — the same underlying data, different input device. On touch devices these are often called touch or tap maps. The map is color-coded so the most-clicked elements appear hottest, in red, orange, and yellow (Contentsquare).
What it reveals: whether users engage with the elements you intended — CTAs, navigation links — or click on things that aren’t clickable, which is a confusion signal (Quantum Metric, April 2026). Two patterns worth naming: a rage click is multiple rapid clicks in one spot, signaling frustration that something isn’t responding; rage-click heatmaps surface these frustration hotspots (Contentsquare, 2026). A dead click is a click on an interactive element that fails to react as intended — a developer signal more than a design one (LogRocket, December 2023).
What a click map cannot tell you: whether the click converted. For that, pair it with goal tracking or funnel analytics.
Scroll Maps
A scroll map shows how far down a page users scroll, expressed as the percentage of visitors who reach each depth, using a hot-to-cold gradient (Contentsquare, January 2024). Warmer colors mark the areas most people reach; cooler colors mark where they drop off — which tells you where to place CTAs and key messages so visitors actually see them (Quantum Metric, April 2026).
Scroll maps also expose the false bottom — a visual break caused by whitespace or a full-width image block that makes users think the page has ended when it hasn’t. Using scroll-depth percentages, you can test how many people scroll past a given element (Contentsquare, January 2024).
The critical caveat: scroll depth is exposure, not engagement. Treat it as visibility and nothing more.
Get a Free Reputation Assessment
Find out what people see when they search for you online. No obligation — results in 24 hours.
Move Maps (Hover Maps)
A move map tracks where desktop users move their cursor as they navigate a page (Contentsquare). Cursor movement often correlates with eye movement, so a move map offers an indication of where people might be looking even when they don’t click (Contentsquare, January 2026).
State the limit plainly: a move map is not eye tracking. There is no cursor on mobile, so move maps don’t apply there. On desktop, people park the mouse while reading, drag it to scroll, or don’t move it at all — so cursor position is a noisy proxy for attention, distorted by device type and user habit (FullSession, June 2026). Use move maps last in a diagnosis, after click and scroll maps, and validate anything they suggest with session replay.
Attention Maps and Eye-Tracking Heatmaps
True attention heatmaps use eye-tracking technology to show exactly where users’ eyes land and for how long — the most accurate attention signal available (heatmap.com). This is a different, and costlier, category than move maps: eye tracking typically relies on dedicated hardware or a recruited panel, often in a lab setting.
The distinction matters because some tools market cursor-derived “attention heatmaps” that are really move maps by another name. Those are approximations. For most site owners, the move map is the accessible proxy; eye tracking is reserved for high-stakes UX research where the budget justifies it.
Geographic Heatmaps
Geographic heatmaps break down user activity — visits, clicks, conversions — by physical location using color density, helping you spot strong regional audiences or a mismatch between the regions you target and where traffic actually comes from (heatmap.com). This is location data, not page-interaction data — a different category from the other four types. If you’re running competitive monitoring efforts, geographic heatmaps can also reveal where a competitor’s audience concentrates versus your own.
Heatmap Types at a Glance
| Type | What it tracks | Best question it answers | Key limitation |
|---|---|---|---|
| Click map | Clicks and taps | Are users engaging with the right elements? | Doesn’t show whether clicks converted |
| Scroll map | Scroll depth (% of users reaching each point) | Is key content visible to most visitors? | Scroll depth ≠ reading or comprehension |
| Move map | Cursor path on desktop | Where might users be looking? | Proxy only; no mobile data; easily misleading |
| Attention / eye-tracking | Actual gaze position and duration | Where do eyes actually land? | Expensive; lab/panel-based; not self-serve for most sites |
| Geographic | Sessions or events by location | Where is your audience physically? | Location data, not interaction-level data |
How to Read a Heatmap Without Fooling Yourself
Reading a heatmap well is a sequence, not a glance. Work through these five steps in order, and resist the urge to let a wall of red tell you the page is working.
Step 1 — Locate the hotspots. Bright areas show where users concentrate their clicks, scrolls, or cursor movement. A hotspot on a CTA or nav item is usually a good sign; a hotspot on a decorative element that does nothing usually isn’t (Mouseflow, December 2025).
Step 2 — Identify the cold zones. Cool colors mark content users skip or never reach. A cold zone on an important element points to low visibility, unclear hierarchy, or placement below where most users stop scrolling (Mouseflow, December 2025).
Step 3 — Compare behavior to goals. Line up what users actually do against what the page is designed to support. When key elements sit in cool zones, or hotspots land on unexpected areas, you’ve found a mismatch between intent and design — a hypothesis worth testing (Mouseflow, December 2025).
Step 4 — Flag the friction. Rage-click clusters, dead-click zones, and abrupt drop-offs on a scroll map are friction signals. They mark where users struggle (Mouseflow, December 2025).
Step 5 — Validate with session replay. The heatmap gives you the aggregate “where.” Session replay gives you the individual “why.” Use the heatmap to find the problem and replay to understand it (Contentsquare, 2026).
One caution runs through all five steps: red is not automatically good. High activity can mean distraction, misclicks, or frustration just as easily as engagement. Always read color relative to the goal, not in isolation (Mouseflow, December 2025).
Where Do Heatmaps Mislead? Seven Failure Modes
Most heatmap guides skip this part. Here are seven ways a heatmap will quietly lead you to the wrong conclusion.
Low-traffic samples read as signal. A page with 80 sessions doesn’t have enough data for a reliable pattern — the clusters are noise. Most guidance recommends at least a few hundred sessions before treating patterns as meaningful; the more traffic, the more representative the result (Quantum Metric, April 2026).
Dynamic content, pop-ups, and personalization break aggregation. If a pop-up fires for 40% of visitors, the heatmap blends “pop-up seen” and “pop-up not seen” states into one picture. Segment or filter before drawing conclusions, or you’re averaging two different experiences.
Mobile and desktop behave differently — and tools often don’t separate them by default. A click map that mixes desktop and mobile blends two populations with different screen sizes, input methods, and contexts. Always view device-segmented heatmaps (FullSession, June 2026).
Scroll depth isn’t reading. A user can scroll past a section in a fraction of a second. Scroll maps count presence, not comprehension — treat depth as exposure and nothing more (FullSession, June 2026).
Move maps aren’t eye tracking. People rest the cursor, move it to scroll, or leave it still while they read. Cursor position is a noisy proxy for attention, distorted by device and habit (FullSession, June 2026; Contentsquare, January 2026).
Averages hide segments. A single heatmap blending new and returning visitors, paid and organic, mobile and desktop can bury the fact that each group behaves differently. Segment before you trust the aggregate. This is the same principle behind reputation measurement: aggregate scores often hide the segment that actually matters to your brand.
Attention is not intent — and frustration is not interest. People stare at and click on confusing things. A hotspot on a broken button is rage, not engagement. A cursor cluster on a garbled headline is confusion, not interest. The heatmap shows activity; it’s on you not to read desire into it.
Heatmaps vs. Session Replay — When Should You Use Each?
A heatmap is an aggregate color overlay built from many sessions. Session replay is a video-like playback of a single visitor’s actual visit. They’re complementary: use the heatmap to find where a problem exists (nobody clicks the CTA) and replay to understand why (a modal is covering it on mobile) (Contentsquare, 2026).
Reach for a heatmap when you want to know whether a pattern holds across your audience, when you’re prioritizing which pages to investigate, or when you’re validating a redesign at scale. Reach for session replay when you’ve spotted an anomaly and need to see what a real user experienced, when you’re debugging a specific flow, or when you’re building empathy for edge cases — even a single replay can be useful, whereas a heatmap needs volume.
| Heatmap | Session replay | |
|---|---|---|
| Data type | Aggregate (many sessions) | Individual session |
| Best question | Where / how often? | Why / what exactly happened? |
| Volume needed | Hundreds of sessions minimum | Even one session is useful |
| Privacy risk surface | Lower (aggregated, anonymized) | Higher (individual behavior visible) |
Most modern tools — Hotjar/Contentsquare, Mouseflow, Microsoft Clarity — offer both heatmaps and replay in the same platform, so this is rarely an either/or purchasing decision.
What Are the Most Common Heatmap Tools?
Four tools come up most often. What follows is descriptive, not an endorsement or a ranking. Because pricing and tiers change frequently, verify any current figure against the vendor’s own site before relying on it.
Microsoft Clarity offers unlimited heatmaps and session recordings at no cost, making it a common starting point for most sites (SearchXPRO, December 2025). Confirm the current data-retention window and per-heatmap pageview cap at clarity.microsoft.com. One thing to weigh: Clarity’s terms grant Microsoft rights to use collected data, so read the current Terms of Service before deploying it on client properties (source: Hotjar blog — vendor bias noted; verify independently).
Hotjar (now Contentsquare) was acquired by Contentsquare in 2023, with the merger described as complete by 2025; pricing now routes through Contentsquare’s tiers (Directive Consulting, June 2026). It historically offered a limited free tier, but post-merger status should be confirmed at hotjar.com/pricing. It pairs heatmaps, replay, and forms analytics in one mature platform.
Crazy Egg is an entry-level option with strong A/B testing integration alongside its heatmaps; check crazyegg.com for current plan pricing.
Mouseflow sits in the mid-market and is known for friction-score reporting layered on top of its heatmaps and recordings.
On privacy: heatmap trackers are treated as non-essential under most interpretations, so EU contexts typically require a clear consent banner and an easy opt-out before tracking activates (SearchXPRO, December 2025; LogRocket, December 2023). This is informational, not legal advice — check with counsel for your jurisdiction. As a practical starting point: teams with zero budget often begin with Clarity; teams wanting an integrated replay-plus-forms platform lean toward Hotjar/Contentsquare; teams heavily invested in A/B testing look at Crazy Egg.
What Do Heatmaps Tell You About How Your Content Actually Lands?
Here is the connection most heatmap guides never make. Heatmaps tell you whether the content that shapes how people perceive your brand is actually being seen. Trust signals — your About page, press mentions, review badges, credentials, testimonials — only work if visitors reach them. A heatmap shows whether those elements land in the scroll window most people reach, or sit in a cold zone nobody gets to.
Consider a few illustrative scenarios: a scroll map showing 60% of visitors dropping off before the testimonials section; a click map revealing nobody clicks the “Read our reviews” link in the footer; a move map showing a coldspot on the exact About-page section the team assumed everyone was reading. In each case the takeaway is the same — if a trust signal isn’t seen, it isn’t working. A heatmap makes that visible without surveying users or guessing. This is why teams working on improving online reviews often find heatmap data clarifying: the review badges and testimonials they’ve invested in may be sitting in scroll-dead zones that most visitors never reach. Similarly, if you’re planning content for a reputation campaign, heatmap data can tell you which trust-building page sections are actually getting attention before you invest in creating more.
Sources
- Quantum Metric — What Is a Heatmap and How Does It Work (April 2026)
- Contentsquare — Heatmaps Guide
- Contentsquare — Scroll Maps (January 2024)
- Contentsquare — Heatmap Interpretation (January 2026)
- Contentsquare — Heatmaps for UX (2026)
- Mouseflow — How to Interpret a Heatmap (December 2025)
- FullSession (June 2026)
- heatmap.com — How to Read a Heatmap
- LogRocket (December 2023)
- SearchXPRO — GDPR Rules for Heatmap Tools (December 2025)
- Directive Consulting — Crazy Egg vs Hotjar (June 2026)
Frequently Asked Questions
Protect Your Online Reputation
Every day you wait, negative content gets stronger. Talk to our experts about a custom strategy for your situation.
Get Your Free Analysis