Written by Cobus van der Westhuizen Reviewed June 2026 Founder-led since 2015 64+ clients 4.9-star rated

TL;DR — Quick answer

Technical SEO is everything that helps search engines crawl, index and render your site. A technical SEO audit works through eight areas in priority order: crawlability and indexing, site speed and Core Web Vitals, mobile usability, HTTPS, structured data, XML sitemaps and robots.txt, canonical tags, and broken links. The essential tools are Google Search Console, PageSpeed Insights, Lighthouse, the Rich Results Test and a crawler such as Screaming Frog. Fix indexing and speed issues first; they have the biggest impact on rankings.

Key takeaways

  • Crawlability and indexing come first: if Google cannot reach or index a page, nothing else matters
  • Core Web Vitals (LCP, INP, CLS) are confirmed ranking signals and a real factor for South African mobile users on slower networks
  • Most technical wins come from free tools: Search Console, PageSpeed Insights, Lighthouse and the Rich Results Test
  • Broken links, redirect chains and duplicate canonicals quietly waste crawl budget and dilute ranking signals
  • Run a full audit at least twice a year, and always after a migration, redesign or traffic drop
  • Fix in priority order: indexing, then speed, then structured data and housekeeping

Technical SEO is the foundation everything else sits on. You can publish brilliant pages and earn strong links, but if search engines struggle to crawl, index or render your site, those efforts are wasted. A technical SEO audit is a systematic check of that foundation. This article explains what technical SEO is, then walks through a full audit checklist in the order you should tackle it, with the tools for each step.

Technical SEO Explained: The Audit Checklist for SA Sites key takeaway, Juicy Designs

What is technical SEO?

Technical SEO is the work that makes a website easy for search engines to crawl, index and render, so its content can rank. Where content and off-page SEO are about what you say and who links to you, technical SEO is about the plumbing: how fast pages load, whether they are mobile-friendly, whether bots can reach them, and whether the markup tells search engines what each page is. Get the plumbing wrong and even the best content underperforms.

A technical SEO audit is the structured review that finds those problems. It crawls the site the way a search engine would, checks how Google is actually treating your pages, measures performance, and produces a prioritised list of fixes. The checklist below covers the eight areas every audit should include.

1. Crawlability and indexing

Start here, because if a page cannot be crawled or indexed, no other optimisation can help it. Open Google Search Console and check the Pages report under Indexing. It tells you exactly which URLs are indexed and, more usefully, which are excluded and why.

  • Confirm important pages are indexed; investigate anything marked “Crawled – currently not indexed” or “Discovered – currently not indexed”
  • Check that robots.txt is not blocking pages, scripts or CSS that need crawling
  • Look for accidental noindex tags left over from staging or development
  • Make sure the site is reachable from the homepage within a few clicks; orphan pages with no internal links rarely get crawled
  • Watch crawl budget on large sites: thin, duplicate or parameter URLs waste it

Use the URL Inspection tool in Search Console to see how Google last crawled and rendered a specific page, and to request indexing after a fix.

2. Site speed and Core Web Vitals

Speed is both a ranking signal and a conversion factor, and it matters more in South Africa where many users are on mobile data and variable network speeds. Google measures real-world performance through three Core Web Vitals.

Core Web Vitals and good thresholds
Metric What it measures Good threshold
LCP (Largest Contentful Paint) Loading: when the main content appears Under 2.5 seconds
INP (Interaction to Next Paint) Responsiveness to user input Under 200 milliseconds
CLS (Cumulative Layout Shift) Visual stability as the page loads Under 0.1

Run PageSpeed Insights and Lighthouse on your key templates (home, a service page, a blog post, a product page). Common fixes: compress and correctly size images, serve modern formats like WebP, defer non-critical JavaScript, set explicit width and height on images and embeds to stop layout shift, and enable caching and a CDN. South African sites should also confirm hosting is geographically sensible or fronted by a CDN with local edge nodes.

2500ms

The Largest Contentful Paint threshold Google considers “good”. Pages where the main content loads in under 2.5 seconds pass the LCP Core Web Vital, the single metric most worth optimising first for South African mobile traffic.

Source: Google Core Web Vitals guidance, 2026

3. Mobile usability and HTTPS

Google indexes the mobile version of your site first, so the mobile experience is the experience that ranks. Check that text is readable without zooming, tap targets are not cramped, and nothing overflows the viewport. Lighthouse and the mobile view in Chrome DevTools both flag these issues quickly.

HTTPS and security

Every page should load over HTTPS with a valid certificate. Audit for:

  • A valid, non-expired SSL certificate covering all subdomains you use
  • No mixed content warnings (HTTP images, scripts or styles loaded on an HTTPS page)
  • A single canonical version of the site: pick HTTP or HTTPS, and www or non-www, then 301 redirect the rest
  • HSTS enabled where appropriate to force secure connections

4. Structured data, sitemaps and robots.txt

Structured data (schema markup) tells search engines what your content means, and can earn rich results in the SERP. Common types include Organisation, LocalBusiness, BreadcrumbList, Article, Product and FAQPage, and clean structured data also helps with AI search optimisation as engines increasingly cite well-marked-up pages. Validate your markup with the Rich Results Test and the Schema Markup Validator, and fix any errors or missing required fields.

XML sitemaps

  • Maintain an up-to-date XML sitemap listing only canonical, indexable URLs
  • Exclude noindex, redirected and 404 URLs from the sitemap
  • Submit the sitemap in Search Console and check it is being read without errors

robots.txt

