Most business owners never look at their own website again after launch. They hand it off to a developer, it goes live, and it becomes furniture โ something that exists in the background while the actual business runs on WhatsApp and word of mouth. That's how a site quietly rots for a year without anyone noticing, until a customer mentions the contact form didn't work, or the phone number in the footer is two numbers out of date.
Here's a genuinely fast self-check โ not a full technical audit, just enough to catch the problems that are actively costing you customers right now, in the time it takes to read this paragraph twice.
The 60-second version
- Open your site on your phone, on mobile data โ not WiFi. This is the single most revealing test on this list, because it's how most of your actual visitors experience it. Nigerian mobile data is expensive and connection speed is inconsistent outside the biggest cities, so if a site feels slow to you, on your own phone, on your own network, it's costing you real customers who won't wait for it to load.
- Look at the address bar. Padlock icon, or does it say "Not Secure"? That warning alone stops visitors from trusting a contact form, and it's one of the fastest trust signals a visitor reads before they've consciously registered why they're hesitating.
- Tap your phone number and WhatsApp link. Do they actually open the dialer or WhatsApp, or are they just plain text you have to copy manually? This breaks silently and nobody notices until a customer mentions it โ a theme update, a copy-paste error, or a plugin change can quietly turn a working link into dead text.
- Read your own headline as a stranger would. Does it say what you do, specifically, and for whom, or something generic that could belong to any business in your category? "Welcome to our company" tells a visitor nothing. "Custom furniture delivered anywhere in Lagos within 2 weeks" tells them everything they need to decide whether to keep reading.
- Try the contact form with fake details. Does it actually submit, and do you get a real notification? Forms break more often than business owners realise โ sometimes for weeks before anyone catches it, because the form still shows a friendly "Thank you" message to the visitor even when the email behind it silently failed to send.
The slightly longer version, if you have five minutes
- Paste your homepage URL into Google's free Rich Results Test (search.google.com/test/rich-results). An empty result means you have no structured data at all, which is worth fixing โ structured data is how Google understands what your business actually is, not just what your page says in plain text.
- Search your own business name on Google. Does your site show up on the first page, or does it get buried under directory listings and social media profiles? Does a Google Business Profile show alongside it with your correct address and hours?
- Check the date on your newest content. If your last blog post, update, or announcement was over a year ago, that's a signal to both visitors and Google that the business may not be active โ even if you're busier than ever behind the scenes.
- Scroll to the bottom of your homepage on your phone. Is there a footer with your actual current phone number, email, and physical location if you have one? Footers are where outdated contact details go to hide, because nobody scrolls there during a casual glance.
- Click through two or three internal links โ a service page, an about page, a blog post if you have one. Do they load, or does at least one hit a broken page? A single dead link on a page a customer is actively trying to act on is enough to make them give up and message a competitor instead.
What a real audit catches that a glance can't
A visual scan is genuinely useful, but it has limits โ some of the most damaging problems are invisible unless you're looking at the underlying data, not just the page as rendered.
- Core Web Vitals โ Google's specific measurements of loading speed, visual stability, and interactivity. A site can look fine on a fast office WiFi connection and still fail these measurements badly on the 4G connection most of your customers are actually using.
- Indexability issues โ a page can look completely normal in a browser while a stray line in its code tells Google not to index it at all. This happens more often than it should, usually left over from a staging site that was never fully switched to live.
- Broken structured data โ a site can have schema markup that looks present but is technically invalid, which means it does nothing for how you appear in search results despite the code being there.
- Mixed content warnings โ a site can show the padlock overall while still loading one image or script over insecure HTTP, which some browsers flag and which undermines the very trust signal HTTPS is supposed to provide.
These are the kinds of things a proper technical review of the 10 fundamentals is built to catch, because they don't show up from looking at the page โ they show up from looking at what's actually happening underneath it.
Why this is worth doing regularly, not just once
A site that was correct at launch drifts quietly. A plugin update breaks a form. A certificate expires and the site reverts to an insecure connection without an obvious warning to the owner. A phone number changes for the business and the footer never gets updated because nobody remembers it's there. None of these show up unless someone actually checks โ the site keeps looking fine from the outside while it slowly stops doing its job.
The 10 things worth getting right in the first place are also the 10 things worth re-checking every few months, because none of them are permanent once set โ they're conditions that need maintaining, not boxes ticked once and forgotten.
If you found even one real problem doing this, that's not a bad sign โ it's the entire point of the exercise. Most sites have at least one, and the ones that don't usually belong to businesses that treat their website as a living part of the business rather than a one-time project.
What to actually do with what you find
Not every problem you find needs the same response. A broken WhatsApp link or an out-of-date phone number is a five-minute fix you can do yourself right now. A slow-loading homepage on mobile data, a missing SSL certificate, or a headline that doesn't say what you do are bigger issues that usually mean the site needs a proper rebuild rather than a patch โ and it's worth being honest with yourself about which category a problem falls into before you spend hours trying to fix something with a duct-tape solution that a rebuild would solve properly.
If several of these checks failed at once, that's usually a sign the site was built quickly and cheaply rather than built to actually convert visitors into customers, which is a common starting point for a proper web development project rather than another round of small patches.
A short checklist to keep for next time
Rather than relying on memory, it's worth keeping this as an actual recurring task rather than something you only do when reading a post like this one reminds you.
- Monthly: the 60-second version โ phone, mobile data, padlock, tappable links, headline, contact form
- Quarterly: the five-minute version โ Rich Results Test, a search for your own business name, checking the date on your newest content
- Whenever something changes in the business: a new phone number, new hours, a new location โ check that the footer and Google Business Profile were actually updated, not just remembered internally
The businesses that catch problems early are rarely the ones with the most technically advanced sites โ they're the ones who treat a quick check like this as a normal, recurring part of running the business, the same way they'd check stock levels or reconcile a till.
FAQ
#
How often should I audit my own website like this?
Run the 60-second version monthly, and the slightly longer five-minute version at least once a quarter โ most of what breaks (forms, links, outdated content) happens gradually, so catching it every few months prevents it from silently costing you customers for months before anyone notices.
#
Can I do a full technical audit myself without any tools?
You can catch the obvious visible problems with a manual check like this one, but things like Core Web Vitals scores, structured data validity, and indexability issues require actual tools to see โ a manual glance simply can't detect them because they're not visible on the rendered page.
#
What's the difference between this quick check and a proper audit?
This is a triage check designed to take under a minute and catch the problems that are actively losing you customers right now; a proper audit measures the technical details underneath the page โ load speed data, crawlability, structured data, security configuration โ that determine how the site performs in search and on real customer connections over time.
#
My contact form looked fine but a customer said it didn't work โ what happened?
This is one of the most common silent failures on small business websites โ the form can show a "message sent" confirmation to the visitor while the actual email delivery fails behind the scenes, often due to a hosting or plugin configuration issue. Test your own form with fake details regularly, and check that a real notification actually reaches your inbox, not just that the visitor sees a success message.
#
Is a slow website really costing me customers, or am I overestimating it?
If your site genuinely feels slow to you on your own phone and your own mobile data, it's costing you customers โ visitors on limited data plans abandon a page that takes too long to load far more readily than visitors on fast, unmetered connections, and Nigeria's mobile data economics mean this effect is stronger here than in markets people usually reference when talking about page speed.
Once you've run through this and found your list of real problems, the next step is deciding which ones are worth fixing yourself and which ones point to something bigger โ run the free instant grader at audit.getaelionix.com for the automated version of this same check, with a few things a manual glance genuinely can't catch, and results in under a minute.