Skip to main content
AEO/GEO

How to Get Your Company Cited by Perplexity and Gemini

July 2026 · 12 min read · Updated September 2026

Short answer. Both Perplexity and Gemini answer from live retrieval, not training memory, so on-site changes can earn a citation within days. They read different indexes — PerplexityBot builds Perplexity's own, while Googlebot's Search index feeds AI Overviews, AI Mode and the Gemini app's grounding. One practical consequence: Google-Extended controls Gemini app training and grounding only, and has no effect on Google Search's AI features, which use Googlebot.

Key takeaways

  • Perplexity and Gemini both answer from live retrieval, so on-site changes can earn citations on either within days. Neither answers from training memory when search is on.
  • They use different indexes: PerplexityBot builds Perplexity's; Googlebot's Search index feeds AI Overviews, AI Mode and the Gemini app's grounding.
  • Google-Extended controls Gemini app training and grounding only. It has no effect on Google Search AI features, which use Googlebot.
  • Perplexity-User fetches pages at a user's request and generally ignores robots.txt; Perplexity publishes IP ranges and asks WAFs to whitelist them.
  • Gemini cites an average of three sources per answer; Perplexity typically shows four to eight. Fewer slots means tighter competition.
  • Perplexity leans on Reddit threads and review aggregators; Google's AI surfaces lean more on YouTube, Wikipedia and Google-owned properties.
  • Both reward evidence: the GEO benchmark found authoritative quotations raised citation visibility by up to 40% and statistics by around 30%, while keyword stuffing offered little to no gain (about 10% worse than baseline on one Perplexity.ai metric in the same paper).
  • First-party sites earn a large share of citations for objective factual questions, while third parties dominate citation weight for evaluative "best X" queries.
  • Cited domains are volatile month to month, so citation is a state to maintain on a refresh cadence, not a one-off project.
  • Access failures (robots.txt, CDN bot rules, WAF settings) are the most common cause of single-engine invisibility and are diagnosed from server logs, not content audits.

What do Perplexity and Gemini have in common?

Both are retrieval engines rather than memory engines: each assembles its answer from pages fetched at query time, which is why a page can earn a citation on either one within days of being changed. Retrieval-augmented generation (grounding) is the practice, used by both, of pulling relevant, up-to-date pages into an answer instead of relying only on a model's training weights.

Perplexity's own documentation describes the product as searching the internet in real time and attaching numbered citations to every answer. Google's guidance for its generative features describes the same idea, calling it grounding: pulling relevant pages from the Search index and generating a response with clickable links to the pages that support it.

Both engines also reward the same shape of page. An engine building an answer under a time budget needs a passage it can lift cleanly: question-shaped headings, a direct answer in the first two sentences under each, one idea per section, and a stated date all raise the odds that a passage is extractable. The largest controlled study of this, Aggarwal and colleagues' GEO benchmark across 10,000 queries, found that adding authoritative quotations raised citation visibility by up to 40% and adding statistics by around 30%, while keyword stuffing offered little to no gain (about 10% worse than baseline on one Perplexity.ai metric in the same paper). For a fuller walkthrough of that page shape, see how to structure a page so AI engines cite it.

Both engines also lean on third parties for judgement questions. When the question is "what is X," a brand's own page is a plausible source. When the question is "which X is best," both engines reach for pages that already rank the options — on Gemini with Google Search grounding, one July 2026 study of 100 "best [vertical] in [city]" queries found directory and ranking sites cited in 78% of answers, and on Perplexity, citation data puts review aggregators such as G2, Gartner, NerdWallet, PCMag, TripAdvisor and Yelp among the most-cited domains for commercial intent.

Finally, both are volatile: independent research shows 40% to 60% of cited domains change month to month across the major platforms. A citation is a state, not a possession, which is why the checklist below ends with a refresh line.

Where do Perplexity and Gemini differ, and why does it matter?

They differ in which index they read, which crawler rules govern access, how many sources they cite per answer, and which third-party sites they lean on — differences that change what "being visible" requires on each engine.

PerplexityBot is Perplexity's own crawler, which its documentation says is built to surface and link websites in Perplexity search results and is not used to train foundation models. Gemini in Google Search (AI Overviews and AI Mode) instead uses the ordinary Google Search index fetched by Googlebot, and the Gemini app, when grounding is on, uses Google Search as its retrieval tool and returns sources as structured grounding metadata. Practically, a page that ranks well in Google has a head start on Gemini surfaces, and no start at all on Perplexity unless PerplexityBot can reach it.

The crawler rules are the point most teams get wrong, and getting it wrong can silently remove a brand from one engine while it optimises for the other. Google's Search Central documentation is explicit that its AI features use Googlebot, and that the separate Google-Extended token controls only whether content is used for Gemini model training and grounding — it has no effect on Google Search, including AI Overviews and AI Mode. Perplexity documents two agents: PerplexityBot for indexing, and Perplexity-User, which fetches a page when a user asks a question about it and, because a person requested the fetch, generally ignores robots.txt. Perplexity also publishes IP ranges and a WAF whitelisting guide, since a security rule that blocks unknown bots is enough to remove a site from its results. A broader rundown of which crawlers to allow or block lives in this guide to AI crawlers and search visibility.

