Short answer: being cited in an AI Overview is not the same as ranking first, and optimising for one does not automatically win the other. Google assembles an AI answer from passages it can extract cleanly, then credits the pages those passages came from. The page that is easiest to quote accurately often beats the page that ranks above it.
That is a different game to classic SEO, and it is worth understanding before spending money on it.
First, how much does this actually affect you?
Less than the noise suggests, if you are a local business. AI Overviews appear on a small minority of local searches. Queries with local intent — anything with “near me”, or a service plus a city — still overwhelmingly return the map pack and the ordinary blue links underneath it.
So if you run a clinic in Chennai, your Google Business Profile is still the highest-value thing you own, by a distance. AI visibility matters for the research questions that happen earlier: what a treatment involves, what something should cost, how to choose between two options. Those are the searches that create a customer weeks before they search for you.
What gets a page cited
The pattern across the pages that get picked is consistency, not cleverness. They are structured so a single passage can be lifted without losing its meaning.
- 1Answer the question in the first two sentences. An assistant extracting a passage takes what is near the top. Burying the answer under a preamble means the extractable part is the preamble.
- 2Keep sentences short. Pages that average around ten words per sentence get cited noticeably more often than dense ones, because each sentence survives being quoted alone.
- 3Use real headings as real questions. A heading that matches how someone phrases the query gives the model an unambiguous anchor for the answer beneath it.
- 4Put comparisons in tables. A side-by-side table is the single most citable structure there is: it is unambiguous, self-contained, and nothing is lost by extracting it.
- 5Break validation content into lists. Checklists, criteria and step sequences get cited far more than the same content written as paragraphs.
- 6Make every claim self-contained. "It usually takes three to seven days" means nothing extracted on its own. "A small business website usually takes three to seven days to build" survives the trip.
- 7Add structured data that names the entity. Organization, LocalBusiness, Service and FAQPage markup tell a model what the business is and where, rather than leaving it to infer from prose.
Serve real HTML
This is the one that quietly disqualifies a lot of sites. Googlebot renders JavaScript, on a second pass, against a budget. Most AI crawlers do not render JavaScript at all.
If your site ships an empty container and paints the content in with JavaScript, those crawlers see an empty page. Not a badly-ranked page: an empty one. Check it yourself by viewing source, not by using inspect element, which shows you the page after JavaScript has run.
View source and search for a sentence from the middle of your page. If it is not there, no assistant can quote you.
What about llms.txt?
A plain text file at the root of your domain that describes what your site is and lists your important pages in a readable order. It is a proposed convention rather than a standard, and no major assistant has committed to reading it.
It takes twenty minutes and costs nothing, so the expected value is fine. Just do not let anyone sell it to you as an AI SEO package. It is a text file.
Should you block the AI crawlers?
For most small businesses, no. Blocking GPTBot, ClaudeBot, PerplexityBot and Google-Extended removes you from the answers your customers are asking for, in exchange for a principle about training data that a local business gains nothing from defending.
Publishers with paid archives have a real argument here. A clinic that wants to be recommended when someone asks an assistant for a clinic does not.
The honest summary
Almost everything that makes a page citable also makes it a better page: answers near the top, short sentences, clear headings, real tables, honest structure and HTML that exists before JavaScript runs. There is no separate AI SEO discipline worth paying for. There is writing clearly and shipping it properly, which is the same advice as it was five years ago, now with a larger penalty for ignoring it.




