A growing share of the questions your content was written to answer now get answered above the results, inside an AI summary, with two or three little source links attached. Being one of those source links is the new version of ranking. Not being one is the new version of page two.
The takeaway first, because a lot of noise has been written about this: there is no separate "AI SEO" discipline. There is ordinary technical accessibility, ordinary clarity, and one genuinely new job — making sure a machine can extract a clean, attributable answer from your page without reading the whole thing. Everything below is that, broken into things you can check today.
What "getting cited" actually means
Answer engines — Google's AI Overviews and AI Mode, Bing's Copilot answers, ChatGPT's search mode, Perplexity, and the rest — mostly work the same way at a high level. They run retrieval against an index, pull passages from a handful of pages, synthesise an answer, and attach citations to the pages the passages came from.
Three practical implications:
- You have to be in the index the engine retrieves from. For Google's AI surfaces that's Google's index; for several others it's a live web search plus their own crawl. If a page isn't indexed anywhere, none of this applies — start with why your pages aren't getting indexed instead.
- The unit of citation is a passage, not a page. A page that answers a question in one clean paragraph is more citable than a better page that buries the same answer in paragraph nine.
- Citation is not the same as a click. Some readers stop at the summary. That's real, and pretending otherwise leads to bad measurement.
Checklist 1 — Let the right crawlers in
The most common self-inflicted wound is blocking the bots at the door, usually by copying a robots.txt off the internet.
Named agents worth knowing about, all real and all documented by their operators:
Googlebot— Google Search, which feeds AI Overviews and AI Mode.Google-Extended— a control for Gemini and related model uses. Blocking it does not remove you from Google Search or from AI Overviews; it's a training/grounding control. People block it by accident thinking it's an AI-Overviews opt-out. It isn't.Bingbot— Bing's index, which underlies Copilot answers.GPTBot— OpenAI's crawler;OAI-SearchBothandles ChatGPT's search surfacing andChatGPT-Userhandles user-triggered fetches. Separate agents, separate purposes.PerplexityBotandClaudeBot— Perplexity's and Anthropic's crawlers.CCBot— Common Crawl, an input to many downstream datasets.
Do this: open yourdomain.com/robots.txt and read every Disallow line. Then check your CDN or WAF — Cloudflare and similar services offer AI-bot blocking toggles that operate above robots.txt, so a site can be wide open in robots.txt and still returning 403s to half these agents. Confirm in your server logs, the only place the truth lives.
Then decide per bot whether you want training access, search access, both, or neither. That's a business decision, not a technical default.
And llms.txt
llms.txt is a proposed convention — a markdown file at your root offering a clean, link-rich summary of your site for language models. It's a community proposal, not an adopted standard, and the major AI providers haven't committed to consuming it. Adding one is cheap and harmless; treating it as the thing that gets you cited isn't supported by anything. Put it on the "why not" list, well below everything else here.
Checklist 2 — Write extractable answers
This is the one genuinely new skill, and it's a writing skill rather than a technical one.
- Answer in the first hundred words. State the direct answer, then elaborate. The old blog convention — anecdote, context, history, then the answer — is precisely wrong for extraction.
- One question per heading, phrased the way people ask it. Headings are strong retrieval anchors.
## How much does a bookmarking submission cost?beats## On pricing. - Make claims self-contained. "It usually takes two to three days" is useless out of context. "Approval on most bookmarking sites takes two to three days" survives being lifted into a summary — and carries your subject with it.
- Use lists, tables, and definition sentences. Structured passages extract cleanly, and a comparison table is one of the most reliably quoted formats there is.
- Put the specifics in. Numbers you can stand behind, named tools, real steps. Vague content is unquotable content, and models have plenty of that already.
- Keep a real FAQ block. Google retired the FAQ rich result for most sites some time ago, so don't add the markup expecting stars in the SERP. Do it because a question-and-answer block is the most extractable shape on the page.
Titles and descriptions still matter for the click you get after the citation — that craft is covered in titles and descriptions that earn the click.
Checklist 3 — Be a consistent entity
Answer engines are assembling a picture of who you are from everything they can find. Fragmented, contradictory information across the web makes you a weak, low-confidence entity — and low-confidence entities don't get cited as authorities.
Practical version:
- One canonical description. Write a single 25-word description of your site or business and use exactly it everywhere: your About page, your directory listings, your bookmarking-site profiles, your social bios, your press mentions. Small wording variations are fine; contradictory claims are not.
- Consistent name, URL, and category. The same brand string, the same canonical domain (with or without
www, pick one), the same self-classification. OrganizationandPersonschema on your site, withsameAspointing at your profiles elsewhere. This is the machine-readable version of "these accounts are all me."- Distribution to places that get crawled. Profiles on bookmarking sites, content-discovery platforms, news aggregators, and topical communities do two jobs: they're crawled surfaces repeating your canonical description, and they're corroborating mentions that raise confidence in an entity. A more honest framing of what submissions are worth than "instant backlinks."
- Get named alongside your topic. Mentions in roundups, comparisons, and directory listings teach retrieval systems the association. Unlinked mentions still count here, which is a real shift from classic link building.
Checklist 4 — Measure it without fooling yourself
Most of the confident numbers circulating about AI search traffic are estimates dressed as measurements. Here's what you can actually observe:
- Referral traffic from AI hosts. GA4 shows referrals from
chatgpt.com,perplexity.ai,copilot.microsoft.comand similar as ordinary referral sources. Segment them out and watch the trend. Setup is the same process as any other referral tracking — see how to track referral traffic in GA4. - Server-log crawler hits. Filter your access logs by the user agents listed above. This tells you who is actually fetching your pages, and whether a WAF is quietly blocking them.
- Search Console, with a caveat. Google reports AI-surface impressions and clicks inside overall Search performance rather than as a separate breakout, so you can't cleanly isolate them. Watch for the pattern of impressions holding steady while clicks soften on informational queries — that's the signature of answers being consumed in place.
- Spot-check by asking. Put your ten most important questions to two or three answer engines yourself, monthly, and record whether you're cited. It's manual and it's a small sample, but it's a direct observation rather than an inference.
What not to do: buy a tool's "AI visibility score" and treat it as fact, or attribute every traffic dip to AI. Seasonality, algorithm updates, and your own site changes are still the more likely explanations most of the time.
The uncomfortable strategic bit
If a query has a short, factual answer, expect the answer engine to give it and expect fewer clicks over time. The content that keeps earning visits is content the summary can't replace: original data you gathered, hands-on experience, tools and calculators, comparisons that require judgment, and anything where the reader needs to do something rather than know something. That's not a reason to stop writing explainers — it's a reason to make each one extractable enough to be cited and distinctive enough to be worth the click.
FAQ
Do I need to do anything different to appear in AI Overviews?
Not fundamentally. AI Overviews draw on Google's ordinary index, so being indexed, relevant, and clearly written is the entry requirement. The genuine adjustment is structural: answer the question directly and early so a clean passage exists to lift.
Should I block AI crawlers?
It depends on what you want. Blocking training crawlers protects your content from being absorbed into models; blocking search-oriented agents removes you from those engines' answers and their referral traffic. They're separate agents, so you can allow one and block the other. Decide per bot rather than blanket-blocking.
Does an llms.txt file help me get cited?
There's no evidence that it does today. It's a community proposal that the major AI providers haven't committed to reading. It costs almost nothing to add, so add it if you like — just don't prioritise it over crawler access, indexing, and clear writing.
Do backlinks still matter for AI search?
Links still drive the crawling and ranking that retrieval depends on, so yes indirectly. But unlinked mentions matter more here than in classic SEO: consistent references to your brand alongside your topic help build the entity association that citation depends on.
How do I know if AI search is sending me traffic?
Segment referral traffic in GA4 by hostname and look for AI assistant domains, then cross-check your server logs for the relevant crawler user agents. Between those two you can see both who is reading your pages and who is sending people back.
Consistent, crawlable profiles that repeat your canonical description are the cheapest entity signal available, and the sites worth submitting to are the ones with real editorial standards rather than open link dumps. Check follow status, approval requirements, and submission steps for each one in the site directory at SocialBookmarkKey before you spend an afternoon on submissions.