The number of sources per answer also differs sharply. One 2026 AI visibility index built on 126 million US prompts reports that Gemini cites an average of three sources per response, drawing on a small pool that includes Wikipedia, Reddit and YouTube, while Perplexity typically shows four to eight. Three slots is a much tighter door than eight, so on Gemini the question of whether a brand is the single best source for a sub-question matters more.

Which third parties matter also differs. Perplexity's citation profile is unusually concentrated on Reddit, with one 2026 index putting Reddit at 20% to 24% of Perplexity citations and 99% of those pointing to specific threads rather than subreddit pages. Google's AI surfaces show a more self-referential tilt, with roughly 43% of AI Overview citations going to Google-owned properties including YouTube by one analysis. So "be present where the engine already looks" resolves differently by engine: on Perplexity, that means community threads and review aggregators; on Gemini, that means YouTube, Google Business Profile and the pages Google already ranks. For engine-specific detail, see how Perplexity picks the sources it cites and how Google AI Overviews chooses what to cite.

Neither vendor publishes a source-selection specification. Google says plainly that there are no additional requirements to appear in AI Overviews or AI Mode, that llms.txt files and special markup are ignored, and that rewriting content for AI is unnecessary — a point covered in more depth in what llms.txt actually does. Perplexity publishes crawler and WAF guidance but no ranking guidance. Everything beyond access is inferred from measurement.

Two retrieval engines, two doors

Dimension Perplexity Gemini (search surfaces and app)
Index Own crawl (PerplexityBot) plus live fetch (Perplexity-User) Google Search index via Googlebot; app grounds through Google Search
Access rule robots.txt for the bot; the user fetch generally ignores it; WAF must whitelist published IPs Googlebot for Search AI features; Google-Extended only affects app training and grounding
Sources per answer Typically 4 to 8 Average 3
Leans on Reddit threads, review aggregators (G2, Gartner, Yelp), recent pages Wikipedia, Reddit, YouTube and Google-owned properties; directory sites on "best in city" queries

Which question types can your own site win, and which need third parties?

Own-site content wins factual and procedural questions on both engines; third-party presence wins evaluative "best X" questions on both engines, and the third parties that matter differ by engine. One large citation study found that for objective, unbranded factual questions, first-party websites accounted for more than 40% of citations across the engines tested, with a follow-up study reporting website citation shares above 50% on both Gemini and Perplexity in a location-grounded dataset. That is the encouraging half: for "what does X cost," "how does X work" and "what is X's policy on Y," a brand's own page is a strong candidate on both engines.

The other half is less encouraging. A June 2026 analysis of 15 SaaS brands found 84% to 93% of AI citation weight sitting on third-party sites for their categories, and a separate study of 100 B2B "best software" queries found that when Google cited a brand's own self-ranked listicle, it recommended a competitor 69% of the time. Publishing a "best [category]" page with the publisher at the top earns a citation but not a recommendation.

The sorting rule that follows: own-site work for factual and procedural questions on both engines; third-party presence for evaluative questions on both engines; and an acceptance that the third parties worth pursuing differ by engine. Comparison and listicle formats that name competitors honestly took a large share of commercial-intent citations in one analysis of a million citations — a comparison that concedes where a rival wins is citable, while one that never does reads as a brief for the competitor the engine likes better.

Retrieval is also language-scoped on both engines: a brand whose facts for a given market exist only in English is competing for that market's answers with whatever local-language pages the engine can find, including inaccurate ones. Producing native-language pages that a native reviewer has checked is the difference between being a candidate and not — a point developed further in building a multilingual content pipeline AI engines cite.

How does Lifewood's own AEO and GEO work connect to this?

Lifewood Data Technology runs managed AEO and GEO programmes, and the access audit described below is the first thing done on every one of them, so this section discloses that interest directly. Two observations from that work hold regardless of who performs it.

The first is that most "we are invisible on Perplexity" cases turn out to be access cases, not content cases. A WAF rule inherited from a previous security review, a CDN bot-fight setting, or a robots.txt file written when "AI crawler" meant "training crawler" is enough to remove a site from one engine while it performs perfectly on the other. Because the two engines run different crawlers with different robots behaviour, the same site can be fully visible on Gemini and absent from Perplexity without anyone having decided that on purpose. Server logs settle the question in an afternoon; content changes take weeks and would not have helped.

The second is about multilingual programmes specifically. Google's guidance on managing multilingual sites is unchanged by AI features, and Perplexity searches in the language of the question, so a brand's Thai-market facts, for example, need to exist in Thai to compete for Thai-language answers. For teams weighing whether to run this in-house, what to look for in AEO and GEO services sets out the criteria.

What should a team do first, and in what order?

