Back to blog
SEOTechnical SEOFounders

Technical SEO for Founders

3 min read

Most founders I work with have been sold a version of SEO where 90% of it is wasted effort. They're tracking keyword density and rewriting meta keywords — a tag Google stopped using back in 2009 — while the real problem is that half their pages aren't even indexed. Technical SEO isn't mysterious. A small number of things matter a lot, and the rest is mostly noise.

First, make sure Google can even see you

Before anything else, check what Google has actually indexed. Search site:yourdomain.com. If pages are missing, no amount of content or keyword work helps — you have a visibility problem, not a ranking problem.

The usual suspects: a stray noindex, a block in robots.txt, or pages that all canonicalize to the homepage (one wrong tag can silently tell Google every page is a duplicate). Fix indexing first; everything else comes after.

Fixes that actually move the needle

1. One canonical per page. Every page's canonical should point to itself, not a shared URL. Getting this wrong means Google compresses your entire site into one indexable page.

2. Unique titles and descriptions. Every page needs its own. If your services page, contact page, and articles all share the homepage's title, you've given Google nothing to differentiate them.

3. Speed — but only the parts users actually feel. Core Web Vitals is a real ranking input, and more importantly, a real conversion input. The biggest mistake I see: hero text that's invisible until JavaScript loads. Render above-the-fold content server-side. (On one real B2B SaaS project, exactly this fix — removing render-blocking resources and changing how images were delivered — took mobile LCP from 4.1 seconds to 1.6 seconds. This is usually the biggest unused lever on most sites.)

4. Clean, logical URL structure. example.com/seo/search-console-guide tells both a human and a crawler what the page is. example.com/post?id=8393 tells nobody anything.

5. Structured data. Tell search engines who you are and what each page is (Person, Article, BreadcrumbList). It won't shoot you to rank one, but it helps Google and AI search engines understand and cite you.

6. Internal linking. Google discovers and weighs pages largely through the links between them. Link pages together with descriptive anchor text — not "click here."

What you can safely ignore

  • Meta keywords. Dead. Google ignores it entirely.
  • Keyword stuffing. Actively harmful. Write for the reader.
  • Domain extension. .com vs. .ir or .org carries no ranking advantage. Pick whichever fits your brand.
  • Volume for its own sake. Five genuinely useful pages beat twenty thin ones. Always.

The order that matters

Indexing → canonical → unique titles → speed → structure → links. Do it in that order. A beautiful article on a page Google can't index is a tree falling in an empty forest.

Frequently asked questions

How do I know if Google has indexed my site? Search site:yourdomain.com for a quick gut check, then check the Pages report in Google Search Console — it states exactly which pages are indexed and why the rest aren't.

Does page speed actually affect ranking? Yes. Core Web Vitals (LCP, INP, CLS) is a confirmed ranking signal — but the bigger payoff is usually conversion rate. Fix the parts users feel: render above-the-fold content server-side so it's visible before JavaScript finishes loading.

How long until technical fixes show results? Indexing fixes usually appear within days to a few weeks after Google recrawls. Ranking improvements from structure and speed typically take a few weeks to a few months, compounding gradually.

Which technical SEO fix has the best ROI? For most sites I audit, it's removing render-blocking resources and fixing image delivery to cut LCP — usually the fastest win available, and it moves both ranking and conversion at the same time.


This is exactly what sits behind my SEO services. For a real example of these fixes compounding, see the SaaS organic-growth case study — 3.4× organic traffic from this same list. Questions about your own site? Get in touch.

Was this useful?

Counts appear once there are 5 votes.

Related posts