Geodocs.dev

AEO Anchor Text Phrasing Reference

ShareLinkedIn

Open this article in your favorite AI assistant for deeper analysis, summaries, or follow-up questions.

AEO anchor text phrasing is the set of verbal patterns AI engines reuse when surfacing citations — most often "according to [Brand]", brand-stem mentions, and reporting verbs like "states", "explains", or "recommends" that signal grounded attribution to the reader.

TL;DR

AI engines verbalize citations using a small repertoire of attribution stems ("According to X", "X states that", "per X") plus brand-stem mentions inline. The phrasing engines choose tracks the verbs and source labels you write on-page, so authors who use clear reporting verbs and consistent brand stems get cleaner anchor reuse.

Definition

AEO anchor text phrasing is the surface-level language pattern an answer engine uses to introduce, attribute, or reference a cited source within a generated response. Unlike traditional SEO anchor text (the clickable text inside an element on a web page), AEO anchor phrasing lives in the answer text itself — the natural-language wrapping that surrounds a citation chip, footnote, or inline link rendered by ChatGPT, Perplexity, Google AI Overviews, Gemini, or Claude.

AEO anchor phrasing has three layers: the attribution stem ("According to…", "Per…", "As reported by…"), the brand or source label ("Mayo Clinic", "the IRS", "Stripe's docs"), and the reporting verb or relational phrase that connects the source to the claim ("states", "recommends", "defines… as").

Why it matters

Anchor phrasing controls whether a citation reads as a grounded answer or a passing mention. When an engine writes "According to Stripe, idempotency keys must be unique per request", the citation is bound tightly to a specific claim and rendered as authoritative. When the same passage appears as "Some sources suggest idempotency keys should be unique", the source is hedged and citation chips often render as low-confidence footnotes.

For AEO, this matters in two ways:

  1. Citation visibility — strong attribution stems push the brand name into the user-visible answer, not just the footnote tray.
  2. Reuse stability — engines tend to copy the reporting language present on the source page. Pages that name themselves ("Stripe recommends…") get cited with that phrasing; pages that hedge ("it is recommended") get cited generically.

How it works

