Hosting is the least glamorous decision you’ll make about your website, and one of the few that touches everything — how fast pages load, how often the site goes down, how much you pay every month for the next decade, and how painful it is to leave when you outgrow it.
It’s also the decision most small business owners make badly, because the industry is built around a specific trick: advertise a headline price, renew at three times that price, and charge for the things you assumed were included.
This guide walks through what actually matters, what doesn’t, and what a sensible choice looks like depending on the kind of site you’re running.
What hosting actually is
When someone types your address into a browser, their computer asks a server somewhere for your website’s files. Hosting is renting that server.
That’s the whole concept. Everything else (the tiers, the add-ons, the branded names for ordinary features) is packaging around that one service.
What varies between hosts is:
- How much of that server you get, and who you share it with
- Where the server physically sits relative to your customers
- What happens when something breaks, and how fast
- What they charge you once the introductory period ends
Those four things explain almost every meaningful difference in price and performance.
The main types, in plain terms
Shared hosting
Your site lives on one server alongside hundreds of others. It’s the cheapest option and the most common starting point.
The tradeoff is that you’re sharing resources. If another site on your server gets a traffic spike or runs something inefficient, your site slows down too. You have no visibility into this and no control over it.
Shared hosting is genuinely fine for a low-traffic brochure site where a slow afternoon costs you nothing. It becomes a real problem when your site is your lead source.
VPS (Virtual Private Server)
A partitioned slice of a server with resources reserved for you. More expensive, more predictable, and considerably more work — you’re typically responsible for updates, security patches, and configuration.
For most small businesses a VPS is the wrong answer. You’re taking on server administration to solve a problem you could solve by choosing better hosting in the first place.
Managed WordPress hosting
Hosting tuned specifically for WordPress, usually including automatic updates, caching, staging environments, and backups.
If you’re committed to WordPress, this is the sane choice over generic shared hosting. You pay more and you get a host that understands what you’re running. Just be clear-eyed that you’re paying partly to manage WordPress’s own maintenance burden, which is a cost of the platform, not of hosting.
Static and edge hosting
Your site is pre-built into plain HTML files and distributed across a global network, so a visitor is served from a location physically near them. Platforms in this category include Cloudflare Pages, Netlify, and Vercel.
For a marketing site (which is what the overwhelming majority of small business websites are) this is the fastest and most reliable option available, and the free tiers are genuinely generous.
The catch is that it requires a site built to work this way. You can’t drop a WordPress install onto it. If you’re building fresh, though, it’s hard to argue for anything else.
What actually makes a site fast
Hosting matters for speed, but it isn’t the whole story, and hosts oversell their part in it.
Distance to your visitor
Data travels quickly but not instantly. A server in Frankfurt serving a customer in Dallas adds real latency to every single request.
This is what a CDN solves — copies of your site cached in many locations worldwide, so visitors are served from somewhere close. Edge platforms do this by default. Most shared hosts charge extra, or leave you to configure Cloudflare yourself.
If your customers are all in one metro area, pick a host with a data centre in that country at minimum.
Time to first byte
How long the server takes to start responding. On shared hosting this is frequently the largest single delay, and it’s the number most affected by who you’re sharing with.
What your site actually sends
Here’s the uncomfortable part: most slow websites are slow because of what they’re built from, not where they’re hosted. An unoptimised page carrying a megabyte of JavaScript, six web fonts, and uncompressed images will be slow on the most expensive hosting money can buy.
Google’s Core Web Vitals measure what the visitor actually experiences, and they’re dominated by page construction rather than server choice. We covered this in detail in Core Web Vitals explained, and the practical fixes in why is my website so slow.
Upgrading hosting to fix a bloated site is like buying a faster car to solve a traffic jam.
The pricing trap
This is where small businesses lose the most money, so it’s worth being specific.
The advertised price is an introductory rate. A host advertising $2.95/month is usually quoting a price that requires paying three years upfront, and that renews at $10–$15/month. Over five years, the “cheap” host frequently costs more than the transparent one.
Before buying, find the renewal price. It’s always published somewhere, generally in small print or a footnote. If you can’t find it easily, treat that as information about the company.
Add-ons that should be included
Watch for these billed separately:
- SSL certificate — should be free, always. Let’s Encrypt made certificates free years ago and any host charging for basic SSL is charging for something that costs them nothing.
- Backups — some hosts charge monthly for backups, then charge again to restore one.
- Email — often bundled, often not. Worth checking, though hosting your email separately from your website is usually the better architecture anyway.
- Staging site — a copy where changes can be tested before going live.
- Migration — moving your existing site in. Frequently free if you ask, frequently charged if you don’t.
Domain registration
Many hosts offer a free domain for the first year. This is fine, but register your domain somewhere you can control it independently if you can. When your domain and hosting live with the same company, leaving becomes harder than it should be, and that’s not accidental.
What to actually look for
Ignore the feature lists. These are the things that matter.
1. Uptime, with a real guarantee
Look for 99.9% or better, backed by a service level agreement that pays out. 99.9% still means around 43 minutes of downtime a month, which is acceptable. 99% (which sounds similar) means over seven hours.
2. Support you can reach when it’s broken
Test this before buying. Ask a pre-sales question at 11pm and see how long a real answer takes. Support quality varies enormously and is nearly impossible to assess from marketing copy.
3. A clear exit
Can you export your site and leave? Do you get database access? Are there export fees?
This is the single most predictive question about how a host will treat you. Companies confident in their service make leaving easy. This is the same principle behind owning your website outright rather than renting it from a builder platform.
4. Free SSL, automatically renewed
Non-negotiable in 2026. Browsers mark sites without HTTPS as “Not secure”, and it’s a confirmed ranking signal. Certificates should renew themselves without you thinking about it.
5. Backups that are actually tested
Daily automatic backups, retained at least 30 days, with self-service restore. And once a year, actually restore one. An untested backup is a hypothesis, not a safety net.
Matching the host to the site
A brochure site with modest traffic. Static or edge hosting. Fast, essentially free at your volume, and nothing to maintain. If the site is already WordPress and you don’t want to rebuild, decent managed WordPress hosting is the pragmatic answer.
A lead-generating site that drives real revenue. Edge hosting with a CDN, monitored uptime, and tested backups. When the site is the lead source, an hour of downtime has a number attached to it. Spend accordingly.
A site running ads. Same as above, and be stricter about speed. You pay for every click whether or not the page loads in time, so slow hosting is a direct, measurable cost. See the Google Ads landing page problem.
An online store. Managed e-commerce hosting or a dedicated platform. Payment handling, PCI compliance, and inventory make this a genuinely different problem.
Questions worth asking before you buy
- What is the renewal price after the introductory term?
- Is SSL included and does it renew automatically?
- How often are backups taken, how long are they kept, and can I restore one myself?
- Where are the data centres, and is a CDN included?
- What’s the uptime SLA, and what happens if you miss it?
- Can I export everything and leave without a fee?
- Is there a staging environment?
- What are the actual support hours, and is it real humans?
Any host that dodges these is telling you something.
Migrating without breaking anything
If you’re moving an existing site, sequence matters:
Set up before you switch. Get the new host fully working (the whole site, tested) before changing anything in DNS. Most hosts will give you a temporary URL for exactly this.
Lower your DNS TTL first. A day or two before the move, drop the TTL to 300 seconds so the change propagates quickly instead of over 24–48 hours.
Keep the old host running for a week. Costs one extra month and removes all the risk. Some visitors will keep hitting the old server while DNS propagates.
Check redirects and forms after the switch. These break most often in a migration. Submit the form yourself and confirm the message actually arrives — a form that silently stops delivering is invisible until you notice the leads stopped.
Confirm HTTPS. Make sure the certificate is live on the new host and http:// redirects to https:// before you point production traffic at it.
Choosing without overthinking it
Hosting is a genuine decision, but it’s a smaller one than the industry implies. For most small businesses:
- Static or edge hosting is faster and cheaper than shared hosting, if your site can use it
- Check the renewal price, not the headline price
- Free SSL, real backups, and an easy exit matter more than any feature list
- Fix the site before you upgrade the server — construction usually beats hardware
- Own your domain independently, so you can move whenever you want
Get those right and hosting becomes what it should be: a line item you stop thinking about.
Building something new and want this handled properly? Every site we build ships on fast edge hosting with SSL, backups, and a 90+ PageSpeed target, and you own the domain, code, and content outright. See how we work or get a quote with real pricing and a timeline within one business day.
Want this handled for you?
SimplyGood builds fast, lead-generating websites for local businesses across the US. Get a tailored quote in one business day.