# Authority Seeding for AI: Building the Off-Site Signal Stack That LLMs Actually Trust

> Unlinked brand mentions correlate 3x more strongly with AI citation visibility than traditional backlinks. Here is the tactical playbook for building the niche-relevant review signals, third-party citations, and co-occurrence patterns that feed the models that now control B2B discovery.

*Source: https://rawmktg.com/blogs/authority-seeding-ai-llm-trust · rawmktg. by Vinayak Ravi*


For nearly three decades, organic search visibility was governed by [Google's PageRank paradigm](https://en.wikipedia.org/wiki/PageRank), which treated hyperlinks as explicit votes of confidence between web documents. A backlink functioned as a directional pipeline transferring mathematical equity and domain [authority](/tools/geo-lift-calculator "GEO Lift Calculator"). The game was clear: earn more links from more authoritative domains and rank higher.

That game is over. Modern generative engines process information through **high-dimensional semantic vector spaces** rather than static crawling of hyperlinked nodes. To a language model, a traditional hyperlink is structurally invisible. The underlying computational mechanisms of tokenisation strip raw HTML attributes and anchor tag metadata, leaving only the surrounding textual corpus for inference.

The primary driver of visibility has shifted from link equity to semantic consensus. Generative search engines evaluate brand credibility by measuring the frequency, proximity, and structural context of unlinked mentions across highly trusted training datasets and real-time retrieval sources. Search programme directors who continue to optimise primarily for Domain Rating are optimising for a signal the model cannot read. A [payment-gateway teardown](/blogs/why-ai-cites-razorpay-over-airpay) makes the point concretely: Airpay holds a Domain Rating of 59 yet appears in just 3% of AI answers.

## How has authority shifted from link graphs to semantic networks?

**Models learn from how the whole web describes you.** Language models learn from statistical patterns across the global web text corpus. When a brand name consistently co-occurs with industry-specific keywords across distributed publications, the neural network constructs a strong associative link without any HTML hyperlink being present. Authority seeding directly optimises these internal probability distributions.

The relative correlation between organic visibility and digital signals reflects this architectural shift. [Empirical data from keyword.com](https://keyword.com/blog/brand-mentions-vs-citations-vs-backlinks-for-llm-discoverability/) demonstrates the divergence clearly:

Table 01: Authority metric correlations with AI citation visibility · Cross-platform synthesis 2026

| Authority Metric | Correlation (r) | Core Role in Model Processing | vs Backlinks |
| --- | --- | --- | --- |
| Unlinked Brand Mentions | 0.664 | Probabilistic token co-occurrence in high-dimensional vector spaces | +205% |
| Structured Data (Schema) | 0.571 | Provides machine-readable ground truth for model extraction | +162% |
| Co-citation Patterns | 0.490 | Brands [cited](/tools/page-citability-analyzer "Page Citability Analyzer") alongside competitors signal category membership to the model | +125% |
| Review Platform Signals | 0.382 | Category-specific quality signals from trusted aggregators (G2, TrustPilot) | +75% |
| Wikidata / Knowledge Graph | 0.341 | Entity grounding in pre-trained parametric knowledge bases | +56% |
| Traditional Backlinks (DR) | 0.218 | Baseline crawl discovery path; minimal direct weight in model synthesis | n/a |
| Domain Authority (DA) | 0.180 | Weak indirect signal; models do not evaluate PageRank directly | -17% |

This divergence occurs because [language models learn from statistical patterns](https://huggingface.co/blog/Codatta/evolution-of-large-model-data-engineering) across the global web text corpus. The Common Crawl C4 dataset alone is approximately 750 GB of web text. When a brand name consistently co-occurs in close proximity to industry-specific keywords, specialised subject matter, and positive contextual sentiment across distributed publications, the underlying neural network constructs a strong associative link.

Traditional link-building attempts to manipulate the structural web graph. Authority seeding operates at the semantic layer the model actually reads and weights.

Fig. 01: Signal correlation spectrum vs AI citation visibility (indexed to Unlinked Mentions = 1.0)

## What are the two pathways generative search uses to cite you?

**Pre-trained memory and real-time retrieval.** Modern generative search engines operate on two distinct pathways: the parametric pre-training pathway (static datasets baked into model weights at training time) and the non-parametric real-time retrieval pathway (live RAG). Authority seeding must address both, with different asset types and different distribution timelines for each.

To build an [off-site](/tools/off-site-authority-scorecard) signal stack that models trust, search leads must understand [the dual-pathway architecture of modern generative search engines](/blogs/how-rag-actually-works) as documented in the RAG technical breakdown.

Table 02: Dual-pathway architecture: parametric vs RAG seeding

| Pathway | How It Works | Seeding Asset Type | Timeline to Impact |
| --- | --- | --- | --- |
| Parametric Pre-training | Static datasets (Common Crawl C4, ~750 GB) baked into model weights at training time. Heuristic filters apply PageRank thresholds and social verification metrics to discard noise. | Wikipedia / Wikidata entries, academic papers, high-DR editorial mentions, Crunchbase profiles | 6-18 months (next training cycle) |
| Non-Parametric RAG | Real-time web retrieval triggered per query. Systems like Perplexity index hundreds of billions of pages with rapid secondary updates. Uses pplx-embed-v1 dense vector embeddings. | Fresh benchmark reports, structured data pages, review platform entries, [third-party](/blogs/why-ai-cites-reddit-g2-analysts) blog mentions | 2-6 weeks (next crawl cycle) |

Because [RAG engines do not execute JavaScript during real-time retrieval](https://llmrefs.com/llm-seo), any brand mentions, links, or data elements rendered via client-side code are invisible to these systems. All seeded off-site assets must exist within raw, server-side rendered HTML. This eliminates the majority of modern SPA frameworks from the citation equation entirely.

14.2%
Conversion rate of referral traffic from real-time AI citations. This is a 5x multiplier over Google's standard organic conversion rate of 2.8%, making citation acquisition one of the highest-ROI channels in B2B demand generation.

## What does content pass through to earn an AI citation?

**A five-gate citation gauntlet.** For a seeded digital asset to secure a citation in a real-time conversational response, it must pass through five sequential filters. Gate 4, the ML reranking layer, eliminates the most candidates. Understanding which gate your content fails at determines your entire optimisation strategy.

Every seeded asset must clear five sequential filters before reaching the generated response. [Perplexity's documented architecture](https://ziptie.dev/blog/how-perplexity-ai-answers-work/) provides the clearest public specification of this pipeline:

Table 03: The Five-Gate Citation Gauntlet: filter mechanism and optimisation requirement

| Gate | Pipeline Stage | Filter Mechanism | Optimisation Requirement |
| --- | --- | --- | --- |
| G1 | Intent Mapping | Classifies the query and maps it to either the trending or evergreen index | Use highly specific, conversational, question-style headings |
| G2 | Web Retrieval | Hybrid search combining BM25 keyword matching and dense vector embeddings | Ensure server-side rendering with no client-side JavaScript dependencies |
| G3 | Quality Assessment | Heuristic checks evaluate technical speed, mobile responsiveness, and clean HTML | Eliminate slow load times and technical crawl blockages |
| G4 | ML Reranking (L3) | XGBoost models score against a strict quality threshold of 0.7; below = discarded | Publish on domains favoured by manual category boosts (G2, Stack Overflow, etc.) |
| G5 | Prompt Assembly | Top-ranked context chunks embedded directly into the prompt before generation | Position the direct answer in the first 100 words (the BLUF rule) |

### Gate 4: The XGBoost Reranking Layer

Gate 4 is where the majority of candidate documents are eliminated. The L3 layer runs a gradient-boosted decision tree (XGBoost) that enforces a strict quality threshold of approximately 0.7. Any document scoring below this limit is discarded. If too few documents survive, a fail-safe mechanism triggers, discarding the entire set and restarting the retrieval loop from scratch.

The L3 reranker also applies **manual category boosts**: it prioritises specialised domains like Stack Overflow for code queries or G2 for software buying intent. This is the single highest-leverage tactical intervention in authority seeding, placing your brand on the domains that Gate 4 is pre-programmed to favour.

The BLUF Rule (Gate 5 Optimisation)

Placing a direct, highly extractable answer within the first 100 words of any page accounts for 90% of top citations. A high information density score (five or more verifiable facts per 100 words) yields a 71% citation rate. Low-density promotional content (one or fewer facts per 100 words) achieves only 34%.

## How differently do ChatGPT, Claude, Perplexity and AI Overviews cite?

**Each retrieves and trusts sources differently.** ChatGPT, Claude, Perplexity, and Google AI Overviews retrieve content differently, weight recency differently, and prefer different content formats. A single content strategy cannot optimise for all four simultaneously. Platform-specific asset mapping is required.

Table 04: Platform citation profiles and optimisation targets · 2026

| Variable | ChatGPT Search | Claude (RAG) | Perplexity | Google AI Overviews |
| --- | --- | --- | --- | --- |
| Citations Per Prompt | 3-5 sources | 1-2 sources | 5-8 sources | 1-3 sources |
| Recency Bias | High: last 90 days (+98% lift) | Low: 6 months (+34% lift) | Very High: monthly required (+142% lift) | Medium: quarterly (+76% lift) |
| Optimal Word Count | 2,500-4,000 | 3,500-5,000+ | 2,000-3,500 | Short, concise excerpts |
| Top-Performing Format | Comparison matrices (63%) | Deep expert guides (69%) | Benchmark reports (59%) | Structured FAQs with Schema (71%) |
| Domain Authority Impact | Medium | High | Medium | Very High (+68% lift) |
| Preferred Markup | Clean HTML tables | In-text citations, academic lists | Datasets with dates and numbers | Nested JSON-LD (FAQPage, HowTo) |

### Perplexity: The Freshness-First Engine

Perplexity prioritises structured data, specific numbers, and timely updates. It favours data-driven formats like surveys, research reports, and industry benchmark logs. Content must display clear update timestamps and incorporate data tables to signal fresh, verifiable evidence to its retrieval models. Monthly publishing cadence is not optional for Perplexity citation; it is the threshold for existence in its index.

### Claude: The Depth-First Engine

[Claude prefers comprehensive, authoritative, long-form content](https://docdigitalsem.com/best-ai-seo-strategies-for-businesses/) that explores topics from first principles. It tends to select a single highly detailed document as its primary reference source rather than aggregating across many. Optimisation requires expert author attribution, detailed methodology sections, and citations of primary sources.

### Google AI Overviews: The E-E-A-T Engine

Google's generative model relies heavily on its existing search index and rewards traditional [E-E-A-T and domain authority signals](/blogs/eeat-is-an-ai-signal-now). According to [Google's Search Central documentation](https://developers.google.com/search/docs/fundamentals/creating-helpful-content), optimising for generative search remains a component of optimising for the overall search experience. Concise, directly extractable answers via FAQPage or HowTo schema drive substantial citation lifts.

Fig. 02: Citation rate by content format (average across ChatGPT, Claude, Perplexity · 2026)

## How should authority seeding differ by industry?

**Each vertical needs a tailored seeding strategy.** Earning AI citations requires a tailored seeding strategy that addresses the specific search dynamics of each industry vertical. SaaS leads at 58% citation rate because [comparison queries are structurally multi-source](/blogs/hr-saas-ai-visibility-gap). YMYL verticals require intensive credentialing to pass Gate 4.

Table 05: Vertical seeding playbooks: citation rate, format, and channel prioritisation

| Vertical | Avg. Citation Rate | Primary Seeding Format | Critical Success Metric | Key Distribution Channels |
| --- | --- | --- | --- | --- |
| SaaS & Tech | 58% | Product comparison matrices and integration guidelines | Precise technical data and pricing transparency | G2, Clutch, TrustRadius, GitHub, Medium, Stack Overflow |
| Healthcare & YMYL | 52% | Expert-reviewed clinical guides and prevention logs | Verifiable expert authors and deep primary sourcing | Wikidata, academic directories, medical registries, peer-reviewed journals |
| E-Commerce | 49% | Specification tables and hands-on testing data | Clean pricing structures and verified review sentiment | Amazon nodes, TrustPilot, BBB, CNet, product review forums |
| Financial Services | 47% | Conceptual definitions and calculation tools | Strict regulatory neutrality and objective calculations | Crunchbase, financial comparison directories, specialised calculators |
| B2B & Consulting | 44% | Proprietary benchmark surveys and methodology papers | Original data and structured industry insights | LinkedIn, industry forums, niche newsletters, PR hubs |

### SaaS and Technology

The SaaS space is structurally comparative. Conversational queries in this vertical seek tool comparisons or vendor recommendations, which means the model is programmed to aggregate multiple sources. This creates a higher citation ceiling than single-answer verticals. Establish a strong presence on major third-party aggregation platforms, with complete and regularly updated pricing and feature specifications. Secure placements in independent comparison matrices on third-party domains, ensuring the brand appears in identical rows alongside competitors to establish co-citation.

### Healthcare and YMYL

YMYL searches undergo strict evaluation; models require verification of accuracy before citing a source. Every seeded health asset must carry an expert author byline linked to a verified professional profile with structured credentials. Claims must be backed by citations of primary research papers (eight or more recommended) with outbound links. Align the brand with [Wikidata entities](https://www.researchgate.net/publication/363904279_Wikidata_and_knowledge_graphs_in_practice) to build a clean machine identity.

### B2B Services and Consulting

This vertical relies on proprietary data to earn citations. Because services are custom, models favour structured frameworks and industry benchmark data over generic thought leadership. Publish original surveys, research reports, and strategic frameworks. Structure methodology pages using clear H2/H3 hierarchies. Distribute these insights via digital PR campaigns to earn plain-text co-citations in authoritative B2B publications.

## How do you build an off-site signal stack, phase by phase?

**Through five coordinated phases.** A robust off-site signal stack requires five coordinated phases executed in sequence. Phases 1 through 3 establish structural access to the citation pipeline. Phase 4 is where citation volume builds. Phase 5 defends and compounds the position.

01Semantic Core

Define and Lock the Brand Thesis

Establish a single-sentence brand thesis that binds the company name directly to a unique, highly specific concept. Broad, generic terms like "SEO agency" are highly vulnerable to extraction errors. Instead, define a distinct term like "AI-Validated SEO." Verify that this core definition is consistently repeated across all public profiles, eliminating semantic ambiguity. The test: can three independent sources repeat the same definition in the same words?

Deliverable: One canonical brand definition, deployed consistently across website, LinkedIn, Crunchbase, G2, and all directory listings.

02Entity Hub

Build Grounding Pages and the Entity Cluster

Build a dedicated "Grounding Page" on the website to serve as the definitive, machine-readable source of truth for the core brand concept. Write a clear, standalone definition within the first 100 words using the BLUF rule. Avoid promotional language; write in a neutral, encyclopaedia-style tone. Publish 10 to 20 supporting topic pages that reinforce the central entity, creating an [interconnected content cluster](/blogs/topical-authority-cluster-ai-shortlists) that allows agentic crawlers to traverse the full topic.

Deliverable: Grounding page plus topical cluster, with interlinks enabling full agentic traversal of your core category.

03Technical

Schema, robots.txt, and llms.txt Configuration

Deploy [structured schema markup](/blogs/schema-markup-ai-citations-2026) across the domain, focusing on FAQPage, Product, HowTo, and Organisation types. Use the `sameAs` property to link the organisation and executive authors to their corresponding Wikidata, DBpedia, and Crunchbase nodes. Configure the [site's robots.txt file to explicitly allow AI crawlers](/blogs/how-ai-crawlers-index-your-site) and publish an llms.txt file to optimise for RAG ingestion.

Deliverable: Schema deployed site-wide, robots.txt updated, llms.txt live at root, Wikidata entity verified.

04Off-Site

Channel Seeding and Co-citation Distribution

Translate the core concept definitions into conversational content and seed them across external high-authority platforms, including Reddit, Quora, Medium, and vertical-specific forums. Execute digital PR campaigns to secure plain-text mentions in industry publications and niche newsletters, explicitly writing sentences that co-locate the brand name with the target service descriptor. Build and verify the organisation's structured Wikidata and DBpedia nodes to cement its place in pre-trained models.

Deliverable: 20+ seeded external placements per quarter, with direct brand-to-category co-occurrence in each.

05Monitor

Track AI Share-of-Voice and Defend Against Hallucinations

Deploy monitoring platforms like [AI share-of-voice tracking tools](https://www.digidarts.com/blog/your-competitors-are-winning-ai-search-while-youre-not-looking/) to monitor citation frequency across ChatGPT, Perplexity, Gemini, and Google AI Overviews. Analyse prompts where competitors are recommended to identify the sources the model retrieved, and target those publications for the next phase of the off-site seeding campaign. Monitor not only where the brand is cited, but how it is described; hallucinations and incorrect attributions require active correction via re-seeding.

Deliverable: Monthly AI SOV report, hallucination log, and competitor citation source analysis feeding the next seeding sprint.

## Technical Configuration: robots.txt and llms.txt

Two configuration files form the technical handshake between your site and AI retrieval systems. Both must be correctly configured before [off-site seeding](/blogs/reddit-geo-playbook) begins; without them, seeded mentions may drive crawlers to a site that actively blocks them.

Target robots.txt configuration for AI crawler access

```
User-agent: PerplexityBot
Allow: /
Crawl-delay: 1

User-agent: Googlebot
Allow: /

User-agent: GPTBot
Allow: /
```

Allowing PerplexityBot enables live RAG indexing. Managing GPTBot separately controls inclusion of proprietary content in future foundation training sets. Verify with server log analysis; many sites inadvertently block these agents through overly broad disallow rules inherited from legacy configurations.

Target llms.txt summary file (hosted at site root)

```
# Brand Entity Definition
[Your Brand]: [Single-sentence canonical definition tying brand to core concept]

# Core Entity Definitions
[Core Concept]: [Standalone definition, neutral encyclopedia tone]
[Supporting Concept]: [Definition with primary source citation]

# Key Implementation Resources
Framework Overview: https://yourdomain.com/grounding-page
Case Studies: https://yourdomain.com/case-studies
Schema Templates: https://yourdomain.com/schema-templates
```

## Strategic Recommendations for Search Programme Directors

The transition from traditional index-based search to generative discovery requires search programme directors to fundamentally reallocate operational budgets and resources. Four reallocation priorities stand out from the research:

- **Shift budgets from high-DR link acquisition to distributed brand mentions.** Traditional link-building programmes that prioritise raw Domain Rating metrics must be replaced with digital PR campaigns designed to generate high-context, plain-text brand mentions. The primary goal is to establish co-occurrence patterns across diverse, topically relevant publications, not raw link volume. Our [India cross-border payments backlink analysis](/blogs/cross-border-backlinks) illustrates this directly: the brands with the strongest clean profiles combine PR, reference content, and directory listings across fifteen adjacent topics.
- **Establish compounding returns via early seeding.** [Research demonstrates that generative models show a preference for citing sources they have referenced in previous queries](https://presenceai.app/blog/ai-search-citation-rates-research-which-content-gets-cited), creating [compounding visibility advantages](/blogs/geo-compounding-flywheel) for brands that secure early-mover citations. The first brand in a category to build dense co-citation patterns owns the default mention.
- **Unify traditional and AI SEO programmes.** Traditional SEO fundamentals, including page speed, logical information architecture, and structured data, remain critical to ensuring content is crawlable by real-time RAG agents. Generative optimisation should exist as an integrated layer on top of a technically sound search programme, not a separate workstream.
- **Monitor and defend brand entity attributes.** Search teams must track not only where the brand is cited, but also how the brand is described. Regular [citation audits](/blogs/geo-foundation-audit) are required to detect factual hallucinations, incorrect attributions, or negative sentiment trends within the conversational responses of major language models. The [Claim-Anchoring Framework](/blogs/hallucination-proofing-your-brand) provides the on-page architecture for preventing these hallucinations before they occur. For sector-level data on how citation authority concentrates when these signals are present versus absent, see our [AEC software AI visibility analysis](/blogs/aec-ai-visibility-gap).

Frequently Asked Questions

### What is authority seeding for AI search?

Authority seeding is the practice of building off-site brand signals (unlinked mentions, reviews, niche directory listings, and community references) so AI engines have multiple corroborating sources to draw on when deciding whether to cite a brand. Unlinked brand mentions correlate with AI citation rates 3x more strongly than backlinks (r=0.664 vs r=0.218).

### What off-site signals do LLMs use when deciding which brands to cite?

The five categories LLMs draw on are: brand mentions on authoritative domains, review platform presence (G2, Capterra, Trustpilot), niche directory listings relevant to the industry, academic or research citations, and structured schema markup including Organization and speakable annotations. The aggregate of these signals determines whether a brand enters the retrieval pool at all.

### How long does authority seeding take to improve AI citation rates?

Live retrieval platforms like Perplexity typically reflect new off-site signals within 2 to 4 weeks because they re-crawl sources continuously. Training-based platforms like Claude and Gemini require 60 to 90 days for new authority signals to influence citation behaviour, as they depend on model update cycles rather than real-time retrieval.

Methodology and Limitations

Correlation values for authority signals are observational, not causal, and represent cross-platform synthesis from public research as of Q1-Q2 2026. LLM retrieval architectures change frequently; platform-specific citation rate figures represent best available estimates, not controlled experiments. The Five-Gate model reflects Perplexity's documented architecture; other engines may vary structurally. Content format citation rates are reported averages across ChatGPT Search, Claude, and Perplexity; individual query context will produce variance.

Citations

1. 1. Generative engine optimization - Wikipedia. <https://en.wikipedia.org/wiki/Generative_engine_optimization>
2. 2. GEO (Generative Engine Optimization). Official Grounding Page. <https://groundingpage.com/facts/geo/>
3. 3. Retrieval-augmented generation - Wikipedia. <https://en.wikipedia.org/wiki/Retrieval-augmented_generation>
4. 4. LLMO & AI SEO: Dominating Organic Search in 2026. Pulp Strategy. <https://www.pulpstrategy.com/llmo-unified-organic-search-dominance-in-the-ai-era>
5. 5. Brand Entity SEO: How to Make LLMs Trust Your Brand in 2026. Zumeirah. <https://zumeirah.com/brand-entity-seo-2026/>
6. 6. LLMs Don't Read Link Graphs. They Read Sentences. Anshul Rana. <https://anshulrana.in/blog/llms-dont-read-link-graphs-they-read-sentences>
7. 7. LLM SEO (LLMO): The 2026 Guide to Large Language Model Optimization. LLMrefs. <https://llmrefs.com/llm-seo>
8. 8. From Noise to Narrative: Building Reputation in AI Dominated Search. ResearchGate. [https://www.researchgate.net/publication/395046856](https://www.researchgate.net/publication/395046856_From_Noise_to_Narrative_Building_Reputation_in_AI_Dominated_Search_and_Discovery_Environments)
9. 9. Facing 2026: How to Dominate the Future Search Market Through AI Validated SEO. CodePulse. <https://www.codepulse.com.tw/en-gb/the-future-of-search-is-ai-validated-seo>
10. 10. AI Glossary - Terms & Definitions Simplified. Outpace SEO. <https://outpaceseo.com/glossary/>
11. 11. How Perplexity AI Answers Work: Retrieval, Ranking, and Citation. Ziptie. <https://ziptie.dev/blog/how-perplexity-ai-answers-work/>
12. 12. Evolution of Large Model Data Engineering. Hugging Face. <https://huggingface.co/blog/Codatta/evolution-of-large-model-data-engineering>
13. 13. What is LLM Seeding: Guide to Enhancing Your AI Content Strategy. Prowly. <https://prowly.com/magazine/llm-seeding-guide/>
14. 14. How ChatGPT, Gemini & Perplexity Pick Their Sources. AEO Checker. <https://www.aeochecker.ai/blogs/how-ai-answer-engines-pick-sources>
15. 15. Best AI SEO Strategies for Businesses. Doc Digital SEM. <https://docdigitalsem.com/best-ai-seo-strategies-for-businesses/>
16. 16. AI Citation Rates Research: What Content Gets Cited Most. Presence AI. <https://presenceai.app/blog/ai-search-citation-rates-research-which-content-gets-cited>
17. 17. LLM Seeding Basics and Tips for Getting Started. ArcStone. <https://www.arcstone.com/llm-seeding/>
18. 18. Wikidata and knowledge graphs in practice. ResearchGate. [https://www.researchgate.net/publication/363904279](https://www.researchgate.net/publication/363904279_Wikidata_and_knowledge_graphs_in_practice)
19. 19. Brand Mentions vs. Citations vs. Backlinks for LLM Discoverability. keyword.com. <https://keyword.com/blog/brand-mentions-vs-citations-vs-backlinks-for-llm-discoverability/>
20. 20. Creating Helpful, Reliable, People-First Content. Google Search Central. <https://developers.google.com/search/docs/fundamentals/creating-helpful-content>
21. 21. Your Competitors Are Winning AI Search While You're Not Looking. Digidarts. <https://www.digidarts.com/blog/your-competitors-are-winning-ai-search-while-youre-not-looking/>
22. 22. GEO: Generative Engine Optimization. arXiv. <https://arxiv.org/pdf/2311.09735>
