Now onboarding businesses across Leeds & Yorkshire — book a free IT & security review
← All resources

How to Secure Your Business Website: A Practical Guide

In short

Your website is a shop front and a target. This guide covers the essentials every small-business site needs: HTTPS so data is encrypted, keeping software patched, strong logins with MFA, reliable backups, a web application firewall to block attacks, and a periodic security review. None of it is deeply technical, and each step meaningfully lowers your risk.

Some links on this page are affiliate links: if you sign up or buy through them, Dacros may earn a commission, at no extra cost to you. We only recommend tools we use and rate. Full disclosure.

Why your website is a target

Your website is often the first thing customers see, and that makes it valuable, both to you and to criminals. Attackers rarely single out a specific small firm. Instead they run automated tools that sweep the internet looking for sites with a known weakness, and if yours is one of them, you get caught. A hacked website can be defaced, used to spread malware to your visitors, quietly turned into a spam or scam host, or taken offline entirely.

The good news is that most website attacks rely on basic, well-known gaps, and closing them does not require deep technical skill. This guide walks through the essentials in plain English, roughly in order of importance. Work through them and you will be ahead of the great majority of small-business sites.

1. Turn on HTTPS (SSL/TLS)

HTTPS is the padlock in the address bar. It encrypts the connection between your visitor and your website so that anything sent, contact form details, logins, enquiries, cannot be read or tampered with in transit. The technology behind it is called SSL or, more accurately these days, TLS, but you do not need to worry about the names.

Why it matters even for a simple brochure site:

  • Modern browsers label sites without HTTPS as “Not secure”, which erodes trust the moment someone lands on you.
  • Search engines prefer secure sites, so it helps your visibility.
  • Any form on your site, however small, is exposing visitor data without it.

Most hosting providers now offer a free certificate, often through a service called Let’s Encrypt, and many enable it with a single click. Once it is on, make sure your site redirects all visitors from http to https automatically, so no one lands on the insecure version by accident.

2. Keep everything updated and patched

If you take one thing from this guide, make it this: most hacked websites were running out-of-date software. Content management systems like WordPress, along with their plugins and themes, are updated regularly, and many of those updates fix security holes. When you delay, you leave a published, well-documented weakness open for the automated scanners to find.

Most hacked websites were running out-of-date software.

Practical habits that make patching painless:

  • Turn on automatic updates for security fixes where your platform supports it.
  • Update plugins and themes promptly, and check for updates at least weekly.
  • Remove what you do not use. Every inactive plugin or old theme is still code that can be attacked. Delete it rather than just deactivating it.
  • Stick to reputable sources. Only install plugins and themes from trusted, well-maintained providers, and be wary of anything abandoned by its author.

If your site was built by an agency that has since disappeared, it is worth having someone check what it runs and whether it is still being maintained. Unpatched, unowned websites are among the most commonly compromised.

3. Strong logins and MFA on the admin

The control panel behind your website, the admin area, is the prize an attacker wants. Get in there and they own the site. Yet many businesses protect it with a weak password and a predictable username like “admin”.

Tighten it up:

  • Use strong, unique passwords for every account with access. A password manager such as Proton Pass makes this effortless and means no reused passwords across your services.
  • Turn on multi-factor authentication (MFA) for the admin area so a stolen password alone is not enough. If you are unsure how MFA works, our MFA explainer covers it.
  • Avoid obvious usernames like admin, and give each person their own account rather than sharing one login.
  • Remove old accounts for staff or contractors who no longer need access, and only grant the level of access each person genuinely requires.
  • Limit login attempts so automated password-guessing is throttled; many platforms and plugins can do this for you.

These same habits protect the rest of your business, not just the website, and our guide to password managers goes deeper on getting logins under control.

4. Back up the website reliably

Sooner or later something goes wrong, a bad update, a hack, or plain human error. Backups are what turn a disaster into an inconvenience. With a recent, working backup you can restore a clean version of your site in minutes instead of paying to rebuild from scratch.

Aim for backups that are:

  • Automatic, so you are not relying on remembering.
  • Regular, matching how often your site changes, daily for an active site, weekly for a static one.
  • Stored separately from the website itself, so that if the site is compromised, the backups are out of reach.
  • Tested, because a backup you have never restored is only a hope. Try a restore occasionally to be sure it works.

