Technical SEO: The Foundation Search and AI Both Stand On
-
Technical SEO makes your site crawlable, fast, renderable, and machine-readable. -
Server-rendered HTML and clean markup are now table stakes for AI answer engines too. -
Structured data hands engines explicit facts about your pages. -
Core Web Vitals, indexation, and crawl efficiency still gate everything above them.
1. What is technical SEO?
2. Crawlability and indexation
3. Rendering and Core Web Vitals
4. Structured data and schema
| Schema type | Use it for |
|---|---|
Organization | Brand identity and entity facts |
Product | Specs, price, availability, ratings |
Article | Editorial content and authorship |
FAQPage | Question and answer blocks |
BreadcrumbList | Site structure and navigation |
5. Technical SEO for AEO
On a [national marketplace] I stopped theorizing and just read the raw server logs, filtered to GPTBot, PerplexityBot, and the rest of the AI fetchers. Roughly [30%] of the exact pages we most wanted cited were never being fetched. Not ranked poorly. Never fetched. They rendered beautifully in a browser, but the content that mattered loaded client-side, so the crawler got handed an empty shell and moved on.
We moved that content into server-rendered HTML and opened up crawl access. Over the next [few weeks] the AI answers began citing pages that had been totally invisible the week before. Not one word of the writing changed. The engine could finally see it, that is all. Tattoo this somewhere: you cannot be cited for content the crawler never received.
Half of technical AEO is just confirming the machine can actually read the page. Most audits never check.
The technical SEO industry spent years turning Core Web Vitals into a full religion, complete with dashboards to worship at. For answer engines, that obsession is mostly misplaced devotion. A tenth of a second of layout shift is not why you are missing from the answers. An AI crawler being handed a blank JavaScript shell absolutely is.
The signals that actually decide AI visibility are deeply unglamorous: can the bot fetch the page at all, does it get real HTML, is the content present without executing a single line of framework. Everyone audits the pretty metrics with the satisfying colors and skips the one boring question that determines whether the engine ever sees your words.
The commodity technical audit is a Lighthouse export with a satisfying traffic-light next to every row. It looks exhaustive. It almost never answers the one question that decides AEO: when an AI crawler hits this exact URL, does it receive the content, or an empty container with a spinner where your words should be?
Answering that takes reading raw server logs, diffing rendered HTML against raw HTML, and actually knowing how each engine fetches. That is senior diagnostic work, done by US-based operators who know where the bodies are buried, not a tool run by someone pasting its output into a slide. The checklist shop ships you the export. We ship the fix the export was never built to find.
A green Lighthouse score and an empty crawl response can live on the same page. Only one of them gets you cited.
- 1. Google Search Central. Crawling, indexing, and structured data documentation.
- 2. web.dev. Core Web Vitals guidance.
- 3. Schema.org. Structured data vocabulary.
- 4. Google Search Central. Robots.txt specification and crawler access controls.
- 5. Google Search Central. JavaScript SEO and rendering documentation.
- 6. Bing Webmaster Guidelines. Crawling and indexing guidance.
- 7. web.dev. Rendering on the web: server-side rendering, static generation, and hydration.