Technical SEO
Crawl and index control, Core Web Vitals, internal linking, structured data and log-file analysis. The layer everything else depends on.
Technical SEO is the work that determines whether Google can find, crawl, render and index your pages efficiently — and whether the pages it does index load fast enough to compete. It is the first thing we do on every engagement because content and links cannot compensate for a site that is wasting crawl budget on parameter URLs or shipping a 4-second Largest Contentful Paint. A full technical pass takes two to four weeks; the fixes take longer and usually need your developers.
## What a technical pass actually covers
– **Crawl and index control.** What Google is spending its budget on versus what you want indexed. Parameter handling, pagination, faceted navigation, soft 404s, and the long tail of URLs no one knew existed.
– **Rendering.** Whether your JavaScript-dependent content is in the DOM Google sees. On React, Vue and Next.js sites this is where a surprising amount of invisible traffic loss lives.
– **Core Web Vitals.** LCP, INP and CLS measured on real user data from the Chrome UX Report, not on a lab score. A green Lighthouse run on your laptop tells you very little about a visitor on mobile in Ohio.
– **Internal linking.** Which pages receive internal authority and which are orphaned. On most sites over a few hundred pages this is the single highest-leverage technical fix available.
– **Structured data.** Organization, Product, Article, FAQ, Breadcrumb — implemented as a connected graph rather than scattered blocks. This matters twice over now: for rich results and for whether AI systems can resolve your site as an entity.
– **Log-file analysis.** On sites over roughly 10,000 URLs, server logs tell you what Googlebot is really doing, which routinely contradicts what the crawl tools predicted.
– **Migrations.** Domain, platform or structure. Priced as a fixed project, because it is a month of concentrated work.
## How we sequence it
- Week 1
Baseline and crawl
Full crawl, Search Console export, CrUX data, and where available a week of server logs. Nothing is changed yet.
- Week 2
Prioritised findings
Not a 300-item tool export. A ranked list: what is costing traffic now, what will cost traffic later, and what the tool flagged that genuinely does not matter.
- Weeks 3–8
Implementation
We implement what we can access directly and write developer-ready tickets for the rest — with the reasoning, so your engineers can push back on it rather than guess.
- Ongoing
Verification
Every fix is re-checked after deployment. A ticket marked done that did not actually ship is the most common source of “we did all that and nothing happened”.
Questions buyers ask us
These are the questions that come up most often on first calls. If yours is not here, ask — we answer in writing within one working day.
How long does a technical SEO audit take?
Two weeks for a site under about 5,000 URLs, three to four weeks for larger or JavaScript-heavy sites where rendering and log analysis are involved. Implementation runs longer and depends on your development capacity — that is usually the constraint, not our side.
Will you work directly in our codebase?
If you want us to, and you grant access, yes — for CMS-level and template-level work. For application code we write specification-level tickets your engineers implement, because pushing changes to a codebase we do not own is a bad idea for both of us.
Our Lighthouse score is 95. Do we still need this?
Probably. Lighthouse is a lab test on one page on your machine. Core Web Vitals are assessed on field data from real Chrome users across your whole site. A 95 lab score and failing field data is one of the most common patterns we see.
What is the most common technical problem you find?
Internal linking that leaves commercially important pages three or four clicks from the homepage while thin pages sit in the main navigation. It is unglamorous, it is free to fix, and it moves rankings more reliably than most things that cost money.