Technical SEO
The Foundation Everything Sits On.
Technical SEO makes sure search engines and AI systems can find, read, understand and trust your website - crawling, indexing, rendering, speed, structure and machine-readable data. It's mostly invisible when it works, and capable of erasing everything else when it doesn't.
The infrastructure that makes everything else legible
Crawling & Indexing
Can search engines reach and store your pages? A single stray Disallow rule can take a site from ranking to invisible overnight.
Rendering
Server-render or statically generate what matters - most AI crawlers never execute JavaScript at all.
Core Web Vitals
LCP under 2.5s, INP under 200ms, CLS under 0.1 - a modest ranking factor and a major conversion one.
Site Architecture
Shallow, logical structure with no important page more than three clicks from the homepage.
AI Crawler Policy
Training bots and search bots are now separate. A blanket robots.txt rule can silently remove you from ChatGPT or Perplexity answers.
Core Web Vitals targets
| Metric | Measures | Target |
|---|---|---|
| LCP | Main content visible | Under 2.5s |
| INP | Responsiveness to input | Under 200ms |
| CLS | Visual stability | Under 0.1 |
3 checks worth doing this week
- Open yourdomain.com/robots.txt - confirm you aren't blocking your own site
- Disable JavaScript and reload your most important page - if content vanishes, most AI crawlers see the same blank page
- Open Search Console's page indexing report and compare what should be indexed against what actually is
Failures that erase everything else
- A staging robots.txt (Disallow: /) copied straight into production
- Launching a redesign without a URL-by-URL redirect map
- Client-side-only rendering hiding content from AI crawlers
- Blocking every AI bot without distinguishing training from search crawlers
- Treating a technical audit as a one-off with no re-check after each deploy