Confirm robots.txt allows crawling of content and assets, blocks only what genuinely should be hidden (admin paths, internal search results), and references the sitemap location. A single overly broad Disallow rule can deindex an entire site, so review this carefully.

5. Canonicals and broken links

Canonical tags tell search engines which version of a page is the authoritative one, and broken links waste crawl budget and frustrate users. Crawl the site with a tool like Screaming Frog and check:

  • Every page has a self-referencing canonical unless it deliberately points elsewhere
  • No conflicting signals, such as a canonical pointing to a noindexed or redirected URL
  • No duplicate title tags or meta descriptions, which usually signal duplicate or thin pages
  • Internal 404s are fixed or redirected; broken internal links leak ranking signals
  • Redirect chains and loops are collapsed to a single 301 hop

Redirect chains are easy to accumulate over a site’s life and slow to surface, which is why a crawl-based audit catches them where a manual review does not.

“Most South African sites we audit are not penalised, they are just leaking. A handful of noindexed pages, a slow mobile homepage and a few hundred internal redirects add up to traffic the business never sees. Technical SEO is unglamorous, but fixing the foundations usually moves rankings faster than writing more content.”

— Cobus van der Westhuizen, Founder & Digital Strategist, Juicy Designs — reviewed and verified June 2026

A technical SEO audit checks eight areas: crawlability and indexing, site speed and Core Web Vitals, mobile usability, HTTPS, structured data, XML sitemaps and robots.txt, canonical tags, and broken links. Core Web Vitals thresholds: LCP under 2.5 seconds, INP under 200 milliseconds, CLS under 0.1. The essential tools are Google Search Console, PageSpeed Insights, Lighthouse, the Rich Results Test, the Schema Markup Validator and a crawler such as Screaming Frog. Audit at least twice a year and after any migration. Source: Juicy Designs, founder-led SA agency since 2015.

Tools to use for a technical SEO audit

You can run a thorough technical SEO audit with free tools; paid platforms add scheduling and history. Here is the practical toolkit.

Technical SEO audit toolkit:

  • Google Search Console (free): indexing and coverage, Core Web Vitals field data, URL inspection, sitemap submission
  • PageSpeed Insights (free): lab and field performance scores with prioritised fixes
  • Lighthouse / Chrome DevTools (free): on-demand performance, accessibility and best-practice audits
  • Rich Results Test & Schema Markup Validator (free): validate structured data
  • Screaming Frog SEO Spider (free up to 500 URLs): crawl for broken links, redirects, duplicate titles, canonicals and missing meta data
  • Ahrefs or Semrush (paid): scheduled site audits, historical tracking and issue prioritisation at scale

Start with Search Console and PageSpeed Insights, add a Screaming Frog crawl, and only reach for a paid platform when you need ongoing monitoring across many URLs.

Work through the checklist in order and you will catch the issues that suppress most South African sites: pages Google cannot index, slow mobile loading, broken internal links and invalid schema. Fix the highest-impact items first, then re-crawl to confirm. If you would rather have it done for you, Juicy Designs runs technical SEO audits from R3,500, including a prioritised fix list, and you can see how that fits alongside our other work on the pricing page.

Frequently asked questions

What is technical SEO?

Technical SEO is the work that makes a website easy for search engines to crawl, index and render. It covers crawlability and indexing, site speed and Core Web Vitals, mobile usability, HTTPS, structured data, XML sitemaps, robots.txt, canonical tags and broken links. Unlike content or link building, technical SEO is about the foundations that let everything else rank.

Last updated: 2026-06-03

What does a technical SEO audit check?

A technical SEO audit checks eight core areas: crawlability and indexing, site speed and Core Web Vitals, mobile usability, HTTPS and security, structured data, XML sitemaps and robots.txt, canonical tags, and broken links and redirects. The goal is to find anything that stops Google crawling, indexing or ranking your pages, then fix it in priority order.

Last updated: 2026-06-03

How often should a South African site run a technical SEO audit?

Run a full technical SEO audit at least twice a year, and a quick check every quarter. Audit immediately after a site migration, redesign, CMS change or a sudden drop in organic traffic. Larger or fast-changing sites, such as e-commerce stores adding products weekly, benefit from monthly crawls to catch broken links and indexing issues early.

Last updated: 2026-06-03

Which tools do I need for a technical SEO audit?

The core free tools are Google Search Console for indexing and coverage, PageSpeed Insights and Lighthouse for speed and Core Web Vitals, the Mobile-Friendly and Rich Results tests, and the Schema Markup Validator. A site crawler such as Screaming Frog (free up to 500 URLs) finds broken links, redirect chains, duplicate titles and missing meta data. Paid platforms like Ahrefs or Semrush add scheduled audits and historical tracking.

Last updated: 2026-06-03

How much does a technical SEO audit cost in South Africa?

At Juicy Designs, technical SEO audits start from R3,500 for a standard business website, including a prioritised fix list. Cost scales with the number of URLs and the complexity of the platform. The audit pays for itself when it surfaces indexing or speed issues that have been quietly suppressing organic traffic for months.

Last updated: 2026-06-03

Cobus van der Westhuizen

Founder & Digital Strategist — Juicy Designs, Pretoria

Cobus has spent 10+ years building, auditing and marketing websites for South African businesses across automotive, entertainment, professional services, retail and insurance. He founded Juicy Designs in 2015 and personally oversees technical SEO and strategy for client accounts, reviewing every article on this site for factual accuracy and current market relevance.

  • Founder-led agency since 2015
  • 64+ South African clients served
  • 4.9-star Google rating
  • Google Ads & Analytics 4 certified
  • Specialist in technical SEO, search and conversion-focused web design
  • Reviewed and updated June 2026