Technical SEO
Technical SEO is the practice of optimizing your site's infrastructure so search engines can find, crawl, and understand your pages. It's the foundation everything else sits on.
Start here
- Submit a clean XML sitemap to Search Console
- Check robots.txt isn't blocking key pages
- Pick one version of your site (www vs non-www) and redirect the other
- Fix broken 404s and set up proper 301 redirects
- Make sure your site loads fast and works on mobile
I've seen sites with amazing content get zero traffic because of a simple robots.txt mistake. So let's start there.
What I'd do first
- Submit a clean XML sitemap to Google Search Console. This is like handing Google a map of your site. Don't include every filtered URL or paginated page — just the ones you want indexed.
- Check robots.txt isn't accidentally blocking important pages. I once saw a client blocking all of /blog/ because someone added a disallow rule without thinking.
- Pick a canonical domain — www or non-www — and set up a 301 redirect from the other. Also force HTTPS. Keeps link equity from leaking.
- Fix broken 404s and set up meaningful redirects. Use a crawler like Screaming Frog or the Coverage report in Search Console.
- Make sure pages load fast and work on mobile. Core Web Vitals are real ranking factors now, and users bounce if it's slow.
Plain-English take
Think of your site like a house. Keywords are the paint colors, backlinks are the guest list, but technical SEO is the foundation, plumbing, and wiring. If the foundation is cracked or the pipes leak, no one wants to stay. Google's crawlers are like inspectors — they need clear paths, proper doors (URLs), and no blocked hallways (indexation barriers). When I fix technical issues first, content and links start working way better.
How it shows up
You'll see technical SEO problems in a few places:
- Search Console: sudden drops in indexed pages, crawl errors, manual actions.
- Site traffic: pages that should rank don't even appear in search results.
- Duplicate content: multiple URLs showing the same content (like /page and /page?ref=123).
- Slow load times: high bounce rates in analytics, especially on mobile.
- Messed up redirects: old URLs 404ing or redirect chains slowing everything down.
I once saw a site where the homepage had five redirect hops because of multiple version changes. Google gave up after three.
Tradeoffs
There's always a balance between making a site easy to crawl and optimizing for users. For instance, blocking thin pages with robots.txt can save crawl budget, but if you block the wrong ones you lose important pages. I've been too aggressive with noindex tags on 'low-value' URLs that actually drove significant traffic. Now I always test changes on a staging site first.
Another tradeoff: structured data helps Google understand content, but getting it wrong can lead to rich result penalties. I usually start with basic schema markup and validate with Google's testing tool before expanding.
What I got wrong
Early on, I treated technical SEO as a one-time audit. I'd fix everything, feel good, and then leave it. Six months later, the site had new broken links and crawl errors. Now I set monthly reminders to check Search Console and run a quick crawl.
I also used to think content quality could overcome poor technical foundations. I spent weeks writing great articles for a client, only to find their entire site was blocked by robots.txt. Wasted effort. Now I always audit technical basics before touching content strategy.
And I've definitely blocked pages I shouldn't have in robots.txt — like blog categories or tag pages that had valuable links. Keywords: 'Be specific, not broad' is my rule now.
Next step
Quick answers
Is technical SEO a one-time thing?
No, it needs ongoing maintenance. Sites change, code updates, and Google's requirements evolve.
Can good content fix bad technical SEO?
Not really. If Google can't crawl or index your page, great content won't matter. Fix the foundation first.
Sources
Primary documentation is linked directly. Anything commercial is marked nofollow.
- Google Search Central — Primary documentation for crawl, indexation, and technical best practices.
- Search Engine Land — Clear industry definition and scope.
- TechnicalSEO.com — Specialist reference on crawl, indexation, and server-side signals.
Notes from Callum Bennett.