· 6 Min Lesezeit

Why GEO matters now (and SEO still does too)

GEO is about getting cited by ChatGPT, Perplexity and Gemini, not just ranking in Google. Here is why it matters now, the data behind it, and why classic SEO is still the floor you build on.

GEOSEOAI Search

Short version: search is splitting into two motions. People still Google, but a fast-growing share now ask an AI and read the synthesized answer instead of clicking ten blue links. GEO (Generative Engine Optimization) is the work of being one of the few sources that answer cites. It does not replace SEO. It sits on top of it. Classic technical SEO is the floor, GEO is the new ceiling, and the ceiling is now where most of the upside lives.

I learned this the hard way building it into a real launch, so I packaged the whole method as an open-source playbook: github.com/OndrejKnedla/seo-geo-playbook-ok. Here is the thinking.

Search is splitting in two

Between 58 and 60% of Google searches already end without a click (Semrush / SparkToro, 2022 to 2024), and AI Overviews push that higher. When an AI answers a question, it cites a handful of sources. If you are not one of them, you do not exist for that query, and there is no page 2 to climb to. That is the whole difference: SEO gives you a rank, GEO gives you a citation or nothing.

The lever you optimized for a decade is the wrong one here

This is the uncomfortable part. The signal everyone chased, backlinks and Domain Rating, barely predicts AI citations (correlation around 0.27). What does predict them is brand mentions. Brand mentions correlate with AI visibility roughly 3x more strongly than backlinks (Ahrefs, Dec 2025), and the engines lean on Reddit, YouTube and LinkedIn more than on your blog. The thing you spent ten years building is not the thing that wins the answer box.

What actually lifts citations

On the page itself, format matters more than you would expect. Directional numbers from 2026 GEO studies:

FormatMeasured lift
Answer-first content (answer in the first paragraph)~4.8x more citations
Comparison tables~2.8x
FAQ blocks+156%
In-text citations to sources+115% visibility
Statistics with a named denominator+40% citation rate
Long-form with real depth (2000+ words)~3x

Notice this post opens with the answer, uses a table, and cites its sources inline. That is not a coincidence. The format is the argument.

So why does SEO still matter?

Because GEO has a floor, and the floor is classic SEO done right. Two reasons it is non-negotiable:

AI crawlers read your server HTML, not your browser DOM. Content that only appears after JavaScript runs is invisible to them. If your page renders client-side, you can have the best answer on the internet and still never get cited. SSR, JSON-LD in the server HTML, a correct canonical, robots versus noindex hygiene: this is exactly what decides whether an AI engine can read you at all.

The on-page work is fast, and it compounds. You can max out on-page SEO and GEO in a few weeks. It moves the citation line quickly. Skipping it does not make you edgy, it makes you unreadable.

So SEO is not dead and GEO is not a replacement. SEO is the price of admission. GEO is what you do once you are in the room.

The real ceiling is off-site

Here is the one idea that reorders everything. Once on-page is maxed, the only lever left is your off-site brand-mention footprint. A young brand wins branded and niche queries almost immediately, and loses the generic high-value ones. Not on content quality, on independent authority. More pages will not close that gap. Independent mentions will.

On a real launch I tracked this with a fixed 30-query test set, re-run on a schedule:

CheckpointAI-citation rate
Baseline~13% (4 / 30)
+30 days, after on-page work~22%
+90 days, after off-site footprint30%+

The shape is the whole thesis. On-page work moves the line fast, then plateaus in the low 20s. The climb past the plateau is bought off-site, with mentions, not with more pages.

What to actually do

  1. Treat SEO as the floor, GEO as the ceiling. Do the technical hygiene first or nothing else counts.
  2. Make it all server-rendered. If an AI crawler reading your raw HTML cannot see it, it does not exist.
  3. Write answer-first. Lead with the answer, add comparison tables and FAQ blocks, cite sources in-text, quote statistics with their denominator.
  4. Then spend your energy off-site. Reddit, YouTube, LinkedIn, real independent mentions. That is what moves you past the plateau.

If you want the receipts and a tool that audits your site the way an AI crawler reads it, scores it A to F, and drafts your llms.txt, it is all here, MIT licensed, zero core dependencies: github.com/OndrejKnedla/seo-geo-playbook-ok. You can run the audit on any URL in seconds.