Client portal

Sign in to manage tickets, messages, and your account.

Sign in to portal
NexusByte banner
Ouss Civil
Ouss Civil excavation and demolition website homepage, showing services and Sydney service areas, built by NexusByte
Web Development

Ouss Civil

Ouss Civil is an owner-operated excavation, demolition and land clearing contractor that has worked across greater Sydney since 2011. The pitch is unusually direct for the trade: the operator who prices the job is the operator who runs the machine. ousscivil.com.au is built on Next.js with Strapi behind it, and it was designed around that promise rather than around a generic contractor template.

What the site had to solve

Earthworks is bought under pressure and mostly on trust. A builder or homeowner needs a block stripped before a slab pour, the schedule is already tight, and the thing they are actually worried about is not the machine — it is whether the crew turns up on the day and whether the number they were quoted is the number they pay. Every structural decision on this site follows from that: what the job is, whether you cover the address, what it costs, and how fast you can confirm it.

That creates a scale problem before a word is written. Nine services — land clearing, demolition, excavation, land filling, dirt removal, driveway removal, concrete breaking and hauling, retaining walls and landscaping — crossed with a service footprint running from the Eastern Suburbs to Penrith and Palm Beach to Camden, is a large matrix of pages. Built carelessly, that becomes a hundred near-identical pages with the suburb swapped, which is precisely the pattern search engines have spent a decade learning to discount.

How it is put together

The answer was to make the area pages carry real local content rather than a template variable. Crews are based in the eastern, north-west and south-west of the city, and each regional page is written around the work actually done there, with local project examples attached. A service page describes the job in the language the trade uses — bulk and detailed cuts to exact levels, tight-access included; spoil loaded and gone the same day, tipping handled — because a builder reading vague marketing copy assumes the contractor has never done it.

Strapi models services, service areas, case studies and gallery images as structured content types rather than free-form pages. That is what keeps a site this size internally consistent as it grows: adding a suburb or publishing a finished job is a form fill from a phone on site, not a development ticket, and the layout cannot drift because the operator never touches it. The front end is Next.js and static, so none of that content editing costs the visitor a single millisecond at request time.

The resources library is the differentiator

The most interesting part of the build is the part most contractors skip. Rather than a blog of industry news nobody reads, the site publishes short guides that answer the two questions that actually delay a decision: what will this cost, and do I need approval. There is a retaining wall cost guide with per-metre pricing across sleeper, block and sandstone walls — including the drainage line item that decides whether the wall survives a decade. There is a house demolition cost guide that takes asbestos on directly instead of hiding it behind a site inspection.

Alongside those sit a guide to NSW council approval for land clearing, covering protected species and the 10/50 rule and — usefully — when approval is not needed at all, and an explainer on clean fill that distinguishes VENM from ENM certificates and makes the point that free fill from a mate's site is the most expensive kind. Each is a four-to-six minute read. Collectively they do something no service page can: they demonstrate the operator knows the regulatory ground, which is exactly what a nervous homeowner is trying to establish.

Turning a visit into a quote

The conversion path is deliberately short and deliberately human. A fixed quote is promised inside 24 hours, the phone number is never more than a tap from anywhere on the site, and there is an SMS option for sending site photos — because the fastest way to price an excavation is to look at the block, and the customer is usually standing on it. Reviews, certifications and insurance cover sit near the quote form rather than on a separate page, since those are the details a customer checks in the last thirty seconds before making contact. If you are weighing up a build of this shape, our tradies website service covers the same ground.

The SEO build

Search is not a phase that happens after launch on any site we build, and this one is a good example of what that means in practice. The title targets the term the work is actually sold under — excavation and earthworks contractor in Sydney — rather than the business name, every page carries its own canonical, and the social layer is complete across nine Open Graph properties and six Twitter card fields, so a link shared into a group chat or a builders' forum renders properly instead of as a bare URL.

Underneath sit four blocks of structured data. The business is typed as a GeneralContractor rather than a generic LocalBusiness, which is the precise schema for the trade; service areas are expressed as City and AdministrativeArea entities so the geographic footprint is machine-readable rather than merely written out; and the FAQ content is marked up as FAQPage with its questions and answers, which is what makes it eligible to appear expanded in results. A 45-URL sitemap is generated and declared in robots.txt, so nothing depends on Google finding pages by luck.

The Challenge Of Project

  • Building a service-by-area structure broad enough to cover greater Sydney without generating a hundred near-identical pages that search engines quietly discount.
  • Writing service copy in the language the trade actually uses, because a builder reading vague marketing assumes the contractor has never done the work.
  • Modelling services, areas, case studies and gallery images in Strapi so an operator can publish a finished job from a phone, on site, without breaking the layout.
  • Publishing real cost figures and approval guidance, which most contractors avoid, so the site answers the two questions that stall a decision before the quote request.
  • Keeping every page fast on a phone with a weak signal, since most enquiries arrive from someone standing on the block they need cleared.