AI Search and GEO: How Generative Engines Are Changing SEO
What generative engine optimization (GEO) means, how AI assistants cite content differently from Google ranking, and practical guidance for content creators.

Search is splitting into two systems. Classic search ranks a list of links and lets you click. Generative engines, such as Google’s AI Overviews, ChatGPT, Perplexity, and Claude, read across many sources and write a single synthesised answer, sometimes citing the pages they used. For anyone publishing content or building with AI, this changes both how readers find you and how a model decides to quote you.
SEO and GEO in plain words
Search engine optimization (SEO) is the practice of structuring a web page so a search engine ranks it high in a list of results. The goal is a click: the reader sees your link, picks it, and lands on your site.
Generative engine optimization (GEO) is the practice of structuring content so an AI system includes and cites it inside a generated answer. The goal shifts from the click to the citation. The term comes from a 2024 research paper presented at ACM SIGKDD by authors from Princeton University, IIT Delhi, Georgia Tech, and the Allen Institute for AI. They defined a generative engine as a system that answers a query by generating text from multiple sources, then tested which content changes made a source more likely to appear in that answer.
A large language model sits at the centre of a generative engine. Many engines also use retrieval-augmented generation , which fetches relevant documents at query time and feeds them to the model before it writes. That retrieval step is where your content either gets pulled in or left out.
How a generative engine answers a query
Classic ranking stops at a sorted list. The generative engine adds the synthesis and citation steps, and those steps decide whether your page is quoted, named, or ignored.
What the data shows about traffic
The shift is measurable. Pew Research Center analysed the browsing activity of 900 US adults during March 2025. When a Google result page included an AI summary, users clicked a traditional link in 8 percent of searches, against 15 percent on pages without a summary. Clicks on the links inside the summary itself were rarer, at about 1 percent of visits. About 18 percent of all Google searches in the study produced an AI summary, and 88 percent of those summaries cited three or more sources.
The prevalence of AI Overviews moved quickly. Semrush, analysing 10 million keywords for Search Engine Land, found coverage rose from roughly 6.5 percent of queries in January 2025 to a peak near 25 percent in July, then fell back under 16 percent by November as Google recalibrated. Over the same period the mix shifted from mostly informational queries toward commercial and transactional ones.
GEO and SEO compared
| Classic SEO | Generative engine optimization (GEO) | |
|---|---|---|
| Goal | Rank high, earn the click | Get included and cited in the answer |
| Unit of competition | A ranked link | A quoted passage or named source |
| What the system returns | A list of results | One synthesised answer |
| Reader action | Clicks through to your page | May read the answer and never click |
| Signals that help | Keywords, backlinks, page speed | Clear facts, quotations, statistics, citations |
| Measurement | Rank position, click-through rate | Citation rate, share of AI answers |
GEO does not replace SEO. The same crawlable, well-structured page can rank in classic search and be retrieved by a generative engine. The two practices overlap, but they reward partly different things.
What the GEO research found helps
The Princeton-led study tested content changes across a benchmark of queries in many domains and measured how often a source appeared in the generated answer. Several edits raised visibility. Adding relevant quotations, citing sources, and including statistics each produced double-digit gains, and the paper reports an overall lift of up to 40 percent for sources optimised with these methods. The authors also note that the best tactic varies by domain, so results are not uniform.
These findings point to neutral, durable practices rather than tricks:
- Answer the question early. State the direct answer in the first few sentences, then expand. Engines tend to draw from passages that resolve the query plainly.
- Use clear structure. Descriptive headings, short paragraphs, and lists make passages easy to retrieve and quote.
- Make facts citable. Attach specific numbers, dates, and named sources to claims. A sentence with a verifiable statistic is easier for a model to lift and attribute.
- Cite primary sources. Link to official documentation, research papers, and original data rather than second-hand summaries. This raises the credibility of your own page as a source.
- Keep content fresh. Update figures and dates. Engines weight current, maintained pages, and stale numbers reduce the chance of being quoted.
- Stay technically crawlable. A generative engine still needs to read the page. Server-rendered, accessible HTML remains a baseline requirement.
Things to watch and avoid
GEO is a young field, and many vendor claims outrun the peer-reviewed evidence. Treat single-number promises with caution and test on your own content. Stuffing keywords or padding with statistics that do not support the point can reduce clarity for human readers, which is the opposite of the goal. Citation behaviour also differs by product: some engines show sources prominently, others bury or omit them, and the same query can return different answers over time.
For teams building their own AI search or assistant, the same principles apply in reverse. If you run retrieval over your documents, well-structured source content with clear facts and headings improves what your system can retrieve and cite. See the guides section for related implementation material.
Further reading
- What is a large language model? : the model at the centre of every generative engine.
- Retrieval-augmented generation : how engines fetch your content before they answer.
- Guides : related material on building and operating AI systems.
- GEO: Generative Engine Optimization (arXiv) : the original research paper and method.
- Do people click on links in Google AI summaries? (Pew Research Center) : independent click-behaviour data.