LLM-powered answer engines generate text token-by-token while conditioned on a retrieved context window. The model has to produce some attribution wrapping when a retrieved passage is used, and it draws on three signals:

  • Source-label availability: a clear brand stem on the page (, schema:Organization.name, og:site_name, repeated brand mention in body text) gives the model a confident label to insert.</li> <li>Reporting-verb cues: the verb the source uses ("states", "defines", "recommends", "warns") is a strong prior. The model is more likely to reuse a source's own framing verb than invent one.</li> <li>Attribution-stem priors: every engine has training-data preferences. ChatGPT and Claude lean on "According to [Source]". Perplexity often inlines source numbers ("[1]") with shorter stems ("Per [1]"). Google AI Overviews favors short brand-stem mentions before noun phrases ("Mayo Clinic notes that…"). Gemini frequently uses "As [Brand] explains".</li> </ul> <h3 id="pattern-catalog">Pattern catalog</h3> <div class="table-responsive"><table><thead><tr><th>Pattern</th><th>Example</th><th>Typical engine bias</th></tr></thead><tbody><tr><td>According-to stem</td><td>"According to Stripe, …"</td><td>ChatGPT, Claude, Gemini</td></tr><tr><td>Per-stem</td><td>"Per the IRS, …"</td><td>Perplexity, ChatGPT</td></tr><tr><td>Reporting-verb stem</td><td>"Mayo Clinic recommends …"</td><td>Google AI Overviews, Gemini</td></tr><tr><td>As-explained stem</td><td>"As Cloudflare explains, …"</td><td>Gemini, Claude</td></tr><tr><td>Source-numbered stem</td><td>"… is the recommended approach [1]."</td><td>Perplexity</td></tr><tr><td>Bare brand stem</td><td>"Stripe's docs note that …"</td><td>ChatGPT, Claude</td></tr><tr><td>Possessive stem</td><td>"OpenAI's guidance: …"</td><td>ChatGPT, Gemini</td></tr></tbody></table></div> <h3 id="reporting-verb-selection">Reporting verb selection</h3> <p>Reporting verbs encode a stance. Authors who pick precise verbs see those verbs reused in citations. Common verb classes engines prefer:</p> <ul> <li>Definitional: defines, describes, clarifies</li> <li>Prescriptive: recommends, advises, requires</li> <li>Empirical: reports, finds, observes</li> <li>Comparative: contrasts, distinguishes, compares</li> <li>Cautionary: warns, cautions, notes that</li> </ul> <p>Vague verbs ("discusses", "talks about", "covers") tend to be replaced by the engine with stronger verbs or dropped from the anchor entirely.</p> <h2 id="brand-stem-patterns">Brand-stem patterns</h2> <p>A brand stem is the canonical short-form name an engine uses when referring back to a source. Stable brand stems require:</p> <ul> <li>A single dominant brand surface (avoid "Acme Inc." vs "Acme" vs "Acme Corporation" mixed within one page).</li> <li>Schema.org Organization markup with a name matching the on-page brand stem.</li> <li>An <title> element that begins or ends with the brand stem (e.g., "… | Stripe Docs").</li> <li>Repeated subject-position use of the brand in body copy ("Stripe processes…", not "the platform processes…").</li> </ul> <p>When these align, engines pick up the brand stem reliably and reuse it across citations of multiple pages on the same domain.</p> <h2 id="vs-related-concepts">vs related concepts</h2> <ul> <li>Anchor text (classic SEO) is HTML link text on the source page. AEO anchor phrasing is generated text in the answer.</li> <li>Citation chips / footnotes are the rendered UI element. Anchor phrasing is the surrounding natural language.</li> <li>Answer grounding is the underlying mechanism (retrieval + binding). Anchor phrasing is its surface manifestation.</li> <li>Brand mentions can occur without citation; anchor phrasing always wraps a citation event.</li> </ul> <h2 id="common-misconceptions">Common misconceptions</h2> <ul> <li>"Anchor phrasing is just the link text." No — in AEO, it includes the entire attribution wrapping and reporting verb.</li> <li>"Engines paraphrase, so anchor language doesn't matter." In practice, attribution stems and reporting verbs are reused at high rates because they reduce hallucination risk.</li> <li>"You need to write 'According to' yourself on-page." Not on-page — but you should write declarative, named-subject sentences ("Stripe requires…") so engines can lift them cleanly.</li> </ul> <h2 id="how-to-apply">How to apply</h2> <ol> <li>Audit the first paragraph of each canonical page: does it use the brand stem in subject position?</li> <li>Replace vague reporting verbs ("covers", "discusses") with precise verbs ("defines", "recommends", "requires").</li> <li>Confirm schema:Organization.name, og:site_name, and the <title> brand suffix all match one canonical brand stem.</li> <li>Add a single AI summary blockquote near the top so engines have an extractable, attribution-ready sentence.</li> <li>Track citation samples weekly; log which stems and verbs each engine reuses for your domain.</li> </ol> <h2 id="faq">FAQ</h2> <h3 id="q-do-ai-engines-copy-anchor-phrasing-from-the-source-page">Q: Do AI engines copy anchor phrasing from the source page?</h3> <p>Yes, partially. Engines tend to reuse reporting verbs and brand labels found on the source page, but they normalize attribution stems toward each engine's own preferred templates. Writing in declarative subject-verb form ("Stripe recommends…") increases the odds of clean reuse.</p> <h3 id="q-does-anchor-phrasing-affect-citation-rate">Q: Does anchor phrasing affect citation rate?</h3> <p>Indirectly. Phrasing does not change retrieval, but cleaner brand stems and named subjects make passages easier to attribute, which reduces the chance an engine drops the citation in favor of an unattributed paraphrase.</p> <h3 id="q-should-i-write-according-to-brand-in-my-own-content">Q: Should I write "According to [Brand]" in my own content?</h3> <p>No — that creates self-referential prose. Instead, write sentences where the brand is the grammatical subject ("Acme defines X as Y"). Engines convert that into "According to Acme, X is Y" naturally.</p> <h3 id="q-why-does-perplexity-use-numbered-citations-instead-of-brand-stems">Q: Why does Perplexity use numbered citations instead of brand stems?</h3> <p>Perplexity's UI renders numeric chips ([1], [2]) and pairs them with short prefatory phrases ("Per [1]"). The brand label still appears, but in the source-list panel rather than the inline anchor.</p></div><div style="margin-top:64px"><h2 style="font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border-default)">Related Articles</h2><div style="display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:16px"><a style="text-decoration:none" data-related-article="how-to-write-ai-citable-answers" data-related-position="1" href="/vi/aeo/how-to-write-ai-citable-answers"><div class="card"><span class="badge badge-green" style="margin-bottom:8px">guide</span><h3 style="font-size:15px;font-weight:600;color:var(--text-heading);margin-bottom:4px">How to Write AI-Citable Answers</h3><p style="font-size:13px;color:var(--text-secondary);line-height:1.5">How to write answers that AI engines like ChatGPT, Perplexity, and Google AI Overviews extract and cite — answer-first prose, length, entities, and source-anchoring.</p></div></a><a style="text-decoration:none" data-related-article="what-is-answer-grounding" data-related-position="2" href="/vi/aeo/what-is-answer-grounding"><div class="card"><span class="badge badge-green" style="margin-bottom:8px">reference</span><h3 style="font-size:15px;font-weight:600;color:var(--text-heading);margin-bottom:4px">What Is Answer Grounding? Definition, Mechanism, Examples</h3><p style="font-size:13px;color:var(--text-secondary);line-height:1.5">Answer grounding is how AI systems anchor generated responses to specific source documents and citations. Definition, mechanism, and content implications.</p></div></a><a style="text-decoration:none" data-related-article="ai-search-citation-types" data-related-position="3" href="/vi/geo/ai-search-citation-types"><div class="card"><span class="badge badge-green" style="margin-bottom:8px">reference</span><h3 style="font-size:15px;font-weight:600;color:var(--text-heading);margin-bottom:4px">AI Search Citation Types: How AI Attributes Sources</h3><p style="font-size:13px;color:var(--text-secondary);line-height:1.5">Reference for AI search citation types — inline, footnote, source card, attributed quote, implicit — with platform differences and how to optimize.</p></div></a></div></div><div style="margin-top:48px;padding-top:24px;border-top:1px solid var(--border-default)"><div style="font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-bottom:12px">Topics</div><div style="display:flex;flex-wrap:wrap;gap:8px"><a style="display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:var(--radius-pill);border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-secondary);font-size:12px;font-family:var(--font-mono);text-decoration:none;transition:all 0.2s ease;line-height:1.4" class="article-tag-link" href="/vi/tags/aeo"><span style="color:var(--color-dark-green);font-weight:600">#</span>aeo</a><a style="display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:var(--radius-pill);border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-secondary);font-size:12px;font-family:var(--font-mono);text-decoration:none;transition:all 0.2s ease;line-height:1.4" class="article-tag-link" href="/vi/tags/llm-citations"><span style="color:var(--color-dark-green);font-weight:600">#</span>llm-citations</a></div></div></article><div style="padding-left:40px" class="toc-sidebar"><nav style="position:sticky;top:88px;font-size:13px;line-height:1.6;max-height:calc(100vh - 100px);overflow-y:auto"><div style="font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-cool-gray);margin-bottom:12px">On this page</div><a href="#tl-dr" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">TL;DR</a><a href="#definition" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">Definition</a><a href="#why-it-matters" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">Why it matters</a><a href="#how-it-works" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">How it works</a><a href="#pattern-catalog" style="display:block;padding:4px 0;padding-left:16px;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:1px solid var(--border-default)">Pattern catalog</a><a href="#reporting-verb-selection" style="display:block;padding:4px 0;padding-left:16px;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:1px solid var(--border-default)">Reporting verb selection</a><a href="#brand-stem-patterns" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">Brand-stem patterns</a><a href="#vs-related-concepts" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">vs related concepts</a><a href="#common-misconceptions" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">Common misconceptions</a><a href="#how-to-apply" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">How to apply</a><a href="#faq" style="display:block;padding:4px 0;padding-left:0;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:none">FAQ</a><a href="#q-do-ai-engines-copy-anchor-phrasing-from-the-source-page" style="display:block;padding:4px 0;padding-left:16px;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:1px solid var(--border-default)">Q: Do AI engines copy anchor phrasing from the source page?</a><a href="#q-does-anchor-phrasing-affect-citation-rate" style="display:block;padding:4px 0;padding-left:16px;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:1px solid var(--border-default)">Q: Does anchor phrasing affect citation rate?</a><a href="#q-should-i-write-according-to-brand-in-my-own-content" style="display:block;padding:4px 0;padding-left:16px;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:1px solid var(--border-default)">Q: Should I write "According to [Brand]" in my own content?</a><a href="#q-why-does-perplexity-use-numbered-citations-instead-of-brand-stems" style="display:block;padding:4px 0;padding-left:16px;color:var(--text-secondary);text-decoration:none;transition:color 0.15s ease;border-left:1px solid var(--border-default)">Q: Why does Perplexity use numbered citations instead of brand stems?</a></nav></div></div><style> @media (max-width: 1024px) { .toc-sidebar { display: none !important; } } @media (min-width: 1025px) { article { /* override grid for 3-col with TOC */ } } .article-tag-link:hover { border-color: var(--color-dark-green) !important; color: var(--text-primary) !important; background: rgba(0, 237, 100, 0.06) !important; } </style></main><section style="padding:64px 24px;background:var(--bg-surface);border-top:1px solid var(--border-subtle)"><div style="max-width:520px;margin:0 auto;text-align:center"><div style="font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-dark-green);margin-bottom:12px">Cập nhật tin tức</div><h2 style="font-family:var(--font-display);font-size:clamp(1.25rem, 3vw, 1.75rem);font-weight:400;color:var(--text-heading);margin-bottom:8px;line-height:1.3">Thông tin GEO & AI Search</h2><p style="font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:24px">Bài viết mới, cập nhật khung làm việc và phân tích ngành. Không spam, hủy đăng ký bất cứ lúc nào.</p><form style="display:flex;flex-wrap:wrap;gap:8px;max-width:420px;margin:0 auto"><input type="email" placeholder="email@cuaban.com" required="" style="flex:1;min-width:200px;padding:12px 16px;border-radius:var(--radius-pill);border:1px solid var(--border-default);background:var(--bg-page);color:var(--text-primary);font-family:var(--font-body);font-size:14px;outline:none;transition:border-color 0.2s ease" value=""/><button type="submit" class="btn btn-primary" style="padding:12px 24px;font-size:14px;opacity:1">Đăng ký</button></form></div></section><!--$--><!--/$--><footer style="background:var(--color-forest-black);border-top:1px solid var(--color-teal-gray);padding:64px 24px 32px"><div style="max-width:1200px;margin:0 auto"><div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:48px;margin-bottom:48px"><div><div style="margin-bottom:16px"><img alt="Geodocs.dev" loading="lazy" width="140" height="32" decoding="async" data-nimg="1" style="color:transparent;height:24px;width:auto" src="/geodocs-logo-dark.svg"/></div><p style="font-size:13px;color:var(--color-cool-gray);line-height:1.6;max-width:220px">Kiến thức có cấu trúc cho khả năng hiển thị tìm kiếm AI. Tài liệu tham khảo chuẩn cho GEO, AEO và tối ưu hóa tìm kiếm AI.</p></div><div><h4 style="font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-mongodb-green);margin-bottom:16px">Học</h4><ul style="list-style:none;display:flex;flex-direction:column;gap:10px"><li><a class="footer-link" href="/vi/geo/what-is-geo">What Is GEO?</a></li><li><a class="footer-link" href="/vi/aeo/what-is-aeo">What Is AEO?</a></li><li><a class="footer-link" href="/vi/geo/geo-vs-seo">GEO vs SEO</a></li><li><a class="footer-link" href="/vi/reference/geo-aeo-glossary">GEO Glossary</a></li></ul></div><div><h4 style="font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-mongodb-green);margin-bottom:16px">Xây dựng</h4><ul style="list-style:none;display:flex;flex-direction:column;gap:10px"><li><a class="footer-link" href="/vi/technical/llms-txt">llms.txt Reference</a></li><li><a class="footer-link" href="/vi/technical/how-to-create-llms-txt">Create llms.txt</a></li><li><a class="footer-link" href="/vi/technical/structured-data-for-ai-search">Structured Data</a></li><li><a class="footer-link" href="/vi/technical/ai-txt">ai.txt Reference</a></li></ul></div><div><h4 style="font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-mongodb-green);margin-bottom:16px">Chiến lược</h4><ul style="list-style:none;display:flex;flex-direction:column;gap:10px"><li><a class="footer-link" href="/vi/strategy/ai-visibility-measurement">AI Visibility</a></li><li><a class="footer-link" href="/vi/strategy/geo-content-strategy">Content Strategy</a></li><li><a class="footer-link" href="/vi/strategy/geo-roi-framework">GEO ROI</a></li><li><a class="footer-link" href="/vi/aeo/aeo-content-checklist">AEO Checklist</a></li></ul></div><div><h4 style="font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-mongodb-green);margin-bottom:16px">Tài nguyên</h4><ul style="list-style:none;display:flex;flex-direction:column;gap:10px"><li><a class="footer-link" href="https://github.com/Geodocs-dev">GitHub</a></li><li><a class="footer-link" href="/vi/contact">Contact</a></li><li><a class="footer-link" href="/vi/tags">Tags</a></li><li><a class="footer-link" href="/sitemap.xml">Sitemap</a></li><li><a class="footer-link" href="/llms.txt">llms.txt</a></li><li><a class="footer-link" href="/ai.txt">ai.txt</a></li></ul></div></div><div style="border-top:1px solid var(--color-teal-gray);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px"><p style="font-size:12px;color:var(--color-cool-gray)">© <!-- -->2026<!-- --> Geodocs.dev. <!-- -->Bảo lưu mọi quyền.</p><p style="font-size:12px;color:var(--color-cool-gray)"><a href="mailto:contact@geodocs.dev" class="footer-link">contact@geodocs.dev</a> · <!-- -->Xây dựng cho con người và AI agents.</p></div></div><style> .footer-link { font-size: 13px; color: var(--color-silver-teal); text-decoration: none; transition: color 0.2s ease; } .footer-link:hover { color: var(--color-white); } </style></footer><script> (function(){ var s=document.createElement('script'); s.src='https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js'; s.defer=true; s.onload=function(){ var isDark=document.documentElement.getAttribute('data-theme')==='dark'; mermaid.initialize({startOnLoad:true,theme:isDark?'dark':'default',securityLevel:'loose'}); mermaid.run(); }; document.head.appendChild(s); })(); </script><script src="/_next/static/chunks/0_k5kz-r4593u.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[86402,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"GTMNoScript\"]\n3:I[59919,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"ThemeProvider\"]\n4:\"$Sreact.suspense\"\n5:I[86402,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"PostHogPageView\"]\n6:I[39756,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"default\"]\n7:I[37457,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"default\"]\n9:I[35264,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"AlgoliaSearchDialog\"]\na:I[56414,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"GeolifyAIDialog\"]\nb:I[86402,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"Analytics\"]\ne:I[97367,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"OutletBoundary\"]\n11:I[97367,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"ViewportBoundary\"]\n13:I[97367,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"MetadataBoundary\"]\n15:I[63491,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0z~59b-n8nq5n.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0hbz95bqplbsv.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=DM+Serif+Text\u0026family=Plus+Jakarta+Sans:wght@300;400;500;600;700\u0026family=Source+Code+Pro:wght@400;500;600\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"vi\",\"aeo\",\"aeo-anchor-text-phrasing-reference\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[[\"lang\",\"vi\",\"d\",null],{\"children\":[[\"section\",\"aeo\",\"d\",null],{\"children\":[[\"slug\",\"aeo-anchor-text-phrasing-reference\",\"d\",null],{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0hbz95bqplbsv.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ld4q8u-25eux.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0xf6s51ok42m_.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/148t.fhegq9f1.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/05cra..ka3fzk.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem('geodocs-theme');if(t==='dark'){document.documentElement.setAttribute('data-theme','dark')}else{document.documentElement.setAttribute('data-theme','light')}}catch(e){}})()\"}}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=DM+Serif+Text\u0026family=Plus+Jakarta+Sans:wght@300;400;500;600;700\u0026family=Source+Code+Pro:wght@400;500;600\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{\"children\":[[\"$\",\"$4\",null,{\"fallback\":null,\"children\":[\"$\",\"$L5\",null,{}]}],[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$L8\",[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L9\",null,{}],[\"$\",\"$La\",null,{}]]}],[\"$\",\"$Lb\",null,{}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(function(){\\n var s=document.createElement('script');\\n s.src='https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js';\\n s.defer=true;\\n s.onload=function(){\\n var isDark=document.documentElement.getAttribute('data-theme')==='dark';\\n mermaid.initialize({startOnLoad:true,theme:isDark?'dark':'default',securityLevel:'loose'});\\n mermaid.run();\\n };\\n document.head.appendChild(s);\\n})();\\n\"}}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0-_gct68-k02d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$Lc\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[\"$Ld\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/01avtxt88~n76.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$4\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@f\"}]}]]}],{},null,false,null]},null,false,\"$@10\"]},null,false,\"$@10\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$4\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L14\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0hbz95bqplbsv.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"NIAK0ez3QwYT5WEUUjWPI\"}\n"])</script><script>self.__next_f.push([1,"16:[]\n10:\"$W16\"\n"])</script><script>self.__next_f.push([1,"17:I[2971,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0-_gct68-k02d.js\"],\"Header\"]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"$L17\",null,{\"lang\":\"en\",\"dict\":{\"nav\":{\"startHere\":\"Start Here\",\"geo\":\"GEO\",\"aeo\":\"AEO\",\"technical\":\"Technical\",\"strategy\":\"Strategy\",\"reference\":\"Reference\",\"tools\":\"Tools\",\"search\":\"Search docs...\",\"askGeolifyAI\":\"Ask GeolifyAI\",\"beta\":\"Beta\"},\"home\":{\"tagline\":\"The Canonical Knowledge System\",\"headline\":\"Structured knowledge for\",\"headlineHighlight\":\"AI search visibility\",\"subtitle\":\"GEO, AEO, and AI search optimization — defined, structured, and operationalized. Built for SEO professionals, developers, content teams, and AI agents.\",\"ctaPrimary\":\"Start with GEO\",\"ctaSecondary\":\"Read llms.txt spec\",\"trustSignals\":{\"answerFirst\":\"Answer-first content\",\"aiCitable\":\"AI-citable definitions\",\"machineReadable\":\"Machine-readable specs\",\"openFree\":\"Open \u0026 free\"},\"essentialReading\":\"Essential Reading\",\"geoPlaybooks\":\"GEO Playbooks\",\"playbooksSubtitle\":\"Canonical definitions, comparisons, and implementation guides. Start here to build your GEO foundation.\",\"readArticle\":\"Read article\",\"operatorsToolkit\":\"Operator's Toolkit\",\"technicalStandards\":\"Technical Standards for AI Search\",\"technicalSubtitle\":\"Implementation specs, file standards, and measurement frameworks. Everything you need to make your content AI-ready.\",\"knowledgeMap\":\"Knowledge Map\",\"browseBySection\":\"Browse by Section\",\"browseSubtitle\":\"Every concept has one canonical page. Explore the knowledge graph organized by domain.\",\"aiNativeDoc\":\"AI-Native Documentation\",\"builtForHumans\":\"Built for humans.\",\"readableByAI\":\"Readable by AI.\",\"aiNativeSubtitle\":\"Every page on geodocs.dev includes AI summary blocks, structured frontmatter, and machine-readable specs. Our content is designed to be cited by AI systems worldwide.\",\"aiContentSpec\":\"AI Content Spec\",\"viewLlmsTxt\":\"View llms.txt\"},\"sections\":{\"geo\":{\"title\":\"GEO - Generative Engine Optimization\",\"description\":\"Guides, definitions, and frameworks for optimizing content visibility in AI-generated answers.\"},\"aeo\":{\"title\":\"AEO - Answer Engine Optimization\",\"description\":\"How to structure content so AI systems can extract and cite direct answers.\"},\"technical\":{\"title\":\"Technical Implementation\",\"description\":\"llms.txt, ai.txt, structured data, and other technical specs for AI search readiness.\"},\"strategy\":{\"title\":\"Strategy \u0026 Frameworks\",\"description\":\"Business frameworks for AI search visibility — ROI, measurement, and content planning.\"},\"reference\":{\"title\":\"Reference\",\"description\":\"Glossary, cheatsheets, and canonical definitions for GEO/AEO terminology.\"},\"tools\":{\"title\":\"Tools \u0026 Platforms\",\"description\":\"Evaluations, comparisons, and stack recommendations for AI search optimization tools.\"},\"case-studies\":{\"title\":\"Case Studies\",\"description\":\"Evidence-based examples with real data — before/after results and industry applications.\"},\"ai-agents\":{\"title\":\"AI Agents\",\"description\":\"Machine-readable specs and documentation designed specifically for AI parsers and bots.\"}},\"article\":{\"minRead\":\"{min} min read\",\"words\":\"{count} words\",\"updated\":\"Updated {date}\",\"relatedArticles\":\"Related Articles\",\"onThisPage\":\"On this page\",\"topics\":\"Topics\",\"copy\":\"Copy\",\"copied\":\"Copied!\"},\"tags\":{\"browseByTopic\":\"Browse by Topic\",\"exploreTopics\":\"Explore {count} topics across all GEO, AEO, and AI search optimization articles.\",\"articlesTaggedWith\":\"{count} article tagged with \\\"{tag}\\\"|{count} articles tagged with \\\"{tag}\\\"\"},\"newsletter\":{\"stayUpdated\":\"Stay Updated\",\"title\":\"GEO \u0026 AI Search Insights\",\"description\":\"New articles, framework updates, and industry analysis. No spam, unsubscribe anytime.\",\"placeholder\":\"your@email.com\",\"subscribe\":\"Subscribe\",\"success\":\"You're subscribed! We'll keep you updated.\",\"error\":\"Something went wrong. Please try again.\"},\"footer\":{\"learn\":\"Learn\",\"build\":\"Build\",\"strategy\":\"Strategy\",\"resources\":\"Resources\",\"description\":\"Structured knowledge for AI search visibility. The canonical reference for GEO, AEO, and AI search optimization.\",\"allRightsReserved\":\"All rights reserved.\",\"builtForHumansAndAI\":\"Built for humans and AI agents.\"},\"common\":{\"articles\":\"articles\",\"article\":\"article\",\"page\":\"Page {current} of {total}\",\"noArticles\":\"No published articles in this section yet.\",\"checkBackSoon\":\"Content is being actively developed. Check back soon.\",\"loadingArticles\":\"Loading articles…\",\"prev\":\"← Prev\",\"next\":\"Next →\",\"goHome\":\"Go home\",\"startWithGEO\":\"Start with GEO\"},\"notFound\":{\"label\":\"404 - Page Not Found\",\"title\":\"This page doesn't exist yet.\",\"description\":\"The content you're looking for may be in development. Geodocs.dev is actively building the canonical knowledge base for GEO and AEO.\"},\"error\":{\"title\":\"Something went wrong\",\"description\":\"An unexpected error occurred. Our team has been notified.\",\"tryAgain\":\"Try Again\"},\"contact\":{\"getInTouch\":\"Get In Touch\",\"contactUs\":\"Contact Us\",\"heroDescription\":\"Have a question about GEO, AEO, or AI search optimization? Want to collaborate or contribute? We'd love to hear from you.\",\"name\":\"Name\",\"email\":\"Email\",\"subject\":\"Subject\",\"subjectPlaceholder\":\"What is this about?\",\"namePlaceholder\":\"Your name\",\"message\":\"Message\",\"messagePlaceholder\":\"Tell us more...\",\"sendMessage\":\"Send Message\",\"sending\":\"Sending...\",\"messageSent\":\"Message sent!\",\"thankYou\":\"Thank you for reaching out. We'll get back to you within 1-2 business days.\",\"sendAnother\":\"Send another message\",\"emailDirectly\":\"Or email us directly at\",\"validationName\":\"Please enter your name.\",\"validationEmail\":\"Please enter a valid email address.\",\"validationMessage\":\"Please enter a message (at least 10 characters).\",\"networkError\":\"Network error. Please try again.\",\"genericError\":\"Something went wrong. Please try again.\"},\"languagePicker\":{\"label\":\"Language\"}}}],\"$L18\",\"$L19\"]\n"])</script><script>self.__next_f.push([1,"1a:I[22016,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0-_gct68-k02d.js\",\"/_next/static/chunks/01avtxt88~n76.js\"],\"\"]\n1b:I[5500,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0-_gct68-k02d.js\"],\"Image\"]\n18:[\"$\",\"main\",null,{\"style\":{\"minHeight\":\"60vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"textAlign\":\"center\",\"padding\":\"80px 24px\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":3,\"color\":\"var(--color-cool-gray)\",\"marginBottom\":16},\"children\":\"404 - Page Not Found\"}],[\"$\",\"h1\",null,{\"style\":{\"fontFamily\":\"var(--font-display)\",\"fontSize\":\"clamp(2rem, 4vw, 3rem)\",\"fontWeight\":400,\"color\":\"var(--color-forest-black)\",\"marginBottom\":16},\"children\":\"This page doesn't exist yet.\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":16,\"color\":\"var(--color-cool-gray)\",\"lineHeight\":1.7,\"maxWidth\":480,\"margin\":\"0 auto 32px\"},\"children\":\"The content you're looking for may be in development. Geodocs.dev is actively building the canonical knowledge base for GEO and AEO.\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"flex\",\"justifyContent\":\"center\",\"gap\":12},\"children\":[[\"$\",\"$L1a\",null,{\"href\":\"/\",\"className\":\"btn btn-primary\",\"children\":\"Go home\"}],[\"$\",\"$L1a\",null,{\"href\":\"/geo/what-is-geo\",\"className\":\"btn btn-outline\",\"children\":\"Start with GEO\"}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"19:[\"$\",\"footer\",null,{\"style\":{\"background\":\"var(--color-forest-black)\",\"borderTop\":\"1px solid var(--color-teal-gray)\",\"padding\":\"64px 24px 32px\"},\"children\":[[\"$\",\"div\",null,{\"style\":{\"maxWidth\":1200,\"margin\":\"0 auto\"},\"children\":[[\"$\",\"div\",null,{\"style\":{\"display\":\"grid\",\"gridTemplateColumns\":\"repeat(auto-fit, minmax(180px, 1fr))\",\"gap\":48,\"marginBottom\":48},\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"style\":{\"marginBottom\":16},\"children\":[\"$\",\"$L1b\",null,{\"src\":\"/geodocs-logo-dark.svg\",\"alt\":\"Geodocs.dev\",\"width\":140,\"height\":32,\"style\":{\"height\":24,\"width\":\"auto\"}}]}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":13,\"color\":\"var(--color-cool-gray)\",\"lineHeight\":1.6,\"maxWidth\":220},\"children\":\"Structured knowledge for AI search visibility. The canonical reference for GEO, AEO, and AI search optimization.\"}]]}],[[\"$\",\"div\",\"Learn\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Learn\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"/geo/what-is-geo\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/geo/what-is-geo\",\"className\":\"footer-link\",\"children\":\"What Is GEO?\"}]}],[\"$\",\"li\",\"/aeo/what-is-aeo\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/aeo/what-is-aeo\",\"className\":\"footer-link\",\"children\":\"What Is AEO?\"}]}],[\"$\",\"li\",\"/geo/geo-vs-seo\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/geo/geo-vs-seo\",\"className\":\"footer-link\",\"children\":\"GEO vs SEO\"}]}],[\"$\",\"li\",\"/reference/geo-aeo-glossary\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/reference/geo-aeo-glossary\",\"className\":\"footer-link\",\"children\":\"GEO Glossary\"}]}]]}]]}],[\"$\",\"div\",\"Build\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Build\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"/technical/llms-txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/technical/llms-txt\",\"className\":\"footer-link\",\"children\":\"llms.txt Reference\"}]}],[\"$\",\"li\",\"/technical/how-to-create-llms-txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/technical/how-to-create-llms-txt\",\"className\":\"footer-link\",\"children\":\"Create llms.txt\"}]}],[\"$\",\"li\",\"/technical/structured-data-for-ai-search\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/technical/structured-data-for-ai-search\",\"className\":\"footer-link\",\"children\":\"Structured Data\"}]}],[\"$\",\"li\",\"/technical/ai-txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/technical/ai-txt\",\"className\":\"footer-link\",\"children\":\"ai.txt Reference\"}]}]]}]]}],[\"$\",\"div\",\"Strategy\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Strategy\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"/strategy/ai-visibility-measurement\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/strategy/ai-visibility-measurement\",\"className\":\"footer-link\",\"children\":\"AI Visibility\"}]}],[\"$\",\"li\",\"/strategy/geo-content-strategy\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/strategy/geo-content-strategy\",\"className\":\"footer-link\",\"children\":\"Content Strategy\"}]}],[\"$\",\"li\",\"/strategy/geo-roi-framework\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/strategy/geo-roi-framework\",\"className\":\"footer-link\",\"children\":\"GEO ROI\"}]}],[\"$\",\"li\",\"/aeo/aeo-content-checklist\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/aeo/aeo-content-checklist\",\"className\":\"footer-link\",\"children\":\"AEO Checklist\"}]}]]}]]}],[\"$\",\"div\",\"Resources\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Resources\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"https://github.com/Geodocs-dev\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"https://github.com/Geodocs-dev\",\"className\":\"footer-link\",\"children\":\"GitHub\"}]}],[\"$\",\"li\",\"/contact\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/contact\",\"className\":\"footer-link\",\"children\":\"Contact\"}]}],[\"$\",\"li\",\"/tags\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/tags\",\"className\":\"footer-link\",\"children\":\"Tags\"}]}],[\"$\",\"li\",\"/sitemap.xml\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/sitemap.xml\",\"className\":\"footer-link\",\"children\":\"Sitemap\"}]}],\"$L1c\",\"$L1d\"]}]]}]]]}],\"$L1e\"]}],\"$L1f\"]}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"document.documentElement.lang=\\\"vi\\\";\"}}],[\"$\",\"$L17\",null,{\"lang\":\"vi\",\"dict\":{\"nav\":{\"startHere\":\"Bắt đầu\",\"geo\":\"GEO\",\"aeo\":\"AEO\",\"technical\":\"Kỹ thuật\",\"strategy\":\"Chiến lược\",\"reference\":\"Tham khảo\",\"tools\":\"Công cụ\",\"search\":\"Tìm kiếm tài liệu...\",\"askGeolifyAI\":\"Hỏi GeolifyAI\",\"beta\":\"Beta\"},\"home\":{\"tagline\":\"Hệ thống kiến thức chuẩn\",\"headline\":\"Kiến thức có cấu trúc cho\",\"headlineHighlight\":\"khả năng hiển thị trên AI Search\",\"subtitle\":\"GEO, AEO và tối ưu hóa tìm kiếm AI — được định nghĩa, cấu trúc hóa và vận hành. Dành cho chuyên gia SEO, lập trình viên, đội ngũ nội dung và AI agents.\",\"ctaPrimary\":\"Bắt đầu với GEO\",\"ctaSecondary\":\"Đọc thông số llms.txt\",\"trustSignals\":{\"answerFirst\":\"Nội dung trả lời trực tiếp\",\"aiCitable\":\"Định nghĩa trích dẫn được bởi AI\",\"machineReadable\":\"Thông số đọc được bởi máy\",\"openFree\":\"Mở \u0026 miễn phí\"},\"essentialReading\":\"Đọc thiết yếu\",\"geoPlaybooks\":\"Cẩm nang GEO\",\"playbooksSubtitle\":\"Định nghĩa chuẩn, so sánh và hướng dẫn triển khai. Bắt đầu tại đây để xây dựng nền tảng GEO.\",\"readArticle\":\"Đọc bài viết\",\"operatorsToolkit\":\"Bộ công cụ vận hành\",\"technicalStandards\":\"Tiêu chuẩn kỹ thuật cho AI Search\",\"technicalSubtitle\":\"Thông số triển khai, chuẩn tệp và khung đo lường. Mọi thứ bạn cần để nội dung sẵn sàng cho AI.\",\"knowledgeMap\":\"Bản đồ kiến thức\",\"browseBySection\":\"Duyệt theo chủ đề\",\"browseSubtitle\":\"Mỗi khái niệm có một trang chuẩn. Khám phá đồ thị kiến thức được tổ chức theo lĩnh vực.\",\"aiNativeDoc\":\"Tài liệu AI-Native\",\"builtForHumans\":\"Xây dựng cho con người.\",\"readableByAI\":\"Đọc được bởi AI.\",\"aiNativeSubtitle\":\"Mỗi trang trên geodocs.dev bao gồm khối tóm tắt AI, frontmatter có cấu trúc và thông số đọc được bởi máy. Nội dung của chúng tôi được thiết kế để được trích dẫn bởi các hệ thống AI trên toàn thế giới.\",\"aiContentSpec\":\"Thông số nội dung AI\",\"viewLlmsTxt\":\"Xem llms.txt\"},\"sections\":{\"geo\":{\"title\":\"GEO - Tối ưu hóa công cụ tạo sinh\",\"description\":\"Hướng dẫn, định nghĩa và khung làm việc để tối ưu khả năng hiển thị nội dung trong câu trả lời do AI tạo ra.\"},\"aeo\":{\"title\":\"AEO - Tối ưu hóa công cụ trả lời\",\"description\":\"Cách cấu trúc nội dung để hệ thống AI có thể trích xuất và trích dẫn câu trả lời trực tiếp.\"},\"technical\":{\"title\":\"Triển khai kỹ thuật\",\"description\":\"llms.txt, ai.txt, dữ liệu có cấu trúc và các thông số kỹ thuật khác cho sự sẵn sàng tìm kiếm AI.\"},\"strategy\":{\"title\":\"Chiến lược \u0026 Khung làm việc\",\"description\":\"Khung kinh doanh cho khả năng hiển thị tìm kiếm AI — ROI, đo lường và lập kế hoạch nội dung.\"},\"reference\":{\"title\":\"Tham khảo\",\"description\":\"Bảng thuật ngữ, cheatsheet và định nghĩa chuẩn cho thuật ngữ GEO/AEO.\"},\"tools\":{\"title\":\"Công cụ \u0026 Nền tảng\",\"description\":\"Đánh giá, so sánh và khuyến nghị bộ công cụ tối ưu hóa tìm kiếm AI.\"},\"case-studies\":{\"title\":\"Nghiên cứu điển hình\",\"description\":\"Ví dụ dựa trên bằng chứng với dữ liệu thực — kết quả trước/sau và ứng dụng ngành.\"},\"ai-agents\":{\"title\":\"AI Agents\",\"description\":\"Thông số và tài liệu đọc được bởi máy, thiết kế riêng cho trình phân tích cú pháp và bot AI.\"}},\"article\":{\"minRead\":\"{min} phút đọc\",\"words\":\"{count} từ\",\"updated\":\"Cập nhật {date}\",\"relatedArticles\":\"Bài viết liên quan\",\"onThisPage\":\"Trên trang này\",\"topics\":\"Chủ đề\",\"copy\":\"Sao chép\",\"copied\":\"Đã sao chép!\"},\"tags\":{\"browseByTopic\":\"Duyệt theo chủ đề\",\"exploreTopics\":\"Khám phá {count} chủ đề trên tất cả bài viết về GEO, AEO và tối ưu hóa tìm kiếm AI.\",\"articlesTaggedWith\":\"{count} bài viết được gắn thẻ \\\"{tag}\\\"\"},\"newsletter\":{\"stayUpdated\":\"Cập nhật tin tức\",\"title\":\"Thông tin GEO \u0026 AI Search\",\"description\":\"Bài viết mới, cập nhật khung làm việc và phân tích ngành. Không spam, hủy đăng ký bất cứ lúc nào.\",\"placeholder\":\"email@cuaban.com\",\"subscribe\":\"Đăng ký\",\"success\":\"Bạn đã đăng ký! Chúng tôi sẽ cập nhật cho bạn.\",\"error\":\"Đã có lỗi xảy ra. Vui lòng thử lại.\"},\"footer\":{\"learn\":\"Học\",\"build\":\"Xây dựng\",\"strategy\":\"Chiến lược\",\"resources\":\"Tài nguyên\",\"description\":\"Kiến thức có cấu trúc cho khả năng hiển thị tìm kiếm AI. Tài liệu tham khảo chuẩn cho GEO, AEO và tối ưu hóa tìm kiếm AI.\",\"allRightsReserved\":\"Bảo lưu mọi quyền.\",\"builtForHumansAndAI\":\"Xây dựng cho con người và AI agents.\"},\"common\":{\"articles\":\"bài viết\",\"article\":\"bài viết\",\"page\":\"Trang {current}/{total}\",\"noArticles\":\"Chưa có bài viết nào được xuất bản trong mục này.\",\"checkBackSoon\":\"Nội dung đang được phát triển. Hãy quay lại sớm.\",\"loadingArticles\":\"Đang tải bài viết…\",\"prev\":\"← Trước\",\"next\":\"Tiếp →\",\"goHome\":\"Về trang chủ\",\"startWithGEO\":\"Bắt đầu với GEO\"},\"notFound\":{\"label\":\"404 - Không tìm thấy trang\",\"title\":\"Trang này chưa tồn tại.\",\"description\":\"Nội dung bạn đang tìm có thể đang được phát triển. Geodocs.dev đang tích cực xây dựng kho kiến thức chuẩn cho GEO và AEO.\"},\"error\":{\"title\":\"Đã xảy ra lỗi\",\"description\":\"Đã xảy ra lỗi không mong muốn. Đội ngũ của chúng tôi đã được thông báo.\",\"tryAgain\":\"Thử lại\"},\"contact\":{\"getInTouch\":\"Liên hệ\",\"contactUs\":\"Liên hệ với chúng tôi\",\"heroDescription\":\"Bạn có câu hỏi về GEO, AEO hoặc tối ưu hóa tìm kiếm AI? Muốn hợp tác hoặc đóng góp? Chúng tôi rất muốn nghe từ bạn.\",\"name\":\"Họ tên\",\"email\":\"Email\",\"subject\":\"Chủ đề\",\"subjectPlaceholder\":\"Nội dung liên hệ?\",\"namePlaceholder\":\"Tên của bạn\",\"message\":\"Tin nhắn\",\"messagePlaceholder\":\"Chia sẻ thêm...\",\"sendMessage\":\"Gửi tin nhắn\",\"sending\":\"Đang gửi...\",\"messageSent\":\"Đã gửi tin nhắn!\",\"thankYou\":\"Cảm ơn bạn đã liên hệ. Chúng tôi sẽ phản hồi trong 1-2 ngày làm việc.\",\"sendAnother\":\"Gửi tin nhắn khác\",\"emailDirectly\":\"Hoặc gửi email trực tiếp tới\",\"validationName\":\"Vui lòng nhập họ tên.\",\"validationEmail\":\"Vui lòng nhập địa chỉ email hợp lệ.\",\"validationMessage\":\"Vui lòng nhập tin nhắn (ít nhất 10 ký tự).\",\"networkError\":\"Lỗi mạng. Vui lòng thử lại.\",\"genericError\":\"Đã có lỗi xảy ra. Vui lòng thử lại.\"},\"languagePicker\":{\"label\":\"Ngôn ngữ\"}}}],\"$L20\",\"$L21\"]\n"])</script><script>self.__next_f.push([1,"28:I[43937,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0-_gct68-k02d.js\",\"/_next/static/chunks/01avtxt88~n76.js\"],\"ArticleTracker\"]\n1c:[\"$\",\"li\",\"/llms.txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/llms.txt\",\"className\":\"footer-link\",\"children\":\"llms.txt\"}]}]\n1d:[\"$\",\"li\",\"/ai.txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/ai.txt\",\"className\":\"footer-link\",\"children\":\"ai.txt\"}]}]\n1e:[\"$\",\"div\",null,{\"style\":{\"borderTop\":\"1px solid var(--color-teal-gray)\",\"paddingTop\":24,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"gap\":16},\"children\":[[\"$\",\"p\",null,{\"style\":{\"fontSize\":12,\"color\":\"var(--color-cool-gray)\"},\"children\":[\"© \",2026,\" Geodocs.dev. \",\"All rights reserved.\"]}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":12,\"color\":\"var(--color-cool-gray)\"},\"children\":[[\"$\",\"a\",null,{\"href\":\"mailto:contact@geodocs.dev\",\"className\":\"footer-link\",\"children\":\"contact@geodocs.dev\"}],\" · \",\"Built for humans and AI agents.\"]}]]}]\n1f:[\"$\",\"style\",null,{\"children\":\"\\n .footer-link {\\n font-size: 13px;\\n color: var(--color-silver-teal);\\n text-decoration: none;\\n transition: color 0.2s ease;\\n }\\n .footer-link:hover {\\n color: var(--color-white);\\n }\\n \"}]\n20:[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"21:[\"$\",\"footer\",null,{\"style\":{\"background\":\"var(--color-forest-black)\",\"borderTop\":\"1px solid var(--color-teal-gray)\",\"padding\":\"64px 24px 32px\"},\"children\":[[\"$\",\"div\",null,{\"style\":{\"maxWidth\":1200,\"margin\":\"0 auto\"},\"children\":[[\"$\",\"div\",null,{\"style\":{\"display\":\"grid\",\"gridTemplateColumns\":\"repeat(auto-fit, minmax(180px, 1fr))\",\"gap\":48,\"marginBottom\":48},\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"style\":{\"marginBottom\":16},\"children\":[\"$\",\"$L1b\",null,{\"src\":\"/geodocs-logo-dark.svg\",\"alt\":\"Geodocs.dev\",\"width\":140,\"height\":32,\"style\":{\"height\":24,\"width\":\"auto\"}}]}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":13,\"color\":\"var(--color-cool-gray)\",\"lineHeight\":1.6,\"maxWidth\":220},\"children\":\"Kiến thức có cấu trúc cho khả năng hiển thị tìm kiếm AI. Tài liệu tham khảo chuẩn cho GEO, AEO và tối ưu hóa tìm kiếm AI.\"}]]}],[[\"$\",\"div\",\"Học\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Học\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"/vi/geo/what-is-geo\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/geo/what-is-geo\",\"className\":\"footer-link\",\"children\":\"What Is GEO?\"}]}],[\"$\",\"li\",\"/vi/aeo/what-is-aeo\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/aeo/what-is-aeo\",\"className\":\"footer-link\",\"children\":\"What Is AEO?\"}]}],[\"$\",\"li\",\"/vi/geo/geo-vs-seo\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/geo/geo-vs-seo\",\"className\":\"footer-link\",\"children\":\"GEO vs SEO\"}]}],[\"$\",\"li\",\"/vi/reference/geo-aeo-glossary\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/reference/geo-aeo-glossary\",\"className\":\"footer-link\",\"children\":\"GEO Glossary\"}]}]]}]]}],[\"$\",\"div\",\"Xây dựng\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Xây dựng\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"/vi/technical/llms-txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/technical/llms-txt\",\"className\":\"footer-link\",\"children\":\"llms.txt Reference\"}]}],[\"$\",\"li\",\"/vi/technical/how-to-create-llms-txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/technical/how-to-create-llms-txt\",\"className\":\"footer-link\",\"children\":\"Create llms.txt\"}]}],[\"$\",\"li\",\"/vi/technical/structured-data-for-ai-search\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/technical/structured-data-for-ai-search\",\"className\":\"footer-link\",\"children\":\"Structured Data\"}]}],[\"$\",\"li\",\"/vi/technical/ai-txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/technical/ai-txt\",\"className\":\"footer-link\",\"children\":\"ai.txt Reference\"}]}]]}]]}],[\"$\",\"div\",\"Chiến lược\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Chiến lược\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"/vi/strategy/ai-visibility-measurement\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/strategy/ai-visibility-measurement\",\"className\":\"footer-link\",\"children\":\"AI Visibility\"}]}],[\"$\",\"li\",\"/vi/strategy/geo-content-strategy\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/strategy/geo-content-strategy\",\"className\":\"footer-link\",\"children\":\"Content Strategy\"}]}],[\"$\",\"li\",\"/vi/strategy/geo-roi-framework\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/strategy/geo-roi-framework\",\"className\":\"footer-link\",\"children\":\"GEO ROI\"}]}],[\"$\",\"li\",\"/vi/aeo/aeo-content-checklist\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/aeo/aeo-content-checklist\",\"className\":\"footer-link\",\"children\":\"AEO Checklist\"}]}]]}]]}],[\"$\",\"div\",\"Tài nguyên\",{\"children\":[[\"$\",\"h4\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":11,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-mongodb-green)\",\"marginBottom\":16},\"children\":\"Tài nguyên\"}],[\"$\",\"ul\",null,{\"style\":{\"listStyle\":\"none\",\"display\":\"flex\",\"flexDirection\":\"column\",\"gap\":10},\"children\":[[\"$\",\"li\",\"https://github.com/Geodocs-dev\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"https://github.com/Geodocs-dev\",\"className\":\"footer-link\",\"children\":\"GitHub\"}]}],[\"$\",\"li\",\"/vi/contact\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/vi/contact\",\"className\":\"footer-link\",\"children\":\"Contact\"}]}],[\"$\",\"li\",\"/vi/tags\",{\"children\":\"$L22\"}],\"$L23\",\"$L24\",\"$L25\"]}]]}]]]}],\"$L26\"]}],\"$L27\"]}]\n"])</script><script>self.__next_f.push([1,"29:T476,{\"@context\":\"https://schema.org\",\"@type\":\"TechArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\"},\"headline\":\"AEO Anchor Text Phrasing Reference\",\"description\":\"Reference for AEO anchor text phrasing: how AI engines verbalize citations with 'according to', brand-stem patterns, and reporting-verb selection.\",\"image\":\"https://geodocs.dev/geodocs-logo-dark.png\",\"url\":\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\",\"author\":{\"@type\":\"Person\",\"name\":\"Geodocs Research Team\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Geodocs.dev\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://geodocs.dev/geodocs-logo-dark.png\"}},\"datePublished\":\"2026-05-03\",\"dateModified\":\"2026-05-03\",\"keywords\":\"AEO anchor phrasing, AI citation phrasing, according to anchor text, AI attribution language, brand-stem citations\",\"about\":[{\"@type\":\"Thing\",\"name\":\"AEO\"},{\"@type\":\"Thing\",\"name\":\"anchor text\"},{\"@type\":\"Thing\",\"name\":\"ChatGPT\"},{\"@type\":\"Thing\",\"name\":\"Perplexity\"},{\"@type\":\"Thing\",\"name\":\"Google AI Overviews\"},{\"@type\":\"Thing\",\"name\":\"Gemini\"},{\"@type\":\"Thing\",\"name\":\"Claude\"}]}2a:T5dc,"])</script><script>self.__next_f.push([1,"{\"@context\":\"https://schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Do AI engines copy anchor phrasing from the source page?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, partially. Engines tend to reuse reporting verbs and brand labels found on the source page, but they normalize attribution stems toward each engine's own preferred templates. Writing in declarative subject-verb form (\\\"Stripe recommends…\\\") increases the odds of clean reuse.\"}},{\"@type\":\"Question\",\"name\":\"Does anchor phrasing affect citation rate?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Indirectly. Phrasing does not change retrieval, but cleaner brand stems and named subjects make passages easier to attribute, which reduces the chance an engine drops the citation in favor of an unattributed paraphrase.\"}},{\"@type\":\"Question\",\"name\":\"Should I write \\\"According to [Brand]\\\" in my own content?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No — that creates self-referential prose. Instead, write sentences where the brand is the grammatical subject (\\\"Acme defines X as Y\\\"). Engines convert that into \\\"According to Acme, X is Y\\\" naturally.\"}},{\"@type\":\"Question\",\"name\":\"Why does Perplexity use numbered citations instead of brand stems?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Perplexity's UI renders numeric chips ([1], [2]) and pairs them with short prefatory phrases (\\\"Per [1]\\\"). The brand label still appears, but in the source-list panel rather than the inline anchor.\"}}]}"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"main\",null,{\"style\":{\"minHeight\":\"70vh\"},\"children\":[[\"$\",\"$L28\",null,{\"meta\":{\"slug\":\"aeo-anchor-text-phrasing-reference\",\"section\":\"aeo\",\"content_type\":\"reference\",\"difficulty\":\"intermediate\",\"primary_audience\":\"seo-specialist\",\"secondary_audiences\":[\"content-strategist\",\"marketer\"],\"word_count\":1200,\"reading_time_min\":6,\"has_code_snippet\":false,\"has_table\":true,\"citation_readiness\":\"reviewed\",\"series\":null,\"series_order\":null}}],[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$29\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://geodocs.dev\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"AEO\\\",\\\"item\\\":\\\"https://geodocs.dev/aeo\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"AEO Anchor Text Phrasing Reference\\\",\\\"item\\\":\\\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\\\"}]}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$2a\"}}],\"$L2b\",\"$L2c\"]]}],\"$L2d\"]\n"])</script><script>self.__next_f.push([1,"2e:I[23150,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0-_gct68-k02d.js\",\"/_next/static/chunks/01avtxt88~n76.js\"],\"ShareButtons\"]\n2f:I[47654,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0-_gct68-k02d.js\",\"/_next/static/chunks/01avtxt88~n76.js\"],\"ExploreWithAI\"]\n34:I[11181,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\",\"/_next/static/chunks/0-_gct68-k02d.js\",\"/_next/static/chunks/01avtxt88~n76.js\"],\"Newsletter\"]\n22:[\"$\",\"$L1a\",null,{\"href\":\"/vi/tags\",\"className\":\"footer-link\",\"children\":\"Tags\"}]\n23:[\"$\",\"li\",\"/sitemap.xml\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/sitemap.xml\",\"className\":\"footer-link\",\"children\":\"Sitemap\"}]}]\n24:[\"$\",\"li\",\"/llms.txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/llms.txt\",\"className\":\"footer-link\",\"children\":\"llms.txt\"}]}]\n25:[\"$\",\"li\",\"/ai.txt\",{\"children\":[\"$\",\"$L1a\",null,{\"href\":\"/ai.txt\",\"className\":\"footer-link\",\"children\":\"ai.txt\"}]}]\n26:[\"$\",\"div\",null,{\"style\":{\"borderTop\":\"1px solid var(--color-teal-gray)\",\"paddingTop\":24,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"gap\":16},\"children\":[[\"$\",\"p\",null,{\"style\":{\"fontSize\":12,\"color\":\"var(--color-cool-gray)\"},\"children\":[\"© \",2026,\" Geodocs.dev. \",\"Bảo lưu mọi quyền.\"]}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":12,\"color\":\"var(--color-cool-gray)\"},\"children\":[[\"$\",\"a\",null,{\"href\":\"mailto:contact@geodocs.dev\",\"className\":\"footer-link\",\"children\":\"contact@geodocs.dev\"}],\" · \",\"Xây dựng cho con người và AI agents.\"]}]]}]\n27:[\"$\",\"style\",null,{\"children\":\"\\n .footer-link {\\n font-size: 13px;\\n color: var(--color-silver-teal);\\n text-decoration: none;\\n transition: color 0.2s ease;\\n }\\n .footer-link:hover {\\n color: var(--color-white);\\n }\\n \"}]\n30:T22c1,"])</script><script>self.__next_f.push([1,"\u003cdiv class=\"ai-summary\"\u003e\u003cp\u003eAEO anchor text phrasing is the set of verbal patterns AI engines reuse when surfacing citations — most often \"according to [Brand]\", brand-stem mentions, and reporting verbs like \"states\", \"explains\", or \"recommends\" that signal grounded attribution to the reader.\u003c/p\u003e\u003c/div\u003e\n\u003ch2 id=\"tl-dr\"\u003eTL;DR\u003c/h2\u003e\n\u003cp\u003eAI engines verbalize citations using a small repertoire of attribution stems (\"According to X\", \"X states that\", \"per X\") plus brand-stem mentions inline. The phrasing engines choose tracks the verbs and source labels you write on-page, so authors who use clear reporting verbs and consistent brand stems get cleaner anchor reuse.\u003c/p\u003e\n\u003ch2 id=\"definition\"\u003eDefinition\u003c/h2\u003e\n\u003cp\u003eAEO anchor text phrasing is the surface-level language pattern an answer engine uses to introduce, attribute, or reference a cited source within a generated response. Unlike traditional SEO anchor text (the clickable text inside an \u003ca\u003e element on a web page), AEO anchor phrasing lives in the answer text itself — the natural-language wrapping that surrounds a citation chip, footnote, or inline link rendered by ChatGPT, Perplexity, Google AI Overviews, Gemini, or Claude.\u003c/p\u003e\n\u003cp\u003eAEO anchor phrasing has three layers: the attribution stem (\"According to…\", \"Per…\", \"As reported by…\"), the brand or source label (\"Mayo Clinic\", \"the IRS\", \"Stripe's docs\"), and the reporting verb or relational phrase that connects the source to the claim (\"states\", \"recommends\", \"defines… as\").\u003c/p\u003e\n\u003ch2 id=\"why-it-matters\"\u003eWhy it matters\u003c/h2\u003e\n\u003cp\u003eAnchor phrasing controls whether a citation reads as a grounded answer or a passing mention. When an engine writes \"According to Stripe, idempotency keys must be unique per request\", the citation is bound tightly to a specific claim and rendered as authoritative. When the same passage appears as \"Some sources suggest idempotency keys should be unique\", the source is hedged and citation chips often render as low-confidence footnotes.\u003c/p\u003e\n\u003cp\u003eFor AEO, this matters in two ways:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003eCitation visibility — strong attribution stems push the brand name into the user-visible answer, not just the footnote tray.\u003c/li\u003e\n\u003cli\u003eReuse stability — engines tend to copy the reporting language present on the source page. Pages that name themselves (\"Stripe recommends…\") get cited with that phrasing; pages that hedge (\"it is recommended\") get cited generically.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"how-it-works\"\u003eHow it works\u003c/h2\u003e\n\u003cp\u003eLLM-powered answer engines generate text token-by-token while conditioned on a retrieved context window. The model has to produce some attribution wrapping when a retrieved passage is used, and it draws on three signals:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eSource-label availability: a clear brand stem on the page (\u003ctitle\u003e, schema:Organization.name, og:site_name, repeated brand mention in body text) gives the model a confident label to insert.\u003c/li\u003e\n\u003cli\u003eReporting-verb cues: the verb the source uses (\"states\", \"defines\", \"recommends\", \"warns\") is a strong prior. The model is more likely to reuse a source's own framing verb than invent one.\u003c/li\u003e\n\u003cli\u003eAttribution-stem priors: every engine has training-data preferences. ChatGPT and Claude lean on \"According to [Source]\". Perplexity often inlines source numbers (\"[1]\") with shorter stems (\"Per [1]\"). Google AI Overviews favors short brand-stem mentions before noun phrases (\"Mayo Clinic notes that…\"). Gemini frequently uses \"As [Brand] explains\".\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"pattern-catalog\"\u003ePattern catalog\u003c/h3\u003e\n\u003cdiv class=\"table-responsive\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003ePattern\u003c/th\u003e\u003cth\u003eExample\u003c/th\u003e\u003cth\u003eTypical engine bias\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003eAccording-to stem\u003c/td\u003e\u003ctd\u003e\"According to Stripe, …\"\u003c/td\u003e\u003ctd\u003eChatGPT, Claude, Gemini\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003ePer-stem\u003c/td\u003e\u003ctd\u003e\"Per the IRS, …\"\u003c/td\u003e\u003ctd\u003ePerplexity, ChatGPT\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003eReporting-verb stem\u003c/td\u003e\u003ctd\u003e\"Mayo Clinic recommends …\"\u003c/td\u003e\u003ctd\u003eGoogle AI Overviews, Gemini\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003eAs-explained stem\u003c/td\u003e\u003ctd\u003e\"As Cloudflare explains, …\"\u003c/td\u003e\u003ctd\u003eGemini, Claude\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003eSource-numbered stem\u003c/td\u003e\u003ctd\u003e\"… is the recommended approach [1].\"\u003c/td\u003e\u003ctd\u003ePerplexity\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003eBare brand stem\u003c/td\u003e\u003ctd\u003e\"Stripe's docs note that …\"\u003c/td\u003e\u003ctd\u003eChatGPT, Claude\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003ePossessive stem\u003c/td\u003e\u003ctd\u003e\"OpenAI's guidance: …\"\u003c/td\u003e\u003ctd\u003eChatGPT, Gemini\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n\u003ch3 id=\"reporting-verb-selection\"\u003eReporting verb selection\u003c/h3\u003e\n\u003cp\u003eReporting verbs encode a stance. Authors who pick precise verbs see those verbs reused in citations. Common verb classes engines prefer:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDefinitional: defines, describes, clarifies\u003c/li\u003e\n\u003cli\u003ePrescriptive: recommends, advises, requires\u003c/li\u003e\n\u003cli\u003eEmpirical: reports, finds, observes\u003c/li\u003e\n\u003cli\u003eComparative: contrasts, distinguishes, compares\u003c/li\u003e\n\u003cli\u003eCautionary: warns, cautions, notes that\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eVague verbs (\"discusses\", \"talks about\", \"covers\") tend to be replaced by the engine with stronger verbs or dropped from the anchor entirely.\u003c/p\u003e\n\u003ch2 id=\"brand-stem-patterns\"\u003eBrand-stem patterns\u003c/h2\u003e\n\u003cp\u003eA brand stem is the canonical short-form name an engine uses when referring back to a source. Stable brand stems require:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eA single dominant brand surface (avoid \"Acme Inc.\" vs \"Acme\" vs \"Acme Corporation\" mixed within one page).\u003c/li\u003e\n\u003cli\u003eSchema.org Organization markup with a name matching the on-page brand stem.\u003c/li\u003e\n\u003cli\u003eAn \u003ctitle\u003e element that begins or ends with the brand stem (e.g., \"… | Stripe Docs\").\u003c/li\u003e\n\u003cli\u003eRepeated subject-position use of the brand in body copy (\"Stripe processes…\", not \"the platform processes…\").\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhen these align, engines pick up the brand stem reliably and reuse it across citations of multiple pages on the same domain.\u003c/p\u003e\n\u003ch2 id=\"vs-related-concepts\"\u003evs related concepts\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAnchor text (classic SEO) is HTML link text on the source page. AEO anchor phrasing is generated text in the answer.\u003c/li\u003e\n\u003cli\u003eCitation chips / footnotes are the rendered UI element. Anchor phrasing is the surrounding natural language.\u003c/li\u003e\n\u003cli\u003eAnswer grounding is the underlying mechanism (retrieval + binding). Anchor phrasing is its surface manifestation.\u003c/li\u003e\n\u003cli\u003eBrand mentions can occur without citation; anchor phrasing always wraps a citation event.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 id=\"common-misconceptions\"\u003eCommon misconceptions\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\"Anchor phrasing is just the link text.\" No — in AEO, it includes the entire attribution wrapping and reporting verb.\u003c/li\u003e\n\u003cli\u003e\"Engines paraphrase, so anchor language doesn't matter.\" In practice, attribution stems and reporting verbs are reused at high rates because they reduce hallucination risk.\u003c/li\u003e\n\u003cli\u003e\"You need to write 'According to' yourself on-page.\" Not on-page — but you should write declarative, named-subject sentences (\"Stripe requires…\") so engines can lift them cleanly.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 id=\"how-to-apply\"\u003eHow to apply\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAudit the first paragraph of each canonical page: does it use the brand stem in subject position?\u003c/li\u003e\n\u003cli\u003eReplace vague reporting verbs (\"covers\", \"discusses\") with precise verbs (\"defines\", \"recommends\", \"requires\").\u003c/li\u003e\n\u003cli\u003eConfirm schema:Organization.name, og:site_name, and the \u003ctitle\u003e brand suffix all match one canonical brand stem.\u003c/li\u003e\n\u003cli\u003eAdd a single AI summary blockquote near the top so engines have an extractable, attribution-ready sentence.\u003c/li\u003e\n\u003cli\u003eTrack citation samples weekly; log which stems and verbs each engine reuses for your domain.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"faq\"\u003eFAQ\u003c/h2\u003e\n\u003ch3 id=\"q-do-ai-engines-copy-anchor-phrasing-from-the-source-page\"\u003eQ: Do AI engines copy anchor phrasing from the source page?\u003c/h3\u003e\n\u003cp\u003eYes, partially. Engines tend to reuse reporting verbs and brand labels found on the source page, but they normalize attribution stems toward each engine's own preferred templates. Writing in declarative subject-verb form (\"Stripe recommends…\") increases the odds of clean reuse.\u003c/p\u003e\n\u003ch3 id=\"q-does-anchor-phrasing-affect-citation-rate\"\u003eQ: Does anchor phrasing affect citation rate?\u003c/h3\u003e\n\u003cp\u003eIndirectly. Phrasing does not change retrieval, but cleaner brand stems and named subjects make passages easier to attribute, which reduces the chance an engine drops the citation in favor of an unattributed paraphrase.\u003c/p\u003e\n\u003ch3 id=\"q-should-i-write-according-to-brand-in-my-own-content\"\u003eQ: Should I write \"According to [Brand]\" in my own content?\u003c/h3\u003e\n\u003cp\u003eNo — that creates self-referential prose. Instead, write sentences where the brand is the grammatical subject (\"Acme defines X as Y\"). Engines convert that into \"According to Acme, X is Y\" naturally.\u003c/p\u003e\n\u003ch3 id=\"q-why-does-perplexity-use-numbered-citations-instead-of-brand-stems\"\u003eQ: Why does Perplexity use numbered citations instead of brand stems?\u003c/h3\u003e\n\u003cp\u003ePerplexity's UI renders numeric chips ([1], [2]) and pairs them with short prefatory phrases (\"Per [1]\"). The brand label still appears, but in the source-list panel rather than the inline anchor.\u003c/p\u003e"])</script><script>self.__next_f.push([1,"2b:[\"$\",\"div\",null,{\"style\":{\"display\":\"grid\",\"gridTemplateColumns\":\"1fr min(var(--content-max-width), 100%) 1fr\",\"gap\":0,\"maxWidth\":1200,\"margin\":\"0 auto\",\"padding\":\"48px 24px 80px\"},\"children\":[[\"$\",\"div\",null,{}],[\"$\",\"article\",null,{\"children\":[[\"$\",\"h1\",null,{\"style\":{\"fontFamily\":\"var(--font-display)\",\"fontSize\":\"clamp(1.75rem, 4vw, 2.5rem)\",\"fontWeight\":400,\"lineHeight\":1.2,\"color\":\"var(--text-heading)\",\"marginBottom\":16},\"children\":\"AEO Anchor Text Phrasing Reference\"}],[\"$\",\"div\",null,{\"className\":\"metadata-bar\",\"style\":{\"marginBottom\":24},\"children\":[[\"$\",\"span\",null,{\"className\":\"metadata-bar__tag metadata-bar__tag--section\",\"children\":\"aeo\"}],[\"$\",\"span\",null,{\"className\":\"metadata-bar__tag\",\"children\":\"reference\"}],[\"$\",\"span\",null,{\"className\":\"metadata-bar__tag\",\"children\":\"intermediate\"}],[\"$\",\"span\",null,{\"className\":\"metadata-bar__dot\"}],[\"$\",\"span\",null,{\"children\":[6,\" min read\"]}],[\"$\",\"span\",null,{\"className\":\"metadata-bar__dot\"}],[\"$\",\"span\",null,{\"children\":[\"1,200\",\" words\"]}],[[\"$\",\"span\",null,{\"className\":\"metadata-bar__dot\"}],[\"$\",\"span\",null,{\"children\":[\"Updated\",\" \",\"May 2026\"]}]]]}],[\"$\",\"$L2e\",null,{\"title\":\"AEO Anchor Text Phrasing Reference\",\"url\":\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\"}],[\"$\",\"$L2f\",null,{\"title\":\"AEO Anchor Text Phrasing Reference\",\"url\":\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\",\"section\":\"aeo\",\"slug\":\"aeo-anchor-text-phrasing-reference\"}],[\"$\",\"div\",null,{\"className\":\"prose\",\"dangerouslySetInnerHTML\":{\"__html\":\"$30\"}}],\"$L31\",\"$L32\"]}],\"$L33\"]}]\n"])</script><script>self.__next_f.push([1,"2c:[\"$\",\"style\",null,{\"children\":\"\\n @media (max-width: 1024px) {\\n .toc-sidebar { display: none !important; }\\n }\\n @media (min-width: 1025px) {\\n article {\\n /* override grid for 3-col with TOC */\\n }\\n }\\n .article-tag-link:hover {\\n border-color: var(--color-dark-green) !important;\\n color: var(--text-primary) !important;\\n background: rgba(0, 237, 100, 0.06) !important;\\n }\\n \"}]\n2d:[\"$\",\"$L34\",null,{\"dict\":\"$c:1:props:dict:newsletter\"}]\n"])</script><script>self.__next_f.push([1,"31:[\"$\",\"div\",null,{\"style\":{\"marginTop\":64},\"children\":[[\"$\",\"h2\",null,{\"style\":{\"fontSize\":18,\"fontWeight\":600,\"marginBottom\":16,\"paddingBottom\":8,\"borderBottom\":\"1px solid var(--border-default)\"},\"children\":\"Related Articles\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"grid\",\"gridTemplateColumns\":\"repeat(auto-fill, minmax(280px, 1fr))\",\"gap\":16},\"children\":[[\"$\",\"$L1a\",\"how-to-write-ai-citable-answers\",{\"href\":\"/vi/aeo/how-to-write-ai-citable-answers\",\"style\":{\"textDecoration\":\"none\"},\"data-related-article\":\"how-to-write-ai-citable-answers\",\"data-related-position\":1,\"children\":[\"$\",\"div\",null,{\"className\":\"card\",\"children\":[[\"$\",\"span\",null,{\"className\":\"badge badge-green\",\"style\":{\"marginBottom\":8},\"children\":\"guide\"}],[\"$\",\"h3\",null,{\"style\":{\"fontSize\":15,\"fontWeight\":600,\"color\":\"var(--text-heading)\",\"marginBottom\":4},\"children\":\"How to Write AI-Citable Answers\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":13,\"color\":\"var(--text-secondary)\",\"lineHeight\":1.5},\"children\":\"How to write answers that AI engines like ChatGPT, Perplexity, and Google AI Overviews extract and cite — answer-first prose, length, entities, and source-anchoring.\"}]]}]}],[\"$\",\"$L1a\",\"what-is-answer-grounding\",{\"href\":\"/vi/aeo/what-is-answer-grounding\",\"style\":{\"textDecoration\":\"none\"},\"data-related-article\":\"what-is-answer-grounding\",\"data-related-position\":2,\"children\":[\"$\",\"div\",null,{\"className\":\"card\",\"children\":[[\"$\",\"span\",null,{\"className\":\"badge badge-green\",\"style\":{\"marginBottom\":8},\"children\":\"reference\"}],[\"$\",\"h3\",null,{\"style\":{\"fontSize\":15,\"fontWeight\":600,\"color\":\"var(--text-heading)\",\"marginBottom\":4},\"children\":\"What Is Answer Grounding? Definition, Mechanism, Examples\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":13,\"color\":\"var(--text-secondary)\",\"lineHeight\":1.5},\"children\":\"Answer grounding is how AI systems anchor generated responses to specific source documents and citations. Definition, mechanism, and content implications.\"}]]}]}],[\"$\",\"$L1a\",\"ai-search-citation-types\",{\"href\":\"/vi/geo/ai-search-citation-types\",\"style\":{\"textDecoration\":\"none\"},\"data-related-article\":\"ai-search-citation-types\",\"data-related-position\":3,\"children\":[\"$\",\"div\",null,{\"className\":\"card\",\"children\":[[\"$\",\"span\",null,{\"className\":\"badge badge-green\",\"style\":{\"marginBottom\":8},\"children\":\"reference\"}],[\"$\",\"h3\",null,{\"style\":{\"fontSize\":15,\"fontWeight\":600,\"color\":\"var(--text-heading)\",\"marginBottom\":4},\"children\":\"AI Search Citation Types: How AI Attributes Sources\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":13,\"color\":\"var(--text-secondary)\",\"lineHeight\":1.5},\"children\":\"Reference for AI search citation types — inline, footnote, source card, attributed quote, implicit — with platform differences and how to optimize.\"}]]}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"32:[\"$\",\"div\",null,{\"style\":{\"marginTop\":48,\"paddingTop\":24,\"borderTop\":\"1px solid var(--border-default)\"},\"children\":[[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":10,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--text-secondary)\",\"marginBottom\":12},\"children\":\"Topics\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"flex\",\"flexWrap\":\"wrap\",\"gap\":8},\"children\":[[\"$\",\"$L1a\",\"aeo\",{\"href\":\"/vi/tags/aeo\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"gap\":4,\"padding\":\"4px 12px\",\"borderRadius\":\"var(--radius-pill)\",\"border\":\"1px solid var(--border-default)\",\"background\":\"var(--bg-surface)\",\"color\":\"var(--text-secondary)\",\"fontSize\":12,\"fontFamily\":\"var(--font-mono)\",\"textDecoration\":\"none\",\"transition\":\"all 0.2s ease\",\"lineHeight\":1.4},\"className\":\"article-tag-link\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"var(--color-dark-green)\",\"fontWeight\":600},\"children\":\"#\"}],\"aeo\"]}],[\"$\",\"$L1a\",\"llm-citations\",{\"href\":\"/vi/tags/llm-citations\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"gap\":4,\"padding\":\"4px 12px\",\"borderRadius\":\"var(--radius-pill)\",\"border\":\"1px solid var(--border-default)\",\"background\":\"var(--bg-surface)\",\"color\":\"var(--text-secondary)\",\"fontSize\":12,\"fontFamily\":\"var(--font-mono)\",\"textDecoration\":\"none\",\"transition\":\"all 0.2s ease\",\"lineHeight\":1.4},\"className\":\"article-tag-link\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"var(--color-dark-green)\",\"fontWeight\":600},\"children\":\"#\"}],\"llm-citations\"]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"33:[\"$\",\"div\",null,{\"style\":{\"paddingLeft\":40},\"className\":\"toc-sidebar\",\"children\":[\"$\",\"nav\",null,{\"style\":{\"position\":\"sticky\",\"top\":88,\"fontSize\":13,\"lineHeight\":1.6,\"maxHeight\":\"calc(100vh - 100px)\",\"overflowY\":\"auto\"},\"children\":[[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"var(--font-mono)\",\"fontSize\":10,\"fontWeight\":600,\"textTransform\":\"uppercase\",\"letterSpacing\":2,\"color\":\"var(--color-cool-gray)\",\"marginBottom\":12},\"children\":\"On this page\"}],[[\"$\",\"a\",\"tl-dr\",{\"href\":\"#tl-dr\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"TL;DR\"}],[\"$\",\"a\",\"definition\",{\"href\":\"#definition\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"Definition\"}],[\"$\",\"a\",\"why-it-matters\",{\"href\":\"#why-it-matters\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"Why it matters\"}],[\"$\",\"a\",\"how-it-works\",{\"href\":\"#how-it-works\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"How it works\"}],[\"$\",\"a\",\"pattern-catalog\",{\"href\":\"#pattern-catalog\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":16,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"1px solid var(--border-default)\"},\"children\":\"Pattern catalog\"}],[\"$\",\"a\",\"reporting-verb-selection\",{\"href\":\"#reporting-verb-selection\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":16,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"1px solid var(--border-default)\"},\"children\":\"Reporting verb selection\"}],[\"$\",\"a\",\"brand-stem-patterns\",{\"href\":\"#brand-stem-patterns\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"Brand-stem patterns\"}],[\"$\",\"a\",\"vs-related-concepts\",{\"href\":\"#vs-related-concepts\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"vs related concepts\"}],[\"$\",\"a\",\"common-misconceptions\",{\"href\":\"#common-misconceptions\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"Common misconceptions\"}],[\"$\",\"a\",\"how-to-apply\",{\"href\":\"#how-to-apply\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"How to apply\"}],[\"$\",\"a\",\"faq\",{\"href\":\"#faq\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":0,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"none\"},\"children\":\"FAQ\"}],[\"$\",\"a\",\"q-do-ai-engines-copy-anchor-phrasing-from-the-source-page\",{\"href\":\"#q-do-ai-engines-copy-anchor-phrasing-from-the-source-page\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":16,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"1px solid var(--border-default)\"},\"children\":\"Q: Do AI engines copy anchor phrasing from the source page?\"}],[\"$\",\"a\",\"q-does-anchor-phrasing-affect-citation-rate\",{\"href\":\"#q-does-anchor-phrasing-affect-citation-rate\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":16,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"1px solid var(--border-default)\"},\"children\":\"Q: Does anchor phrasing affect citation rate?\"}],[\"$\",\"a\",\"q-should-i-write-according-to-brand-in-my-own-content\",{\"href\":\"#q-should-i-write-according-to-brand-in-my-own-content\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":16,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"1px solid var(--border-default)\"},\"children\":\"Q: Should I write \\\"According to [Brand]\\\" in my own content?\"}],\"$L35\"]]}]}]\n"])</script><script>self.__next_f.push([1,"35:[\"$\",\"a\",\"q-why-does-perplexity-use-numbered-citations-instead-of-brand-stems\",{\"href\":\"#q-why-does-perplexity-use-numbered-citations-instead-of-brand-stems\",\"style\":{\"display\":\"block\",\"padding\":\"4px 0\",\"paddingLeft\":16,\"color\":\"var(--text-secondary)\",\"textDecoration\":\"none\",\"transition\":\"color 0.15s ease\",\"borderLeft\":\"1px solid var(--border-default)\"},\"children\":\"Q: Why does Perplexity use numbered citations instead of brand stems?\"}]\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"36:I[27201,[\"/_next/static/chunks/0ld4q8u-25eux.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0xf6s51ok42m_.js\",\"/_next/static/chunks/148t.fhegq9f1.js\",\"/_next/static/chunks/05cra..ka3fzk.js\"],\"IconMark\"]\nf:null\n"])</script><script>self.__next_f.push([1,"14:[[\"$\",\"title\",\"0\",{\"children\":\"AEO Anchor Text Phrasing Reference\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Reference for AEO anchor text phrasing: how AI engines verbalize citations with 'according to', brand-stem patterns, and reporting-verb selection.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"keywords\",\"content\":\"AEO anchor phrasing,AI citation phrasing,according to anchor text,AI attribution language,brand-stem citations\"}],[\"$\",\"meta\",\"3\",{\"name\":\"robots\",\"content\":\"noindex, follow\"}],[\"$\",\"meta\",\"4\",{\"name\":\"html-lang\",\"content\":\"vi\"}],[\"$\",\"link\",\"5\",{\"rel\":\"canonical\",\"href\":\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\"}],[\"$\",\"link\",\"6\",{\"rel\":\"alternate\",\"hrefLang\":\"en\",\"href\":\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\"}],[\"$\",\"link\",\"7\",{\"rel\":\"alternate\",\"hrefLang\":\"x-default\",\"href\":\"https://geodocs.dev/aeo/aeo-anchor-text-phrasing-reference\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:title\",\"content\":\"AEO Anchor Text Phrasing Reference\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:description\",\"content\":\"Reference for AEO anchor text phrasing: how AI engines verbalize citations with 'according to', brand-stem patterns, and reporting-verb selection.\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"11\",{\"property\":\"article:published_time\",\"content\":\"2026-05-03\"}],[\"$\",\"meta\",\"12\",{\"property\":\"article:modified_time\",\"content\":\"2026-05-03\"}],[\"$\",\"meta\",\"13\",{\"property\":\"article:author\",\"content\":\"Geodocs Research Team\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:title\",\"content\":\"AEO Anchor Text Phrasing Reference\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:description\",\"content\":\"Reference for AEO anchor text phrasing: how AI engines verbalize citations with 'according to', brand-stem patterns, and reporting-verb selection.\"}],[\"$\",\"link\",\"17\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0zl.ysuv3a32n.ico\",\"sizes\":\"48x48\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"19\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"20\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"$L36\",\"21\",{}]]\n"])</script></body></html>