Confirm crawler access from server logs before changing anything else, since access failures make every other fix irrelevant; then work through content, evidence and third-party presence in order.

  1. Confirm access, per engine, from logs. Grep for Googlebot, PerplexityBot and Perplexity-User in server logs for the last 30 days. If any is absent from a page that matters, that engine cannot cite it. Check robots.txt, CDN bot settings and WAF rules separately.
  2. Do not confuse Google-Extended with Googlebot. Blocking Google-Extended removes a site from Gemini app grounding and training only — it does nothing to AI Overviews or AI Mode. Decide each deliberately.
  3. Serve the main content in HTML. Google says it can process JavaScript but calls it more complex; Perplexity's fetcher works on a shorter time budget than a full render. Content behind a click, a tab or a script should be treated as absent.
  4. Put the answer in the first two sentences under a question-shaped heading. Both engines extract passages, so the extractable span needs to be obvious and self-contained.
  5. Add evidence, not adjectives. Quotations from named sources, dated statistics and a visible methodology are the changes the 10,000-query GEO benchmark measured as effective; keyword density was measured as harmful.
  6. Date everything and refresh on a schedule. Both engines prefer recent pages for commercial and evaluation questions. A refresh cadence needs to change the content, not just the date stamp.
  7. Earn presence on the third parties each engine trusts. For Perplexity, that means genuine participation in the Reddit threads where buyers already discuss the category and complete profiles on the review aggregators it cites. For Gemini, that means a complete Google Business Profile, YouTube content with transcripts, and inclusion in independent "best of" lists.
  8. Reconcile facts across the web. One index found that on Gemini, the overlap between brands mentioned and domains cited can be as low as 30% — the engine can name a brand from third-party evidence without citing it at all, so the name, category, pricing and claims on third-party pages need to agree with the brand's own.
  9. Measure engine by engine, not as one number. A visibility score averaged across engines hides an access failure on one of them. Tracking a fixed prompt set on each engine separately, and reading the sources rather than just the mention, catches that. Lifewood's own approach to this is set out in how to build an AEO and GEO content strategy for ChatGPT and Gemini.
  10. Publish comparisons that name competitors honestly. A comparison that concedes where a rival wins is citable on both engines; one that does not tends to help the competitor instead.

Frequently asked questions

Confirm both crawlers can reach the page (server logs, robots.txt, WAF rules), then write question-shaped headings with a direct answer in the first two sentences, back claims with named sources and dated statistics, and build presence on the third parties each engine trusts — Reddit and review aggregators for Perplexity, YouTube and Google Business Profile for Gemini.

No. They retrieve from different indexes and show measurably different citation profiles. Perplexity concentrates on Reddit and review aggregators; Gemini and Google's Search AI features draw on a smaller pool including Wikipedia, Reddit and YouTube. Optimise for each engine, not for "AI" in general.

No. Google states that Google-Extended affects Gemini app training and grounding, not Google Search. AI Overviews and AI Mode use Googlebot and the ordinary Search index, so blocking Google-Extended alone leaves them unaffected.

It does not, for indexing — PerplexityBot respects robots.txt. Perplexity-User, which fetches a page because a user asked a question about it, is documented as generally ignoring robots.txt because the request came from a person rather than a crawl.

No. Google's guidance says it ignores llms.txt and requires no special schema to appear in AI features, though existing structured data remains useful for ordinary rich results.

Both engines retrieve live, so a corrected page can be cited within days of being recrawled. Perplexity says robots.txt changes take up to 24 hours to reflect; answers generated with search off, from model memory alone, do not change on that timescale at all.

Sources and further reading

  1. Google Search Central, "Optimizing your website for generative AI features on Google Search"
  2. Google Search Central, "AI features and your website"
  3. Perplexity, "Perplexity Crawlers"
  4. Perplexity Help Center, "How does Perplexity work?"
  5. Google AI for Developers, "Grounding with Google Search"
  6. Semrush, "Semrush Releases Expanded 2026 AI Visibility Index"
  7. DemandSphere, "Google's AI optimization guide: AI search is still search"
  8. 5WPR, "The state of AI citations 2026"
  9. Everything-PR, "Perplexity Citation Index 2026"
  10. Acromatico, "The 2026 AI Recommendation Study"
  11. Search Engine Land, "Google AI Overviews cite self-serving listicles, but recommend competitors 69% of the time"
  12. Neural ADX, "AI Search Source Preference: Third-Party vs Brand Websites"
  13. Subscribe PR, on Wix Studio AI Search Lab's analysis of one million citations
  14. Nick Lafferty, on cited-domain volatility across AI visibility platforms
  15. Aggarwal et al., "GEO: Generative Engine Optimization," ACM KDD 2024
  16. Lifewood, "How Perplexity Picks the Sources It Cites"

Have an AI or visibility project in mind?

From AI evaluation and human-in-the-loop review to GEO and AEO strategy, our team can help you deploy with confidence and get found in the AI search era.

Talk to our team