Every agency is now selling something called GEO, and most of the explanations are either a rebrand of what they already sold or a claim that search is over. Neither is true. This is what the GEO vs SEO distinction actually is, what genuinely differs, and what to change on a WordPress site this quarter.
GEO vs SEO: what each one actually means
SEO optimises for a position in a list. GEO — Generative Engine Optimization — optimises for being quoted inside an answer that an AI writes.
That is the whole distinction, and it is bigger than it sounds. A list gives ten winners. An answer gives three or four citations, and the reader may never scroll past it.
| SEO | GEO | |
|---|---|---|
| Goal | Rank in the results | Be cited in the answer |
| Surface | Google, Bing results pages | AI Overviews, ChatGPT, Perplexity, Gemini |
| Unit that wins | A page | A passage |
| Feedback loop | Search Console, days to weeks | Mostly manual. Weak tooling |
| Who competes | Ten links | Three or four citations |
| What earns it | Relevance, authority, links | Quotable specifics, clarity, structure |
The GEO vs SEO framing gets misleading when someone implies you choose. You do not. The same page can rank and be cited, and on a well-written page it usually does both.
The numbers that matter
Three figures set the size of the change, and they are worth holding in mind whenever someone makes a GEO vs SEO argument in either direction.
- AI Overviews appear on an estimated 30–40% of queries. Not all, and not the commercial ones evenly — but a large minority.
- On those queries, the top organic result can lose up to 58% of its click-through rate, falling from roughly 7.3% to 1.6%.
- Around 52% of people click a cited source after a recommendation, and brands recommended in ChatGPT are about 2.5× more likely to get a visit within a week.
Put together: the queries that grow an AI answer get fewer clicks overall, and the clicks that remain concentrate on the sources the answer names. That is the actual GEO vs SEO trade, and it explains why “we rank first and traffic is down” has become such a common complaint.
It also explains why the damage is uneven. Informational queries — “how do I”, “what is”, “why does” — are the ones that grow an answer, so a blog built on explanations feels this first and hardest. Transactional queries, where somebody wants to buy or book, still behave much as they did, because an AI summary is a poor substitute for a shop. If your traffic is mostly commercial, the GEO vs SEO shift is smaller for you than the headlines suggest; if it is mostly guides, it is larger.
The uncomfortable one: the overlap between Google’s top links and the sources AI systems cite has dropped from about 70% to under 20%. Ranking is no longer a reliable proxy for being quoted.
Where GEO vs SEO genuinely differ
The unit of optimisation
SEO thinks in pages. GEO thinks in passages. An AI answer lifts two or three sentences, so the question is not “is this page about X” but “is there a paragraph here that answers X completely, on its own, without the reader needing the rest”.
Practically: front-load the answer in each section. A section that spends four paragraphs building to its point has no quotable passage in it.
Specificity beats comprehensiveness
Long, exhaustive pages have done well in search for a decade. In GEO vs SEO terms, exhaustiveness is worth much less — a model summarising a topic reaches for the source that stated a number, named a trade-off, or gave a version. “Faster” is not quotable. “68 seconds to 1.5 seconds” is.
Different engines, different sources
ChatGPT leans heavily on Bing. Others build their own indexes. The practical consequence is that GEO vs SEO is not one new channel but several, with surprisingly small overlap between which sources each one favours — so “we’re cited in ChatGPT” tells you little about Perplexity.
The feedback loop is bad
This is the honest weak point. Search Console tells you your impressions and position. No equivalent exists for citations. You are left sampling: asking the assistants your own commercial questions and recording who gets named.
Where the advice is identical
Most of it. This is the part GEO vendors underplay, and the reason the GEO vs SEO debate produces more invoices than changes.
| Fundamental | Still matters? |
|---|---|
| Crawlable, fast, not blocked | Yes. An uncrawlable page is uncitable |
| Clear heading structure | Yes, and more so — headings mark passages |
| Genuine expertise | Yes |
| Valid schema | Yes, for disambiguation |
| Internal links | Yes |
| Keyword stuffing | No, and never did |
| Thin pages built for a keyword | No. Worse than before |
If your site has technical problems, GEO vs SEO is the wrong argument to be having — fix the crawling first. Our technical SEO checklist is the order we work in, and none of it changed because AI arrived.
What to change on a WordPress site
1. Answer in the first sentence of every section
Under each H2, state the answer, then explain. This single habit does more for GEO vs SEO performance than any plugin, because it creates passages that stand alone.
2. Put a real number in
Versions, durations, prices, counts, before-and-after measurements. A page with no specifics gives an AI nothing to quote and a reader nothing to trust.
3. Say where you are wrong, or where the alternative wins
Counter-intuitively this increases citations. Balanced passages read as reference material; one-sided ones read as marketing, and models are trained to notice.
4. Keep your schema honest
Article, Organization, FAQPage where genuine, Breadcrumb. Not because schema forces a citation — it does not — but because it removes ambiguity about who wrote this and what it is.
# What your pages actually emit
curl -s https://yoursite.com/some-post/ | grep -o '"@type":"[A-Za-z]*"' | sort -u5. Do not block the crawlers you want
Several AI crawlers are separate user agents. Blocking them and then wondering why you are never cited is a common and entirely self-inflicted GEO vs SEO problem.
# Check what you are refusing
curl -s https://yoursite.com/robots.txt | grep -iE 'GPTBot|PerplexityBot|ClaudeBot|Google-Extended|CCBot'Whether to allow them is a real decision with a real trade — you are letting a system use your writing to answer questions without always sending a visitor. Make it deliberately. Just do not block them by accident and then buy a GEO package.
6. Fix the basics that were already broken
If Google cannot index you, no AI can cite you. Start with whether you are indexed at all before anything more exotic.
7. Keep one canonical answer per question
If three pages on your site half-answer the same question, none of them is the obvious passage to quote, and you have split your own authority. This is the oldest advice in the GEO vs SEO overlap and the one most sites still break — usually because a blog grew a topic at a time with nobody consolidating.
Pick the page that should own each question, make it the complete answer, and point the others at it. You end up with fewer, better pages, which is the outcome both surfaces reward.
Measuring it without fooling yourself
There is no Search Console for citations, so measurement is sampling plus referrer analysis.
Referrals you can actually see
Assistants that link out send a referrer. In GA4, look for chatgpt.com, perplexity.ai, copilot.microsoft.com and gemini.google.com. Small numbers, high intent — these are people who read a recommendation and chose to come.
# Same thing from the server, no analytics needed
grep -ihE 'chatgpt|perplexity|copilot|gemini' ~/logs/access.log | wc -lSampling, honestly
Write down the ten questions a customer would ask before buying from you. Ask each assistant, monthly, and record whether you appear. It is manual and it is the only direct signal available. Treat any tool promising a precise “AI visibility score” with suspicion — the GEO vs SEO tooling market is well ahead of what can actually be measured.
The trap to avoid: attributing a traffic drop to AI without checking. Rankings move, seasons change, and sites break. Compare the same pages year on year before concluding anything.
Rewriting one page as a worked example
Abstract advice about GEO vs SEO is easy to agree with and hard to apply, so here is the same section rewritten twice.
Before. “There are many factors that can affect how quickly a WordPress site loads. Hosting is one important consideration, and so is your choice of theme. Plugins can also play a role. In our experience, most sites have several issues that combine to create a slow experience for visitors.”
After. “Four things account for most slow WordPress sites: an oversized hero image, a theme loading fonts it does not use, uncached database queries on the home page, and a plugin running on every request that is needed on one. On the last twelve sites we measured, the image was the largest single cost in nine of them.”
Same claim. The second version is quotable: it names four things, gives a count, and states where the evidence comes from. In GEO vs SEO terms the first passage can be ranked and cannot be cited — there is nothing in it to lift.
Notice what did not change. No schema was added, no plugin installed, no keyword inserted. The difference is entirely in whether the writer was willing to commit to specifics. That is why most GEO work is editorial rather than technical, and why an agency selling it as a technical product is usually selling the wrong thing. Our post on getting content cited by AI search goes further into the passage-level detail.
The WordPress-specific parts
A few things about WordPress specifically make the GEO vs SEO picture better or worse, and they are worth checking on your own site.
| WordPress reality | Effect on citation | What to do |
|---|---|---|
| Heading levels chosen for looks | Passage boundaries become wrong | Use H2/H3 for structure, CSS for size |
| Content inside page-builder widgets | Usually fine — it is still HTML | Check the rendered source, not the editor |
| Key facts inside an accordion | Present in the HTML, so still readable | Fine, but do not hide the main answer |
| Text baked into images | Invisible to everything | Put the number in the prose too |
| Duplicate meta from two SEO plugins | Ambiguity about what the page is | Run one. We covered duplicates separately |
| Pages that require JavaScript to show text | Some crawlers never see it | Server-render the words that matter |
The middle row surprises people. Text inside a tab or an accordion is in the HTML, so it is readable — the old SEO folk wisdom that hidden content is ignored has not been true for years. What actually hurts is text that only exists after a fetch, which is a different problem and a real one.
# What a crawler sees before any JavaScript runs
curl -s https://yoursite.com/some-post/ | sed 's/<[^>]*>//g' | tr -s ' \n' ' \n' | head -40If the answer to your most important question is missing from that output, no amount of GEO vs SEO strategy will help until it is there.
Where this goes wrong
| Mistake | Why it costs you |
|---|---|
| Treating GEO vs SEO as a replacement | You abandon the channel that still delivers most traffic |
| Buying a “GEO package” with no technical audit | Paying for polish on a site that cannot be crawled |
| Writing for models, not people | Both notice. Only one forgives it |
| Blocking AI crawlers, then chasing citations | Self-inflicted, and common |
| Believing a visibility score | Nobody can see the whole picture yet |
| Ignoring it entirely | A third of your queries now answer themselves |
The last two rows are the real GEO vs SEO error either side: paying for precision that does not exist, or pretending the surface is not there. Google documents how AI features work at developers.google.com, and it is worth reading the primary source rather than the summaries.
Common questions about GEO vs SEO
Is SEO dead?
No. Most queries still return a normal results page, and AI answers are themselves assembled from indexed pages. GEO vs SEO is addition, not replacement.
Do I need a separate GEO agency?
Probably not. If your current SEO work is technical and editorial rather than link-buying, the extra GEO work is a writing habit, not a new discipline.
Does schema make me get cited?
Not directly. It helps a machine understand what a page is and who wrote it, which is a precondition rather than a cause.
Should I block AI crawlers?
A genuine business decision. Blocking protects your writing from being used without a click; allowing makes citation possible. What you should not do is block them accidentally and then buy GEO work.
How long until this shows up in revenue?
Slower than SEO, and harder to attribute. The compensation is that citation traffic converts well — someone arriving from a recommendation has already been told you are credible.
Does site speed affect whether I get cited?
Indirectly, and more than people expect. A crawler that times out fetches nothing, and a page that never gets fetched cannot be quoted. Speed is not a GEO vs SEO ranking factor in any direct sense — it is a precondition, in the same way being indexed is. If your pages are slow, our guide to the seven usual causes is the cheaper place to start.
Should I write a separate page for AI?
No. A page written for models and not people reads badly to both, and you now maintain two pages that say the same thing — which creates exactly the duplication problem you spent years avoiding. Write one good page.
My competitor is cited and I am not. Why?
Usually one of three things: they stated a specific you avoided, their page is structured so an answer sits in one passage, or they are simply more established on that topic. Compare the two pages passage by passage — the GEO vs SEO difference is normally visible within the first two paragraphs of each section.
Is there a plugin for this?
Plugins can help with schema and structure, which is the easy half. Nothing can add the specifics your page is missing. If a plugin promises AI visibility, it is selling the part that was never the problem. Our note on what tooling actually decides makes the same point about builders.
What is the single highest-value change?
Answer the question in the first sentence of every section, and put a real number in it. That one habit improves both sides of the GEO vs SEO equation at once.
