SEO
Technical SEO for business websites: the checklist that matters
The technical SEO work that actually moves rankings — crawlability, indexing control, structured data and internal linking.
Most technical SEO advice is a list of two hundred items, which is the same as having no list at all. In practice a small number of issues account for most of the lost visibility on business websites, and they are usually engineering problems rather than content problems.
This is the shortlist, in the order we work through it.
Can it be crawled and rendered?
Nothing else matters if the content is not reachable. The failure modes are consistent:
- Content that only exists after JavaScript runs. Search engines can render JavaScript, but rendering is queued and unreliable. Content that matters should be in the initial HTML response — server-rendered or statically generated.
- Accidental blocking. A
Disallowornoindexcarried over from staging is a surprisingly common cause of sudden traffic loss. - Navigation that is not links. If the only route to a page is a JavaScript click handler, it may never be discovered. Use real anchors with real
hrefvalues. - Orphan pages. A page nothing links to is a page search engines have little reason to value, even if it appears in the sitemap.
URLs, duplicates and canonicals
Duplicate content rarely triggers a penalty, but it does split signals — several URLs each accumulating a fraction of the authority that should belong to one.
- Pick one hostname and one protocol, and redirect everything else to it with a permanent redirect.
- Be consistent about trailing slashes; serve one form and redirect the other.
- Set a self-referencing canonical on every page, and point parameterised or filtered variants at the canonical version.
- Use descriptive, stable URLs. Changing them later costs you the redirect chain and some of the accumulated authority.
Semantic structure and headings
Heading structure is how a page communicates its shape. One h1 stating the page topic, h2 elements for major sections, h3 beneath them — used for hierarchy, not for font size.
Semantic elements matter for the same reason: header, nav, main, article, footer tell both search engines and assistive technology which part of the page is the content. A page built entirely from unlabelled div elements makes that determination harder for everyone.
Structured data that is worth adding
Structured data describes your content in a form search engines can use directly. Add what is accurate and skip the rest — mismatched markup is worse than none.
- Organization — name, logo, contact points and verified social profiles. Add it once, site-wide.
- WebSite — establishes the site entity and its publisher.
- BreadcrumbList — matching the breadcrumb the user can actually see.
- Article — on editorial pages, with author and accurate published and modified dates.
- Service and SoftwareApplication — where they genuinely describe what the page offers.
- FAQPage — only where the questions and answers are visible on the page.
Never mark up content that is not on the page, or claim ratings and reviews you do not have. It is the fastest route to a manual action.
Internal linking is the underused lever
Internal links do two things: they distribute authority, and they tell search engines what a page is about through the anchor text pointing at it. Most business websites under-use both.
- Link with descriptive anchor text. "Cloud infrastructure services" is a signal; "click here" is not.
- Link from editorial content to the commercial pages it supports, and back again.
- Group related content into clusters with a hub page, so the topic reads as coherent.
- Keep important pages within three clicks of the homepage.
Page experience and mobile
Indexing is based on the mobile version of your site, so the mobile experience is the one that counts. Content must not be hidden on mobile, tap targets need to be reachable, and the page has to be fast on a mid-range phone rather than on the laptop it was built on.
Core Web Vitals are part of this — LCP, INP and CLS measured from real visitors. We cover the engineering approach in website performance and Core Web Vitals.
Monitoring so it stays fixed
Technical SEO regressions arrive through ordinary deployments — a redirect chain introduced by a URL change, a noindex shipped from staging, a template that drops the canonical tag. Watch coverage and indexing reports monthly, and check the rendered output of key templates after any significant release.
Our digital marketing service covers technical SEO alongside content and campaigns, and because we build the sites as well, the fixes actually land.