Skip to content
Searchpedia SEO field notes Callum Bennett Callum

Site ops

Technical SEO Issues

If you cannot find your site in search for its own brand name, start with technical checks before touching content.

Beginner3 min readUpdated 2026-07-27Notes by Callum Bennett

Start here

  • Inspect Google Search Console for index coverage errors and manual actions before running any speed optimisations.
  • Verify your robots.txt file is not accidentally blocking important pages or areas you need crawled.
  • Check for noindex tags on pages you intend to have in search results, especially after a site migration or CMS update.
  • Run a crawl to find broken links, duplicate content, and missing or conflicting canonical tags.
  • Test page speed and Core Web Vitals using real user data from Search Console, not just lab-based tools.

Plain-English take

Think of technical SEO as the foundation of your house. If the foundation is cracked — slow load times, blocked pages, broken links — search engines cannot trust the structure. I have seen a site where removing a single Disallow: /products/ line from robots.txt increased crawled pages by 40% in one week. That is the difference a well-placed fix can make. Fixing technical issues does not guarantee rankings, but it removes barriers that keep your best content from being seen. Some argue content is king and technical details are secondary. That is true only if the content is crawlable and indexable in the first place. An edge case: a blog with 50 articles might not need a full audit, but a single accidental noindex tag can bury its best post. My rule: if you cannot find your site in search for its own brand name, start with technical checks before touching content. A solid [technical SEO](/technical-seo/) foundation makes every other effort — writing, linking, promotion — more effective.

When it actually matters

Technical SEO matters for every site, but especially if you have a large site, an e-commerce store, or a site that recently migrated. I worked with a client running 50,000 product pages. Their crawl budget was being wasted on duplicate parameter URLs because they had no [canonical tags](/canonical-tag/). Fixing that freed up budget for their top-selling categories. For smaller sites, the impact is lower but still real. A counter-argument I hear is 'Google handles canonical tags for us now'. That is unreliable; I have seen Google ignore self-referencing canonicals on sites with mixed HTTP/HTTPS. [Core Web Vitals](/core-web-vitals/) are now a ranking signal, so [mobile SEO](/mobile-seo/) and speed matter regardless of site size. A decision rule: if Search Console shows more than 5% of your pages as 'Crawled – currently not indexed', you have a technical issue that needs attention. Do not ignore the Index Coverage report. An [SEO audit](/seo-audit/) should start there, not with a site-wide crawl.

What I got wrong

For years I prioritised page speed over crawlability. I spent weeks compressing images and minifying CSS for a client, only to discover their entire product category was blocked by a noindex directive. That was a painful lesson. I also assumed canonical tags would fix all [duplicate content](/duplicate-content/) problems. They help, but without consistent [301 redirects](/301-redirect/) for old URLs you can still waste crawl budget. Another mistake: ignoring mobile usability until after a Google update hit. Mobile-first indexing means mobile issues are desktop issues now. I used to fix low-impact problems — like missing alt text on images — before checking indexation. That is backwards. Now I start with Search Console, then robots.txt and sitemap verification, then crawl analysis. Speed comes after I know the pages are indexable. I also undervalued structured data, but adding schema markup helped a local client get rich results within weeks.

Next step

Quick answers

What is the most common technical SEO issue?

In my experience, accidental noindex tags on important pages are the most common issue. Many sites inherit a noindex from a staging environment or CMS misconfiguration. It is easy to miss because the page still loads and looks normal to visitors. A quick check with a site: search or the Index Coverage report reveals it.

How often should I audit my site for technical issues?

I recommend a full audit monthly if you have more than 10,000 pages, and quarterly for smaller sites. After any migration, redesign, or major CMS update, audit immediately. Crawl budget and indexation can change overnight. A quick weekly check of Search Console errors keeps surprises small.

Do technical SEO issues affect all websites equally?

No. A five-page brochure site with low crawl demand might not suffer from duplicate content, but a single broken canonical can still confuse Google. Large e-commerce stores feel the pain fastest because wasted crawl budget means new products stay undiscovered. Every site benefits from indexation basics regardless of size.

Sources

Primary documentation is linked directly. Anything commercial is marked nofollow.

  • Google Search Central — Official documentation for crawling, indexing, and robots.txt guidance used throughout the note.
  • Google Search Console Help — Basis for the advice on Index Coverage reports and Core Web Vitals monitoring.
  • Moz Blog — Common breakdowns of technical SEO issues like noindex, canonicals, and duplicate content.

Notes from Callum Bennett.