This mirrors the wider 3-2-1 backup approach we recommend for all business data: multiple copies, on different media, with one kept off-site.

5. Put a firewall in front: the WAF

A web application firewall, or WAF, sits between the internet and your website and filters traffic before it ever reaches you. It blocks common attack patterns, known malicious bots, and floods of junk traffic designed to knock you offline. Think of it as a doorman who turns away trouble at the entrance.

For a small business this is one of the best-value protections you can add:

  • It shields against many attacks even if your software is briefly out of date.
  • It can absorb or slow denial-of-service attempts that would otherwise take your site down.
  • It filters out much of the automated scanning that probes every site on the internet.

Services such as Cloudflare offer capable WAF protection with plans that suit small budgets, and setting one up is usually straightforward. If you are not confident configuring what to allow and what to block, this is a sensible point to bring in help, since the value is in tuning it correctly.

6. Get a security review

Everything above is preventative. A security review is how you check the prevention actually worked, and find the gaps you did not know about. It is a periodic look over your site to answer simple questions: Is HTTPS set up correctly? Is anything out of date? Are the admin accounts locked down? Are there any signs the site has already been tampered with?

You can do a light version yourself, run through the checklist in this guide every few months. For anything you rely on for real income or that handles customer data, a professional review is worth it, because an expert knows where the less obvious weaknesses hide and can spot a quiet compromise you would miss. It is also a good moment to confirm you are meeting your obligations: if your site collects personal data, UK GDPR expects you to keep it secure.

A simple order to work through

If the list feels long, tackle it in this order and you will reduce the most risk soonest:

  1. HTTPS on and forced for every visitor.
  2. Everything updated, with automatic security patches on.
  3. MFA and strong passwords on the admin, old accounts removed.
  4. Automatic, separate, tested backups.
  5. A WAF in front of the site.
  6. A security review to confirm it all holds together.

Each step stands on its own, so there is no wasted effort if you pause between them. Together they take a typical small-business website from an easy target to a hard one, which is usually enough to send the automated attackers looking elsewhere.

If you would rather not manage this yourself, we can handle website security as part of looking after your wider systems. See our cyber security service, or get in touch for a straightforward review of where your site stands today.

Frequently asked questions

Do I really need HTTPS if my site does not sell anything?

Yes. HTTPS encrypts the connection between your visitor and your site, protecting any information they send, including contact forms and logins. Browsers now mark sites without it as "Not secure", which puts visitors off, and search engines favour secure sites. A certificate is usually free through your host, so there is no good reason to skip it.

What is a WAF and do I need one?

A web application firewall (WAF) sits in front of your website and filters out malicious traffic before it reaches you, blocking common attacks and known bad bots. For a small business it is one of the highest-value protections available, and services like Cloudflare offer capable options at low or no cost. Most sites benefit from having one.

How often should I update my website software?

As soon as updates are available, ideally within days for security patches. Most website hacks exploit known flaws in out-of-date software, plugins or themes, so prompt patching removes the easiest way in. Where your platform offers automatic updates for security fixes, turning them on is usually the safest choice.

What happens if my website gets hacked?

With good backups you can restore a clean version rather than paying to rebuild. You should also change all passwords, apply the updates that were missed, and check for any hidden changes the attacker left behind. If customer data was exposed, you may have reporting duties under UK GDPR. A professional can help you recover safely and close the gap.

Can I do all this myself or do I need help?

Many of the basics, HTTPS, updates, MFA and backups, are within reach of a confident owner or a small team. A firewall and a proper security review are where expert help pays off, because they need judgement about what to block and what to look for. A managed provider can handle the lot so you can focus on the business.

Who writes this

Dacros — led by Jordan Gilbert

Our guides are written and checked by the Dacros team, led by founder Jordan Gilbert. We run the IT and cyber security for UK small businesses — and hold our own systems to the same standard. About Jordan · About Dacros.

Want this handled for you?

Dacros runs the IT and security for UK small businesses. Book a free review and we'll tell you what's worth doing — no jargon, no pressure.