Web development

Web hosting for a small business website: what actually matters

A tidy desk with a laptop showing a website, a small notebook, and a coffee in warm morning light

Choosing web hosting for a small business website feels like it should be simple, and then you open a pricing page and there are nine plans, three of them are "cloud", and one costs $2.95 a month for the first year and $14.95 after. This guide skips the sales language and covers what a host actually does, the differences that matter for a small site, and the questions worth asking before you hand over a card.

What does web hosting actually do?

A host runs a server — a computer that is always on and connected to the internet — that stores your site's files and sends them to anyone who visits. Your domain name (the address people type) points at that server. If you build on a platform like WordPress, the server also needs the right software installed to run it: a supported version of PHP, a database, and HTTPS enabled [8]. Hosting and the domain are two separate things you can buy from two separate companies, even though many providers sell both together.

What are the main types of hosting?

  • Shared hosting. Your site sits on one server alongside hundreds of others and shares its resources. Cheapest, fine for a small brochure site, but a busy neighbour can slow you down.
  • VPS / cloud hosting. You get a guaranteed slice of a server (or a pool of them) that you can scale up. More money, more control, more to manage.
  • Managed hosting. Usually managed WordPress — the host handles updates, caching, security, and backups for a premium price. You are paying to not think about the server.
  • Static / edge hosting. Platforms like Netlify and Vercel build your site once and serve the finished files from a global network, with HTTPS and basic DDoS protection included [3][4]. Great for fast marketing sites; not a fit if you need a traditional database-driven CMS admin.

Which type does a small business website actually need?

For a standard small business site — a handful of pages, a contact form, maybe a blog — shared or managed hosting is almost always enough, and a modern static host is often the fastest and cheapest option of all if your developer builds for it. You move up to a VPS or cloud plan when you are running a real application: a booking system, a members area, a store with meaningful traffic. The small business website checklist covers the surrounding decisions; web app work is where hosting needs step up.

What does "uptime" mean, and how much should I care?

Uptime is the percentage of time the server is reachable. The numbers look reassuring until you convert them: 99% uptime allows about 3.7 days of downtime a year, 99.9% allows roughly 9 hours, and 99.99% allows about 53 minutes [6]. A serious host publishes an uptime figure and often backs it with a service-level agreement. For most small businesses, 99.9% is a fine target; the thing that actually bites is a host with no status page and slow support when something breaks.

How does hosting affect how fast my site loads?

The first thing a browser waits for is Time to First Byte — how long the server takes to start responding. Google's guidance is that most sites should aim for a TTFB of 0.8 seconds or less, and treats anything over 1.8 seconds as poor [1]. A slow or overloaded server, a database on the far side of the world, or a shared plan under load all push that number up. Speed also feeds Google's page-experience signals, which its ranking systems do use [7]. We go deeper on the money side of this in why a slow page quietly loses the sale.

Do I need a CDN?

A content delivery network is a group of servers spread across many locations that keep copies of your site's files, so a visitor is served from a nearby server instead of your origin [2]. Because geographical distance adds latency in proportion to the distance, a CDN noticeably speeds up a site with visitors outside your host's region [2]. Some hosts and most static platforms include one by default [3][4]; on cheaper shared plans you may need to add a free tier of a separate CDN yourself. For a purely local business it matters less, but it also helps absorb traffic spikes.

Is SSL / HTTPS included, or does it cost extra?

It should be included and free. Let's Encrypt is a free, automated certificate authority that any domain owner can use at no cost, with automatic renewal [5], and reputable hosts wire it in for you. WordPress now lists HTTPS as required for every install [8]. If a host wants to sell you an SSL certificate as a $50-a-year add-on, treat that as a sign the rest of the plan is priced to nickel-and-dime you.

What about backups — whose job is that?

Assume it is yours until a host proves otherwise in writing. Managed plans usually take daily backups and let you restore with one click; budget shared plans often take occasional backups you cannot easily reach, or none. Ask two questions: how often are backups taken, and how do I restore one without opening a support ticket. Keep at least one copy somewhere that is not the host — if the account is suspended, so is its backup. Our website security basics piece covers where backups sit in the bigger picture, and ongoing website maintenance is where this normally lives.

Does the server's location matter?

Somewhat. Latency rises with distance, so a server near most of your visitors gives a faster first response [2]. If your customers are all in one country, a host with a data centre there (or a CDN in front) is worth a small premium. If your audience is spread out, a CDN matters more than the origin's exact location. Data-residency rules can also force a region choice if you store personal data — worth checking with your developer if that applies to you.

How much should hosting cost?

For a small business site, budget shared hosting runs a few dollars a month, mid-range and managed WordPress typically $15–$40 a month, and static-platform hosting is often free at low traffic and modest above it. Watch the renewal price, not the intro price — the jump after year one is where these plans make their margin. Hosting is a small line item next to the build; our breakdown of what a website costs puts it in context, and our pricing folds hosting and care into one figure.

What are the red flags when choosing a host?

  • SSL sold as an add-on. It is free; charging for it signals the pricing model.
  • No status page or uptime figure. You want to see how they communicate during an outage.
  • Backups you cannot self-restore. A backup you have to beg support for is barely a backup.
  • A huge renewal jump. The real price is year two onward.
  • No clear way to export and leave. You should be able to take your files and database whenever you want.

How do I move hosts without breaking the site?

Set up the site fully on the new host first, test it on a temporary address, and only then repoint the domain — so there is no window where the address points at an empty server. Lower your domain's DNS TTL a day ahead so the switch propagates quickly, keep the old host live for a week as a fallback, and re-check forms, email, and HTTPS after the cutover. If a CMS and database are involved, this is worth handing to a developer; a botched migration can cost you search rankings and customer trust. If you would rather never do this yourself, we build and host and maintain sites as one arrangement.

Sources & references

  1. web.dev — Time to First Byte (TTFB) and its thresholds.
  2. MDN Web Docs — CDN (Content Delivery Network) glossary entry.
  3. Vercel — CDN overview (global points of presence, automatic HTTPS, DDoS mitigation).
  4. Netlify Docs — frameworks, edge network and deploy model.
  5. Let's Encrypt — a free, automated, open certificate authority.
  6. Wikipedia — High availability: allowable downtime per year by uptime percentage.
  7. Google Search Central — Understanding page experience in Google Search results.
  8. WordPress.org — Requirements (PHP, database, HTTPS).

Hosting plans, prices and platform features change often; confirm the current details on each provider's own site before deciding.

Want us to host and look after your site so you never think about it?

Talk to us arrow_right_alt