Here is the uncomfortable truth about most trade business websites: Google has never heard of them.
Not because the business isn't legitimate. Not because the owner isn't skilled. But because nobody has ever told Google what the business does, where it operates, and why it should be shown to people searching for those services. The website exists. Google just doesn't know what to do with it.
The result is that when a homeowner in your suburb types "emergency electrician near me" or a facilities manager types "commercial cleaning company Melbourne CBD", your business doesn't appear. Your competitor does. And that competitor may be less experienced, charge more, and do inferior work, but they've done the work to be visible, and you haven't.
SEO is not a luxury for trade businesses. It is the difference between a phone that rings and a phone that doesn't.
Local SEO, the specific discipline of getting a service business found in a defined geographic area, is one of the most achievable digital marketing strategies available to a small business owner. It doesn't require an agency. It doesn't require a large budget. It requires understanding how Google decides who to show, doing that work systematically, and maintaining it consistently.
This article is a complete framework. It covers the five pillars of local SEO for trade and service businesses, explains exactly how each works, and gives you the specific actions and tools to implement each one. It is technical in places, deliberately so. The detail is the point.
How Google decides who to show
Google's job is to return the most relevant, trustworthy result for any given search query. For local service searches, it does this using three primary signals.
Relevance. Does your business actually do what the searcher is looking for? Google determines relevance by reading and indexing the content on your website and Google Business Profile. If someone searches "roof plumber Geelong" and your website never uses those words, Google has no basis to show you. Most trade business websites are so generic in their language that Google can't tell who they're for or what specific services they offer.
Proximity. How close is the business to the searcher? For searches with explicit location intent ("plumber Melbourne CBD") or implicit local intent ("plumber near me"), Google strongly weights businesses that are geographically close. This is why your Google Business Profile address and the locations you've told Google you serve are critical.
Prominence. Is this business well-known and trusted? Google measures prominence through the number and quality of external signals: reviews, backlinks from other websites, citations in business directories, and how long you've been active online.
All three must be addressed. Optimising only one or two has diminishing returns. The five pillars that follow address all three signals systematically, and they're ordered by impact and implementation sequence. Do them in this order.
Pillar 1: Google Business Profile optimisation
The single highest-impact action available to any local service business. Free, powerful, and mostly ignored.
Google Business Profile (GBP) controls how your business appears in Google Search and Google Maps. When someone searches for a local service, the three businesses in the prominent "Map Pack" are almost always pulling their information from GBP. That Map Pack captures between 40 and 60 percent of all clicks on local service searches.
If your GBP profile is incomplete, unoptimised, or doesn't exist, you are functionally invisible to almost half of all local searchers.
Step by step:
- Claim and verify at business.google.com (postcard, phone, or video verification).
- Complete every section: business name (no keyword stuffing), address, service area, phone, website, hours, holiday hours.
- Select the right primary category, the most specific available, plus secondary categories.
- Write a keyword-rich business description, 750 characters, specific service terms your clients search for.
- Add all services with individual descriptions, each listed separately with its own name and description (each is indexed by Google).
- Upload 10+ photos immediately, then weekly: exterior and van, team, before and after jobs (42% more direction requests with photos, per Google's own data).
- Post weekly GBP updates, short posts signalling an active business, five minutes, most competitors aren't doing it.
- Answer every Q&A, seed it yourself with your five most common questions.
Gold nugget: the GBP category hack. Your primary GBP category is the single most influential ranking factor in local search. Use a tool called Pleper (pleper.com/google-maps-categories) to find every available category in your trade. You'll find categories more specific than you knew existed: "Hot Water System Supplier" versus "Plumber", "Commercial Cleaning Service" versus "Cleaning Service". More specific categories mean less competition for the exact searches your best clients are making. Review and refine quarterly.
Pillar 2: keyword strategy
Keyword research is the process of identifying the exact terms your target clients type into Google when they need your service. The gap between what business owners think their clients search for and what they actually search for is almost always significant.
A plumber might assume their clients search for "plumbing services". Google's data shows they actually search for "blocked drain Sydney", "hot water system not working", "emergency plumber near me", and "gas leak repair cost". These are different searches. They signal different intent. And they require different pages on your website to rank.
The keyword framework for trade businesses:
- Tier 1, core service keywords: primary money-making terms. High intent, high competition. "Electrician Parramatta", "Emergency plumber Melbourne", "Commercial cleaning company Melbourne".
- Tier 2, service-specific long-tail keywords: more specific, lower competition, higher conversion intent. "Hot water system replacement cost Melbourne", "Office cleaning contract Melbourne", "Outdoor lighting installation Richmond".
- Tier 3, competitor and comparison keywords: "Best electrician Melbourne reviews", "Licensed plumber vs handyman".
How to do the research: start with Google itself (autocomplete, the "People Also Ask" box, "Related Searches"); use Google Keyword Planner (free, via a no-spend Google Ads account) for search volumes; use Ubersuggest or a similar tool for competitor keyword gaps; then build a keyword map assigning a primary keyword and two to four secondary keywords to every page.
Gold nugget: the suburb page strategy. One of the highest-ROI tactics for local trade businesses is creating dedicated pages for each suburb you service. A plumber servicing greater Melbourne shouldn't just have one "Plumbing Services Melbourne" page. They should have Plumber Footscray, Plumber Richmond, Plumber Dandenong, Plumber St Kilda. Each targets a specific local search term the homepage can't rank for on its own. Critical: these must be genuine pages with unique content, not copy-paste templates with only the suburb name changed. Google penalises "doorway pages". Each page needs at least 300 words of unique content describing your service in that specific area.
Pillar 3: on-page SEO
On-page SEO is everything done on your actual website pages to help Google understand their content. For a service business it is not complex. Six elements matter most, and most can be implemented in a single afternoon.
1. Title tags. The blue clickable headline in Google results. One of the most important on-page ranking factors. Formula: Primary Keyword | Secondary Keyword | Business Name, for example "Plumber Footscray | Emergency Plumbing | Melbourne Plumbing Co". Max 60 characters, primary keyword at the start.
2. Meta descriptions. The grey text beneath the title. It doesn't directly affect rankings but heavily influences click-through rate. Formula: what you do in your location, key differentiator, call to action, trust signal. Max 155 characters.
3. H1 and H2 headings. Every page should have one H1 that includes the primary keyword. Subheadings should include secondary keywords naturally.
4. Page content. Every page you want Google to rank needs a minimum of 300 words of original, relevant content describing the service in detail. Use your primary keyword and its variations naturally throughout. Write for humans, include specifics, and avoid repeating the same phrase artificially.
5. Local schema markup. Structured data added to your website's HTML that tells Google specific facts about your business in a format it can easily read. For a local service business, the LocalBusiness schema is the most important:
<!-- LocalBusiness Schema: add to <head> or via Google Tag Manager -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Plumber",
"name": "Your Business Name",
"image": "https://yourdomain.com.au/logo.jpg",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Example Street",
"addressLocality": "Melbourne",
"addressRegion": "VIC",
"postalCode": "3000",
"addressCountry": "AU"
},
"telephone": "+61-3-XXXX-XXXX",
"url": "https://yourdomain.com.au",
"areaServed": "Melbourne, VIC",
"priceRange": "$$"
}
</script>
Replace the @type value ("Plumber") with your relevant schema type: Electrician, HVACBusiness, CleaningService, LandscapeService, GeneralContractor, Painter, or RoofingContractor.
6. Page speed and mobile performance. Google uses page speed as a direct ranking factor, and with over 65% of local service searches happening on mobile, a slow site is an SEO liability. Test at pagespeed.web.dev and search.google.com/test/mobile-friendly. Anything below 50 on mobile is a priority fix. The most common speed killers are uncompressed images, cheap shared hosting, and poorly built themes. Fix images first, they account for 60 to 80% of most small sites' load time.
Pillar 4: reviews and online reputation
Online reviews influence Google's ranking algorithm and the decision of every person who finds your listing. Both functions compound. More reviews means better rankings. Better rankings means more people see the reviews. More people means more clients and more reviews.
Google's local ranking algorithm weighs review signals heavily: total review count, average rating, recency (recent reviews carry more weight), and whether the owner responds. A business with 10 reviews and a 4.9 average will typically rank lower than a competitor with 80 reviews and a 4.6 average. The volume signal outweighs the rating difference.
Building a review generation system:
- Create a direct review link. In your GBP dashboard, "Get more reviews", copy your unique link. It takes clients straight to the submission form.
- Build the ask into your post-job process. Within 24 hours of completion, send a brief, personal message with the direct link.
- Follow up once. If no review after five to seven days, one gentle reminder. Once only.
- Respond to every review, positive and negative. Responding is a direct ranking signal. For positives, thank by name, mention the specific service, add a natural keyword. For negatives, acknowledge, take responsibility where appropriate, offer to resolve offline. Never argue publicly.
- Diversify review platforms. Google is the priority, but Trustpilot, Yelp, Facebook, hipages, and others contribute to prominence.
Gold nugget: the review response formula. Most owners respond generically ("Thanks for the review!"), missing an SEO opportunity. A keyword-optimised response uses the client's name, mentions the specific service ("blocked drain", "emergency plumbing"), states a location signal ("inner Melbourne"), and includes a soft call to action. This response is indexed by Google. It adds keyword-relevant content to your GBP listing with zero additional effort.
Pillar 5: citations and local link building
Citations are mentions of your business name, address, and phone number (NAP data) on external websites. The more consistent, high-quality references Google finds across the web, the more it trusts that your business is legitimate and prominent. Link building is earning hyperlinks from other websites back to yours, one of the most powerful ranking signals there is.
The first step is to list your business consistently across the major Australian directories. Inconsistency in your NAP data actively hurts rankings.
| Directory | Priority level |
|---|---|
| Google Business Profile | Critical, do this first |
| Apple Maps (Business Connect) | Critical, iOS users |
| Bing Places | High, significant Bing user base |
| Yellow Pages | High, strong domain authority |
| True Local | High, Australian local search |
| hipages (trades only) | High, major trade lead platform |
| ServiceSeeking | Medium, trades lead platform |
| Hotfrog | Medium, general directory |
| Localsearch | Medium, Australian local search |
| Facebook Business Page | Medium, social plus search signal |
| LinkedIn Company Page | Medium, B2B visibility |
| Yelp | Low to medium, growing in Australia |
Gold nugget: NAP consistency is non-negotiable. Your Name, Address, and Phone number must be identical across every listing. Not similar, identical. Common errors that damage citation signals: "Pty Ltd" in some places and missing in others; "03 9XXX XXXX" versus "+61 3 9XXX XXXX" versus "(03) 9XXX XXXX"; "123 Smith St" versus "123 Smith Street"; trading name versus registered name. Pick one exact format. Write it down. Use it everywhere, forever.
Practical link-building strategies for trade businesses: join industry associations (MPAQ, Master Electricians Australia, Master Builders, BSCAA) and request a member-directory backlink; ask major suppliers to list you on their "find a local installer" pages; join your local Chamber of Commerce or BNI; sponsor local clubs or events; offer a practical tips article to a local community website; and ask builders or architects you subcontract for to feature a project with credit to your business.
Measuring what's working
SEO without measurement is guesswork. Track these monthly. You don't need paid tools, Google provides them free.
Google Search Console shows exactly how Google sees your website: which keywords your pages rank for and their average position, impressions and clicks, your top traffic pages, technical errors, and which external sites link to you. Google Business Profile Insights shows how people found you, how many clicked through, called, or requested directions, and which photos were viewed most.
| Metric | What it tells you |
|---|---|
| Organic clicks (Search Console) | Visitors arriving from Google search |
| Average position (Search Console) | Where your pages rank on average |
| GBP search impressions | How often your profile appeared |
| GBP direction requests | High-intent signal: people who wanted to visit |
| GBP website clicks | Traffic from GBP to your site |
| GBP phone call clicks | Direct calls from your listing |
| Review count and average rating | Track monthly, target 2+ new reviews per week |
| New referring domains | New websites linking to yours |
Gold nugget: a monthly SEO review in 20 minutes. On the first Monday of every month, spend 20 minutes on four things: check total clicks in Search Console versus the prior month and note any keywords that moved; check the coverage tab for new errors and fix them; review GBP impressions, clicks, and calls; and note your total reviews and rating (did you receive at least four to eight this month?). Record these numbers in a simple spreadsheet. Twelve months of data shows you whether your SEO is working and where the momentum is coming from.
Realistic expectations: SEO is a six-month investment
One of the most common reasons SEO fails for small businesses isn't a lack of effort, it's a lack of patience. Owners implement changes, see no results in four weeks, and conclude SEO doesn't work. In reality, Google typically takes three to six months to fully index and re-rank a website after significant changes.
| Timeframe | What to expect |
|---|---|
| Month 1 to 2 | GBP optimised and gaining impressions. Technical errors fixed. Few visible ranking changes yet. |
| Month 2 to 3 | Long-tail keywords and low-competition suburb pages begin to rank. First measurable traffic increase. |
| Month 3 to 4 | Core service keywords improve. GBP appearing in the Map Pack for some searches. |
| Month 4 to 6 | Significant gains for core terms. Consistent Map Pack presence. Review velocity compounding. |
| Month 6 to 12 | Sustainable organic traffic. Compound growth from citations, links, and reviews. Reduced dependence on paid leads. |
The critical mindset shift: the goal of SEO in month one is not to rank on page one. It's to build the infrastructure that earns page one rankings in month four. A suburb page built in week two might rank in month five and generate leads for years.
The best time to start your SEO was 12 months ago. The second best time is today, but only if you commit to the six-month framework, not the six-week result.
The complete action checklist
Pillar 1, Google Business Profile: claim and verify; complete 100% of fields; select the most specific primary category; add relevant secondary categories; write a 750-character keyword-rich description; add all services with individual descriptions; upload 10+ photos on day one; schedule weekly posts; seed the Q&A with your five most common questions; set up and save your Google review direct link.
Pillar 2, keyword strategy: run autocomplete research for all core terms; extract ideas from Google Keyword Planner; run a competitor keyword gap analysis; build a keyword map per page; identify at least five suburb pages to create; write each with 300+ words of unique content.
Pillar 3, on-page SEO: rewrite title tags using the formula; write meta descriptions (max 155 characters); ensure one H1 with the primary keyword per page; write 300+ words on every service page; add LocalBusiness schema to the homepage and contact page; fix any mobile PageSpeed score below 50; resolve mobile-friendly issues; connect Google Search Console; submit your sitemap.
Pillar 4, reviews: create and save your review link; build an SMS request template; integrate the ask into the post-job process within 24 hours; schedule one follow-up; respond to every existing review; set up Google, Apple, Facebook, and hipages as platforms; track count and rating monthly.
Pillar 5, citations and links: decide on an exact NAP format and use it consistently; list on all the directories in the table above; audit existing citations and correct inconsistencies; join and list on a relevant industry association directory; ask your top three suppliers for a contractor-page listing; join a local Chamber of Commerce or BNI; pursue two local link-building opportunities per quarter.
The free tools you need: Google Business Profile, Google Search Console, Google Keyword Planner, Google PageSpeed Insights, the Mobile-Friendly Test, the Rich Results (schema) test, Ubersuggest, Answer The Public, and the Pleper category finder. Paid tools worth considering once you're further along: Semrush or Ahrefs (full SEO suites), BrightLocal (local tracking and citations), Whitespark (citation building), and Keywords Everywhere (a browser extension for keyword volumes).
If this is useful but you'd rather have an expert build your digital presence strategy alongside you, book a free discovery call with Scale360. Digital presence is one of three pillars we cover in every coaching engagement, and it's often the one that changes fastest.