UK car retail is a £200bn-a-year category. Its websites do not act like it.
Spend an afternoon clicking through the top fifty UK dealer groups, leasing marketplaces, and EV-specialist platforms and the same ten friction points recur — postcode walls before the customer has seen a single vehicle, finance calculators behind login, image carousels that shift the layout as you reach for the buy button, enquiry flows that take four pageloads when one would do. None of these are exotic problems. They are the same conversion-killers that fashion and grocery ecommerce solved between 2018 and 2022. Automotive is half a decade behind, and the gap is the reason mid-market dealer groups are losing share to the leasing marketplaces and direct-to-consumer EV brands that figured this out first.
This piece names the ten friction points we see across real UK automotive sites, what each one costs in conversion terms, and what good looks like. It is intentionally opinionated. There is nothing speculative here — every pattern below has been observed on a live UK dealer site in the last twelve months, and the fixes are well-understood engineering work, not research projects.
1. The Postcode Wall: Forcing Location Before Showing Stock
The customer arrives on the homepage. Before they can see a single vehicle, a modal demands their postcode. The intent is to personalise stock, finance quotes, and delivery distance — laudable. The effect is to train the customer to close the tab.
This is the single most consistent friction point we see on UK franchised dealer sites. The bounce-rate impact is severe — analytics consistently show 20-40% of mobile sessions dropping at the postcode-gate, and most of those visitors never return. Worse, the visitors who do enter a postcode often enter a fake one to get past the wall, polluting the personalisation data the gate was supposed to feed.
What good looks like: let the customer browse freely. Personalise on second-action — when they click a vehicle, ask for postcode to surface accurate finance and delivery; when they reserve, ask for it to confirm pickup. The postcode becomes a tool that earns its place in the journey rather than a tax at the door. The leasing marketplaces (Vanarama, Select Car Leasing, Leasing.com) all moved away from upfront gates years ago. Most dealer groups have not.
2. Finance Calculators Behind Login
A finance calculator is the highest-intent tool on a vehicle page. The customer has chosen a car, they want to know what it costs monthly, and they are seconds from being a qualified lead. Then the page asks them to register an account before showing APR and monthly figure.
The justification is usually compliance — sales teams want a regulated soft search before showing an exact monthly. That is a misreading of FCA consumer-duty guidance, which requires the APR and representative example to be visible without barriers, not the opposite. Hiding finance behind login satisfies neither the regulator nor the customer.
What good looks like: the calculator is open by default on the vehicle-detail page, surfaces APR and representative example in the first viewport, and lets the customer adjust deposit and term without authentication. The soft search and full quote happen later in the journey, after the customer has expressed real intent. Sites that moved from gated to open finance calculators consistently report enquiry-rate lifts in the 10-20% range — and the sales team gets better leads, not worse, because the customer self-qualifies first.
3. Image-Carousel CLS: The Layout Shift Tax
Cumulative Layout Shift on the vehicle gallery is the most pervasive Core Web Vitals failure on UK dealer sites. The carousel loads images asynchronously without reserving layout space; as each image arrives, the page reflows and the price block, spec table, and CTA shift downward. The customer reaches to tap “Reserve” and taps something else.
Industry pattern: a third of UK dealer vehicle-detail pages still fail INP and CLS in real-user data, mostly driven by image-swap behaviour in the gallery. The fix is straightforward — declare width and height on every image, use CSS aspect-ratio to reserve the box before the image arrives, and lazy-load only images below the fold. Implementation is a day’s engineering. The conversion lift on a high-traffic vehicle page comfortably justifies it inside a week.
This is one of the friction points covered in detail in our website performance and revenue breakdown — performance is not a separate concern from conversion, it is conversion.
4. Stock Count Buried Below the Fold
“12 in stock” or “Only 3 left” is one of the most reliable conversion drivers in ecommerce. It makes the offer concrete and creates appropriate urgency. On most UK dealer sites, that signal is hidden — either it is not surfaced at all, or it sits below the fold inside a spec table the customer has to scroll to find.
The right place for stock count is in the first viewport, next to the price, on the vehicle-detail page. On a leasing marketplace, the equivalent is “X dealers offering this car” or “Available in 5 days”. On an aftermarket parts site, it is the literal warehouse count. The pattern is the same across the category: surface scarcity and availability in the same eye-line as the price, and conversion lifts.
What good looks like: a small stock or availability badge sat directly under the headline price, formatted distinctly enough to read at a glance. Not a banner, not a popup — a single line of typography in the right place.
5. No Final Drive-Away Price
The vehicle page shows “From £24,995” or “£329/month”. Neither is the price the customer will actually pay. The on-the-road total — including registration fee, VED, delivery, and any dealer-specific charges — is hidden, deferred to enquiry, or only revealed at checkout.
This is the single friction point that erodes trust most consistently. The customer who has been shopping three sites and seen three different “from” prices has no way to compare and assumes — correctly — that the price will go up at some later step. The site that shows the final drive-away figure first, with all components broken out, wins the comparison.
What good looks like: the headline figure on the vehicle-detail page is the on-the-road total, with monthly finance figure secondary, and a clear breakdown showing fees, VED, registration, and any dealer charges. FCA consumer-duty rules effectively require this for finance-promoted vehicles; consumer-trust dynamics require it for the rest.
6. Enquiry Flows That Take Four Pageloads
The customer is on the vehicle-detail page, ready to enquire. They click “Enquire”. A new page loads asking for vehicle preferences. They submit. A second page loads asking for personal details. They submit. A third page loads asking for finance preferences. They submit. A fourth page loads confirming the enquiry. By that point, 30-60% of the visitors who clicked the original “Enquire” button have dropped off.
Multi-step enquiry forms that span multiple pageloads are an artefact of dealer-management-system integration laziness — the form was wired to the DMS one field at a time, and the resulting flow reflects the DMS schema rather than the customer journey. The customer pays the cost.
What good looks like: a single-page enquiry form with progressive disclosure, where personal details collapse open as the customer commits, and the entire flow completes in one pageload with one submit. For dealer groups where DMS integration constraints are a real blocker, our DMS integration patterns write-up covers the architectural approach that decouples form UX from DMS schema.
7. Spec Data Baked Into Images
The vehicle page shows engine, MPG, CO2, dimensions, and warranty in a beautifully designed graphic. The graphic is a JPEG. Google’s crawler sees no spec data. ChatGPT and Perplexity see no spec data. A screen reader sees no spec data. The customer using mobile data on a slow connection sees a blank box for four seconds and then a graphic that does not zoom or wrap.
This is the friction point that compounds fastest in 2026. AI search engines extract facts from rendered HTML and structured data — they cannot read text inside images. Vehicle pages that bake spec into JPEGs are invisible to AI Overviews, ChatGPT, Perplexity citations, and the rapidly growing class of pre-purchase research traffic that flows through those surfaces. They are also failing accessibility for screen-reader users (a legal exposure under the Equality Act) and underperforming on mobile because the graphic is a heavier asset than the text it replaced.
What good looks like: every spec fact rendered as HTML text, marked up with Vehicle schema where applicable, and styled into the page rather than baked into an image. The visual design can stay — it is a CSS problem, not an image problem. Our technical SEO for ecommerce guide covers the structured-data side of this in depth.
8. Slow Vehicle-Detail Page LCP
The vehicle-detail page is the highest-intent page on the site. It is also, on most UK dealer sites, the slowest. A hero gallery loaded with un-optimised JPEGs, render-blocking JavaScript from a chat widget and an analytics tag manager, and a finance calculator that fetches its config from a third-party API before rendering — and the result is a page where the largest contentful paint arrives after four to seven seconds on a mid-tier mobile connection.
The customer is gone by then. Mobile bounce rates climb steeply between 2 and 4 seconds; by 5 seconds, more than half the visitors who started loading the page have closed it. Whatever the rest of the page does, it cannot do it without the customer present.
What good looks like: LCP under 2.5 seconds on mobile, every time. The path is well-trodden — optimise the hero image (WebP or AVIF, correctly sized for the viewport, served with loading="eager" and fetchpriority="high"), defer non-essential JavaScript, and lazy-load anything below the fold. This is foundational web-development work, covered in our web development services and the related performance work we do for ecommerce clients through ecommerce SEO services.
9. Reservation Friction: Phone Call Required
The customer wants to hold the vehicle while they sort financing or get partner approval. The site offers no online reservation. They have to call the dealership during business hours, leave a deposit by card over the phone, and trust that the sales rep will actually flag the car as held. By the time they get through, the car has been viewed by two more visitors who took the same path and one of them committed faster.
Reservation is the highest-intent action on a vehicle site short of full purchase. Forcing it through a phone call is a category-wide failure of self-serve UX. The leasing marketplaces have offered online reservation with refundable deposit for years; the franchised dealer groups, with rare exceptions, have not.
What good looks like: a clear “Reserve this vehicle” CTA on the vehicle page, a small refundable deposit (£99-£499 is the category norm), and an online flow that completes in under two minutes with email confirmation. This is a strategic conversion lever — covered in more depth in our vehicle leasing SEO strategy guide — and the operators that have implemented it consistently report it as one of the highest-ROI changes they have shipped.
10. Test-Drive Booking That Routes Through a Sales Rep Callback
The customer wants a test drive. They fill in a form. They get a “We’ll be in touch within 24 hours” auto-reply. By the time the sales rep calls — Tuesday morning, when the customer is in a meeting — the customer has booked a test drive at the dealer down the road who offered an instant calendar pick.
Test-drive booking is the easiest of these ten friction points to fix and one of the most consistently neglected. Modern booking systems integrate with the dealer’s calendar, surface available slots in real-time, and let the customer self-serve a booking with email and SMS confirmation. Implementation cost is modest. The conversion impact is substantial — the dealer fills the calendar without sales-team admin overhead, and the customer commits at the moment of intent rather than 24 hours later.
What good looks like: the test-drive CTA opens an inline calendar with available slots for the next two weeks. The customer picks a slot, enters name and phone, and gets immediate confirmation. The sales team is notified through the DMS or CRM and prepares for the appointment. No callback delay, no missed-window drop-off.
The 11th Friction Point: Sites That Do Not Measure Any of This
Of the ten friction points above, the one that costs the most is the one that is not a friction point at all — it is the absence of measurement. Most UK dealer sites do not know their LCP, do not know their CLS, do not track the click-count from vehicle-detail to enquiry-confirmed, do not measure final-price visibility in the first viewport. They do not know where the conversion is leaking, so they do not know where to fix it.
The conversion gap stays invisible until a competitor with a faster, clearer storefront takes the customer. By that point, the cost of catching up is much higher than the cost of measuring early would have been.
A serious operator measures four things every month: time-to-first-vehicle on a cold-cache mobile load, Core Web Vitals on the vehicle-detail page (LCP, INP, CLS), click-count from vehicle-detail to enquiry-confirmed, and binary final-price-visibility-in-first-viewport. Plot those four against enquiry rate. The friction points that move the curve are the ones to fix first. The friction points the customer does not feel can wait.
This is the operating discipline behind the upcoming UK Automotive Ecommerce Benchmark 2026 — a 50-site teardown of how the leading UK dealer groups, leasing marketplaces, and EV platforms actually perform on each of these dimensions. The data already shows the same patterns repeating across categories: the operators that measure outperform the ones that do not, and the gap compounds quarter on quarter.
Getting Help
We work with UK dealer groups and leasing marketplaces on exactly this work — surfacing the friction points, prioritising the fixes, and shipping the conversion lifts. The starting point is usually a teardown of the vehicle-detail page and the enquiry flow, scored against the ten friction points above and the upstream Core Web Vitals data. From there, the engineering work is well-defined.
For the broader strategic frame, our digital strategy services cover how UX friction sits inside a wider commercial roadmap. For the implementation, web development and ecommerce SEO are the engagement tracks that ship the fixes.
If you want a structured review of where your dealer or leasing site is losing customers — and a prioritised list of what to fix first — get in touch.