Good UX is not decoration. It is the difference between a visitor who buys and one who bounces. This guide cuts through the buzzwords and gives you the heuristics that actually move conversions.
Contents
- What UX really means (and what it does not)
- Key UX elements that drive conversions
- Navigation that does not make people think
- Speed as a UX feature
- Visual hierarchy and readable design
- Functional, accessible interactions
- Mobile-first, not mobile-also
- CTAs and forms that convert
- Personalization without creepiness
- How to start: a simple workflow
- Summary
What UX really means (and what it does not)
UX (user experience) is how easily and pleasantly someone gets what they came for. That is it. It is not aesthetics, not animations, not a hero video that takes 4 MB to load. The Nielsen Norman Group (NN/g) — who basically codified the field — defines it as "all aspects of the end-user's interaction with the company, its services, and its products."
Good UX shows up as: lower bounce, longer sessions, higher conversion, fewer support tickets. Bad UX shows up as: rage-clicks, abandoned carts, and one-star reviews.
Key UX elements that drive conversions
Forget everything except the user's job-to-be-done. Every design decision either helps them complete it or gets in the way.
1. Navigation that does not make people think
Steve Krug's book title is the rule. Users scan; they do not read. Apply NN/g's first usability heuristic — visibility of system status — and make the current section obvious. The infamous "3-click rule" is a myth (NN/g debunked it in 2003); what matters is whether each click feels productive, not how many you make.
Practical checklist:
- Top-level menu: 5–7 items, plain language. No "Solutions" — say what you sell.
- Breadcrumbs on anything deeper than two levels.
- Sticky header on long pages.
- Search box for sites with 50+ pages.
2. Speed as a UX feature
Google's Core Web Vitals are a UX checklist disguised as an SEO ranking signal. Largest Contentful Paint under 2.5 s, Interaction to Next Paint under 200 ms, Cumulative Layout Shift under 0.1. Anything above 3 s and you lose roughly 32% of mobile visitors (Google/SOASTA data).
Wins ranked by impact:
- Compress and serve images in AVIF or WebP. Use
srcsetfor responsive sizing. - Self-host critical fonts; preload them.
- Defer or remove third-party scripts (chat widgets, ad pixels, A/B tools — measure each one's actual cost).
- Use a CDN (Cloudflare, Fastly, Bunny).
- Cache aggressively at the edge.
3. Visual hierarchy and readable design
Eyes follow contrast, size, and position. Western users read in an F-pattern (NN/g eye-tracking studies) — put the value proposition top-left, supporting points top-right, and CTAs in the natural eye path.
Typography rules that survive every redesign:
- Body text: 16–18 px minimum, line-height 1.5–1.7.
- Line length: 50–75 characters.
- Body contrast ratio of at least 4.5:1 against background (WCAG 2.2 AA). Use the WebAIM contrast checker.
- One serif + one sans-serif at most. Variable fonts let you ship one file.
4. Functional, accessible interactions
If a button does not look like a button, it is not a button. Material Design and Apple's Human Interface Guidelines exist for a reason — they encode patterns users have already learned. Reinvent the wheel and you pay the tax in usability tests.
Apply Fitts's law for clickable targets: bigger and closer beats smaller and far. WCAG 2.2 minimum touch target is 24×24 CSS px; aim for 44×44 on mobile (Apple HIG).
Forms specifically:
- One column. Labels above fields, not inside.
- Match input types:
email,tel,number— phones show the right keyboard. - Inline validation, but only after the field loses focus. Validating mid-typing is hostile.
- Show, do not just say, what went wrong. "Email is required" beats "Invalid input."
5. Mobile-first, not mobile-also
Over 60% of global web traffic is mobile (StatCounter). Designing for desktop and "making it responsive later" inverts the constraints — you end up with cramped mobile screens. Start with the smallest viewport, then progressively enhance.
What this changes in practice: thumb-friendly bottom navigation on long pages, modals that work without hover, forms that auto-fill and use one-tap pickers (date, time, country). Test on a real device, not just devtools.
6. CTAs and forms that convert
A CTA earns attention through contrast, position, and clarity. The text matters more than the color. "Get my free audit" beats "Submit." Concrete verb + first-person possessive + outcome.
Form design fundamentals:
- Reduce fields to the bare minimum. Each extra field drops conversion roughly 5% (Baymard Institute).
- For checkout, allow guest checkout. Forced account creation is the single biggest cart abandoner (28% per Baymard).
- Show progress on multi-step flows.
- Confirm what just happened. After submit, do not just refresh — say "Thanks, we got your message. Reply within 24 h."
7. Personalization without creepiness
Personalization works when it is helpful, breaks when it is uncanny. Recommending related articles based on what someone just read: helpful. Greeting them by first name on a cold landing page from a paid ad: uncanny.
Useful patterns:
- Geolocation for currency, language, and shipping defaults.
- Recently viewed items (e-commerce).
- Saved cart that survives device switches.
- Content based on referrer (a visitor from a Google query for "checkout optimization" should land on something specific to that, not a generic homepage).
How to start: a simple workflow
- Audit what you have. Install Microsoft Clarity (free) or Hotjar to record sessions and watch where users struggle. Two hours of recordings will tell you more than a week of stakeholder meetings.
- Pick one page. Usually checkout, signup, or the highest-traffic landing page.
- Run a Maze test (or moderated session) with 5 users on that page. Five is enough — Jakob Nielsen's research shows 5 users find ~85% of usability issues.
- Fix the top three problems. Ship. Measure. Repeat.
Do not try to redesign everything at once. UX improvement is incremental, not a big-bang relaunch.
Summary
UX is the discipline of making your site do what visitors came to do, with the least friction possible. Clear navigation, fast loads, readable type, accessible interactions, mobile-first thinking, honest CTAs, and tasteful personalization — that is the playbook. Skip the trends; the fundamentals win every time.
Want a website with UX that actually drives conversions? Get my free website audit.