How to improve an existing website (without rebuilding it)
A prioritised sequence for making an existing site faster, clearer and more effective — measured, and in the order that pays back fastest.
When a website underperforms, the reflex is to rebuild it. That is usually the most expensive option and rarely the most effective one, because the new site tends to inherit whatever was actually wrong. Most sites can be substantially improved in place — if the work happens in the right order.
Step 1: Measure before touching anything
Without a baseline you cannot tell improvement from motion. Before any change, capture how the site performs and how people use it.
- Core Web Vitals from real users, not just a lab score
- Where traffic arrives and which pages it lands on
- Where visitors leave, particularly inside forms and checkouts
- Conversion rate by page and by device
- Search visibility, indexing status and crawl errors
It is common for this step alone to relocate the problem entirely — from the design everyone dislikes to a checkout step that silently fails on mobile.
Step 2: Fix what's broken on mobile
The majority of traffic — and nearly all advertising traffic — arrives on a phone. Test the real journey on a mid-range device over a normal connection, not on a desktop window made narrow. Tap targets, form keyboards, sticky elements swallowing content and images crushing the load budget are the recurring offenders.
Step 3: Make it fast
Speed work has an unusually good ratio of effort to result, because most sites are slow for the same handful of reasons.
- 1Serve images in modern formats at the size they're actually displayed
- 2Remove third-party scripts nobody reviews any more — each one costs on every page load
- 3Fix layout shift by reserving space for images, ads and embeds
- 4Cache aggressively and put static assets on a CDN
- 5Defer anything not needed for the first screen
Step 4: Clarify the message
A visitor decides in seconds whether a site is relevant to them. If your homepage opens with a slogan rather than a plain statement of what you do and who it's for, you are losing people before design or speed ever matters. Say the thing. Then say who it's for. Then give one obvious next action.
Step 5: Reduce friction in the conversion path
- Cut form fields to what you genuinely need to respond
- Explain what happens after submission, and how quickly
- Offer the contact method people actually prefer — for many markets that's WhatsApp
- Make the primary action visible without scrolling on mobile
- Remove competing calls to action that split attention
When a rebuild is genuinely the answer
Sometimes it is. If the platform is unsupported, if security updates are impossible, if nobody can change the site without breaking it, or if the underlying structure makes the necessary improvements more expensive than starting over — rebuild. That conclusion should come from an audit, though, not from frustration.
If you're not sure which side of that line you're on, a technical audit will tell you in a few days and costs a small fraction of a rebuild.