Skip to content
Searchpedia SEO field notes Callum Bennett Callum

Start here

Technology in SEO

I used to think SEO was all about keywords and links until a site I worked on lost 60% of its organic traffic because of a misconfigured robots.txt file. That's when I learned that technology in SEO is the foundation that makes everything else possible.

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

Start here

  • Run a crawl of your site using a tool like Screaming Frog and check for 4xx errors, blocked resources, and redirect chains.
  • Review your robots.txt file to ensure you are not accidentally blocking important pages from Googlebot.
  • Set up a canonical tag strategy if you have duplicate or near-duplicate pages, especially for ecommerce products with multiple URLs.
  • Verify your site is served over HTTPS and that all internal links point to the secure version.
  • Check your Google Search Console coverage report weekly to catch indexing issues early.

Plain-English take

Technology in SEO is the stuff you rarely see but that decides whether Google can even read your pages. It is not about the words on the page, the backlinks you earned, or how clever your content strategy is. It is about crawlability, indexability, and renderability. If Googlebot cannot crawl a page because a server returns a 500 error, or if it finds a page but the canonical tag points to a different URL, then no amount of keyword research will save you.

I explain it like this: your content is the product on a shelf, but technical SEO is the warehouse lighting, the aisle signs, and the door that lets the customer in. Without those, the customer never reaches the shelf. The same applies to search engines. Google's own SEO Starter Guide says to use sitemaps and links to help discovery, but it also warns that robots.txt can block access. I have seen sites where a simple noindex directive kept an entire blog section out of the index for months.

A concrete example: I once optimised a client's product pages for weeks—rewrote titles, improved meta descriptions, added structured data. Traffic did not move. Then I ran a crawl and found that 60% of those pages returned a 404 because the CMS had deleted them during a migration. That was the technology problem, not the content problem. After restoring the URLs, traffic recovered. So when I hear someone say they are working on SEO, the first question I ask is: have you checked the crawl report?

When it actually matters

Technical SEO matters most when something breaks or when a search engine changes how it evaluates your site. It is not a daily task for most teams, but it becomes urgent after a site migration, a redesign, a CMS upgrade, or a major core update. I have worked on sites where a seemingly small change—like switching from HTTP to HTTPS without proper redirects—killed rankings for three months. Google uses mobile-first indexing now, so if your mobile site is slow or missing key resources, your desktop pages can suffer too.

Another scenario is when you are launching a new section or adding thousands of pages. Without a solid technical foundation, those pages may never appear in the index. I recommend running a full [SEO strategy](/seo-strategy/) review that includes a technical audit at least quarterly. The [SEO checklist](/seo-checklist/) I use includes checks for crawl budget waste, duplicate content, and render-blocking resources. In one ecommerce case, I found that the site had 12,000 near-identical product URLs because of tracking parameters—canonical tags fixed it, and the index grew by 30% in two weeks.

Structured data is another area where technology matters. Adding schema markup does not guarantee a rich result, but it helps Google understand the page. For example, I added FAQ schema to a client's help centre and saw a 15% increase in click-through rate from search results. That is a technical win, not a content win. The point is: if you see a sudden drop in traffic or pages disappearing from the index, stop writing new articles and start debugging the technology layer. Follow [SEO best practices](/seo-best-practices/) for crawl control and indexing—they are the first things I check.

What I got wrong

For the first few years I treated technical SEO as a one-time setup. I would configure robots.txt, submit a sitemap, and move on. That was naive. Sites change constantly: new plugins add redirects, developers change server configs, and CMS updates can silently add noindex tags. I have had to audit sites where the home page was accidentally noindexed because a junior developer copied code from staging. That mistake cost the business six weeks of lost leads.

I also misunderstood canonical tags. I thought they were just for exact duplicates, but they also apply to paginated series, print versions, and parameter-based URLs. I once recommended a client not use canonical tags because I thought they would lose link equity. Actually, a well-placed canonical tag consolidates ranking signals and avoids diluting authority across multiple URLs. I now use them aggressively on any site with even a hint of duplication.

Another mistake: I underestimated the role of JavaScript in SEO. I used to think that as long as the content was in the HTML, Google would see it. But modern frameworks like React often rely on client-side rendering, and Google does not always execute JavaScript perfectly. I have seen sites where entire product descriptions were invisible to Googlebot because they were loaded via AJAX. Now I always test with the URL Inspection tool in Search Console and use tools like Puppeteer to verify renderability. I still get this wrong sometimes, but at least I know to check now.

Finally, I ignored [semantic search](/semantic-search/) and entity-based signals for too long. I thought technology was just about speed and security, but how Google maps entities and relationships is also a technical concern. That realisation pushed me to add structured data for organisation, products, and FAQs on every site I work on. If I had understood this earlier, I would have saved months of guessing.

Next step

Quick answers

Is technical SEO the same as on-page SEO?

No. On-page SEO deals with content, keywords, and HTML tags like title and H1. Technical SEO covers the infrastructure: crawlability, indexability, server responses, structured data, and site architecture. They overlap but are distinct disciplines.

How often should I audit my site's technical SEO?

At least once a quarter, and after any major change like a redesign, migration, or CMS update. I also run a quick weekly check on Google Search Console coverage reports to catch sudden drops or new errors.

Does HTTPS still matter for SEO in 2025?

Yes, HTTPS is a baseline requirement. Google treats it as a ranking signal, and modern browsers flag HTTP sites as insecure. If your site is still on HTTP, any SEO effort is undermined from the start.

Can technical SEO fix a penalty from bad links?

No. Technical SEO handles crawl and index issues, not link spam. A penalty from unnatural links requires disavowal or link removal. Technical audits may uncover hidden nofollow or redirect issues, but they do not replace link cleaning.

Sources

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

Notes from Callum Bennett.