Google's AI Optimization Guide Validates the AAO Framework. Here Is What It Sharpens.
Google Just Published Its First Position on AI Search Optimization
Google’s Search Central team published a first party guide titled “Optimizing your website for generative AI features on Google Search.” For anyone who has been building, refining, or recommending a framework for AI driven discovery in 2026, this is a Rosetta stone moment.
The framework I have been operating on is called Assistive Agent Optimization (AAO), a 10 gate pipeline known as DSCRI-ARGDW. Google’s guide validates seven of those gates and refines three. It also introduces three new concepts the framework should absorb.
This is the gate by gate breakdown.
The Google guide is here: Optimizing your website for generative AI features on Google Search. The canonical AAO framework piece is here. The deeper per gate pieces on this site are linked inline below.
What Google Said About the Mechanism
Google’s guide is unusually candid about how the underlying systems work. Two technical concepts are named directly.
Retrieval augmented generation (RAG), which Google also calls grounding. The AI feature retrieves relevant, up to date pages from the existing Google Search index, then summarizes against the retrieved corpus, with clickable citations back to source pages. Google’s framing: AI Overviews are not a parallel ranking system. They are a generation layer on top of the existing index.
Query fan out. The model decomposes one user query into several semantically adjacent ones. Google’s example: “how to fix a lawn that’s full of weeds” expands to “best herbicides for lawns,” “remove weeds without chemicals,” “how to prevent weeds in lawn.” The system retrieves and synthesizes across the full fan out set, not just the original query.
The mechanism matters because it explains the shape of Google’s recommended practices. RAG means the underlying index quality drives retrieval, which is why Google insists generative AI optimization is still SEO. Query fan out means content needs to surface across the semantic neighborhood of a query, not only at the exact phrase. Those two technical facts thread through every recommendation in the guide.
The Verdict in One Table
| Gate | Verdict on Google’s Surface | Framework Response |
|---|---|---|
| 1. Discovery | Partially challenged (llms.txt not consumed) | Keep llms.txt as a full Discovery signal; annotate per platform |
| 2. Structure | Nuanced (schema density not a selection signal on AIO) | Keep unified schema scoring; annotate per platform |
| 3. Content | Strongly validated | Add commodity test and “non commodity content” terminology |
| 4. Reputation | Validated with authenticity caveat | Add Provenance sub criterion |
| 5. Infrastructure | Validated | No change |
| 6. Authority | Implicitly validated | No change; framework is more rigorous than Google’s guide here |
| 7. Recency | Implicitly validated | No change |
| 8. Granularity | Partially challenged (artificial chunking discouraged) | Keep passage extractability scoring; annotate against artificial chunking |
| 9. Differentiation | Strongly validated | Lead with this gate; add per platform reward annotations |
| 10. Weighted Citability | Position complex (Google rejects multi platform label for itself) | Acknowledge Google’s position; reaffirm multi platform scoring |
The verdict pattern is consistent. The gates Google validated are the strategic ones, where competitive advantage actually lives. The gates Google’s surface treats differently are the tactical ones, where the framework keeps the underlying scoring intact and adds annotations for per platform compatibility.
The Framework’s Position: Annotate, Do Not Subtract
The framework’s value proposition is multi platform AAO, not Google AIO optimization. When a single platform issues guidance that points narrower than the framework, the right response is to absorb the new information without contracting the framework. Anything else trades the framework’s defensive moat for short term alignment with one platform.
The cost asymmetry favors keeping signals in the rubric. Maintaining an llms.txt file is roughly thirty minutes of writing plus quarterly review. Schema implementation is a one time effort that other AI engines and rich results both consume. Modular paragraph architecture is also good writing for human readers. The downside of doing these and being ignored by Google AIO is small. The downside of not doing them and losing citation share on ChatGPT, Perplexity, Claude, and Gemini is large.
Three specific corollaries follow:
- llms.txt stays in the Discovery rubric at full weight. ChatGPT, Perplexity, and Claude all consume it. Google AIO does not. The right response is a per platform compatibility annotation, not a scoring change.
- Schema density stays in the Structure rubric at full weight. Google AIO rewards rich result eligibility but not density beyond it. Non Google AI engines continue to use schema density as an extraction accuracy signal. The right response is a per platform annotation, not a scoring split.
- Passage extractability stays in the Granularity rubric at full weight. Google confirmed it still extracts “the relevant piece.” The framework’s modular structural patterns (front loaded answers, h2 bounded sections, FAQ Q&A) work for humans, for Google AIO, and for every non Google AI engine. The framework adds a writing style note against artificial chunking; the underlying scoring criteria do not change.
The framework already has three weighting profiles (Traditional Organic, AI First, Balanced 2026) specifically to handle per platform focus. Per platform tuning happens at the weighting layer, not by removing signals from the underlying scoring criteria.
Gate 1: Discovery (Partially Challenged)
Google reinforces crawlability fundamentals: sitemaps, robots.txt management, JavaScript SEO best practices, canonical hygiene, server side rendering for JS heavy sites. The framework’s Discovery gate piece covers each of these and is unaffected.
What Google pushed back on is llms.txt. The guide says directly: “You don’t need to create new machine readable files, AI text files, markup, or Markdown to appear in generative AI search.” llms.txt is named explicitly as an example of what the AIO surface does not consume.
This is an annotation, not a retraction. The framework currently treats llms.txt as a Discovery signal that all major AI engines consume. Google has now opted out for its own surface. ChatGPT and Perplexity have both demonstrated llms.txt consumption in production audits. Anthropic has publicly endorsed Claude’s support. The IETF (Internet Engineering Task Force) draft for the standard is in progress.
The framework position: KEEP llms.txt as a full Discovery signal in the rubric. The scoring criteria do not contract because the file continues to work on the surfaces that consume it. The production llms.txt patterns piece remains current best practice.
Per platform compatibility (llms.txt specifically):
| Platform | Consumes llms.txt | Notes |
|---|---|---|
| Google AIO | No | Explicitly stated in May 2026 Search Central guide |
| ChatGPT | Yes | Documented consumption in production audits |
| Perplexity | Yes | Documented consumption; primary use case for the format |
| Claude | Yes | Anthropic has publicly endorsed llms.txt support |
| Gemini | Unknown | No public statement; assume parity with Google AIO position for now |
The core of Gate 1 is reinforced. Crawler access management, sitemap hygiene, SSR/SSG, canonical correctness, IndexNow participation. All remain at full weight in the rubric.
Gate 2: Structure (Nuanced)
Google explicitly says semantic HTML helps but does not need to be perfect, and that JSON-LD “isn’t required for generative AI search, and there’s no special schema.org markup you need to add.” The guide warns against “overfocusing on structured data.”
This is where the framework’s annotate not subtract principle matters most operationally. Google’s guidance applies to AIO selection specifically. The same schema that powers Google rich results also serves non Google AI engines, where schema density continues to correlate with extraction accuracy and citation behavior.
The framework position: KEEP unified schema scoring in the rubric. The framework does not split into a binary required tier and a gradient optional tier, because that split would implicitly tell readers that schema density beyond rich result eligibility is no longer a signal. It still is, on every AI surface except Google AIO.
Per platform compatibility (schema density beyond rich result eligibility):
| Platform | Rewards Schema Density | Notes |
|---|---|---|
| Google AIO | Partial (rich result eligibility only) | Required schema for rich results; density beyond that is not a selection signal for AIO |
| ChatGPT | Yes | Schema improves extraction accuracy and entity disambiguation |
| Perplexity | Yes | Schema aids citation accuracy on factual queries; structured data is preferred over prose |
| Claude | Yes | Schema supports passage level extraction and citation |
| Gemini | Yes | 52% of Gemini citations from brand owned domains (Yext, October 2025) correlates with heavy schema investment |
The deeper Structure gate piece and the schema is necessary not sufficient piece already framed schema as necessary but not sufficient. Google’s guide reinforces that for its own surface; the rubric continues to reward density for the surfaces where it is still a citation lever.
New addition: Google’s guide introduces a structural dimension worth absorbing as a new sub signal. The guide describes browser agents inspecting “visual renderings (like screenshots), DOM structure, and the accessibility tree.” This is a new optimization surface. ARIA roles, semantic landmarks, alt text quality, and DOM cleanliness become measurable AAO signals, not only WCAG conformance signals. WCAG 2.1 AA conformance now has a direct AAO payoff alongside its accessibility one. I expand on this concept in the “Three New Concepts” section below.
Gate 3: Content (Strongly Validated)
This is where Google’s guide goes longest and strongest. The article names “non commodity content” explicitly, with a worked example contrasting “7 Tips for First Time Homebuyers” (commodity) against “Why We Waived the Inspection & Saved Money: A Look Inside the Sewer Line” (non commodity). The guide instructs site owners to provide a unique point of view, lean on first hand experience, organize content well, and add high quality images and video.
The framework’s Content gate piece and the underlying E-E-A-T weighting (Experience 20%, Expertise 25%, Authoritativeness 25%, Trustworthiness 30%) align cleanly with Google’s emphasis. The KDD 2024 GEO paper’s verified content strategies (quotation addition +41%, statistics addition +33%, fluency optimization +29%, cite sources +28%) are consistent with Google’s guidance, not contradicted by it.
The framework gains a term of art: “non commodity content.” The phrase is now blessed by Google. The framework should adopt it.
The framework gains a scoring criterion: the commodity test. The test question: “could this content be produced by anyone with access to public information, or does it require the author’s specific experience, data, or perspective?” Content that fails the test caps at Moderate on Gate 3, regardless of other signals.
Gate 4: Reputation (Validated with Authenticity Caveat)
Google explicitly endorses Google Business Profile and Merchant Center for visibility in generative AI responses. The guide confirms that brand mentions across blogs, videos, and forum discussions are signals: “our generative AI features can show what’s being said about products and services across the web.”
What Google calls out is mention manufacturing. The guide says: “seeking inauthentic ‘mentions’ across the web isn’t as helpful as it might seem.” Manufactured citations, paid for placement schemes, and reciprocal mention rings are explicitly discouraged.
The framework’s Reputation gate piece emphasized authentic third party signals already. Google’s guide reinforces it and gives the vocabulary to police it.
The revision: Add a Provenance sub criterion under Gate 4. Each reputation signal must be traceable to a real third party event: a published article, a real customer review, an earned conference talk, a genuine podcast appearance. Borrow Google’s “inauthentic mentions” language directly when describing what disqualifies a signal.
The YouTube correlation finding (r=0.737 between brand mentions on YouTube and AI citation, from the Ahrefs 75,000 brand study) is fully compatible with Google’s authenticity requirement. The signal is earned mentions, not manufactured ones.
Gate 5: Infrastructure (Validated)
Page experience, Core Web Vitals, JavaScript SEO, mobile responsiveness, crawlability. Google’s guide reaffirms all of these without retraction.
The framework’s Infrastructure gate piece is unaffected. The CWV thresholds (LCP under 2.5 seconds, INP under 200 milliseconds, CLS under 0.1) remain the bar. Server side rendering or static generation remains the answer to the AI crawler JavaScript problem, because most AI crawlers still do not execute JavaScript.
Forward note: The browser agent surface introduced under Gate 2 also has Infrastructure implications. A site that passes CWV but presents poorly to an accessibility tree parser may now lose AAO points it would not have lost in a pure SEO frame. Small refinement, not a retraction.
Gate 6: Authority (Implicitly Validated)
Google’s guide does not name “entity level authority.” It does describe the principle in plain English: “create the content yourself based on what you know about the topic, and consider what in depth experience you can bring to your content.”
The framework’s Authority gate piece is more rigorous than Google’s article addresses. Knowledge Panel presence, Wikidata entries, ORCID, cross platform sameAs schema graphs, LinkedIn verified employment history, YouTube channel correlation: none of these are addressed by Google’s guide directly. The guide stops at “have experience.” The framework specifies how to make that experience verifiable across the entity graph.
This is defensible territory. Google has endorsed the principle without specifying the verification mechanism. The AAO Authority gate fills the gap.
Gate 7: Recency (Implicitly Validated)
Google’s guide does not address recency directly. The RAG description references retrieving “relevant, up to date web pages.” That is the only mention.
The framework’s Recency gate piece and its distinction between metadata recency (dateModified manipulation) and semantic recency (current terminology, current statistics, current tool names) remain a defensible refinement that Google’s article does not address.
No change to Gate 7.
Gate 8: Granularity (Partially Challenged)
This is the most directly challenged gate in the framework. Google’s guide says: “There’s no requirement to break your content into tiny pieces for AI to better understand it. Google systems are able to understand the nuance of multiple topics on a page and show the relevant piece to users.”
Read carefully, Google is saying two distinct things, and the framework needs to separate them.
First: Do not artificially chunk content for AI consumption. Correct. The framework adds a writing style note against this practice.
Second: Google still extracts “the relevant piece” for display. Passage extraction is happening at retrieval time regardless of whether the author optimized for it. The behavior the Granularity gate piece describes is still real on every AI surface, Google included.
The framework position: KEEP passage extractability as a full Granularity signal in the rubric. The pushback is against artificial chunking as a writing tactic, not against the underlying signal. The structural patterns that produce naturally modular writing (front loaded answers, h2 bounded sections of 150 to 250 words, FAQ friendly Q&A patterns) work for humans, for Google AIO, and for every non Google AI engine. The scoring criteria for paragraph length, heading hierarchy, FAQ schema, table of contents navigability, and anchor link density do not change.
Per platform compatibility (passage level extractability):
| Platform | Rewards Passage Extractability | Notes |
|---|---|---|
| Google AIO | Yes (“show the relevant piece”) | Confirmed in May 2026 guide; do not artificially chunk specifically for AI |
| ChatGPT | Yes | Passage level extraction is the core citation mechanism |
| Perplexity | Yes | Citation level granularity is the primary product surface |
| Claude | Yes | Passage level extraction for citation |
| Gemini | Yes | Passage extraction with multimodal support |
The annotation added to the framework: write modularly because it is good writing, not because you are tuning for a chunker. The patterns serve human readers first and AI extractors second. They do not change because one platform issued anti chunking guidance.
Gate 9: Differentiation (Strongly Validated)
This is the most directly validated gate in the framework. Google’s entire opening section is Gate 9 in plain English. Unique point of view, first hand experience, in depth expertise that goes beyond common knowledge, content “that couldn’t easily be produced by a generative AI model,” explicit instruction not to “recycle what others on the internet have already said.”
The four types of differentiation in the framework (proprietary data, first person experience, unique perspective, original media) map directly onto Google’s examples. The platform specific differentiation matrix from the Differentiation gate piece (Google AIO favors brand owned structured content; ChatGPT favors Wikipedia referenced sources; Perplexity favors niche directories; Gemini favors freshness plus entity recognition) extends beyond Google’s guide but is not contradicted by it.
Strategic implication: This is the gate to lead with in framework communication. Google has effectively endorsed its central claim.
Gate 10: Weighted Citability (Position Complex)
This is the gate where Google’s positioning move shows up most clearly. The guide says: “From Google Search’s perspective, optimizing for generative AI search is optimizing for the search experience, and thus still SEO.” Google is collapsing AEO and GEO into SEO for its own surface.
The framework’s Weighted Citability piece is positioned around agent behavior across multiple AI platforms. ChatGPT, Claude, Perplexity, Gemini, Copilot, plus emerging browser agents and commerce agents. Google AI Overviews is one of those channels.
Google’s article addresses one platform. The cross platform data the framework relies on remains valid:
- 11% citation overlap between ChatGPT and Perplexity (The Digital Bloom, December 2025)
- r=0.266 backlink correlation versus r=0.737 YouTube mention correlation (Ahrefs 75,000 brand study, 2025)
- 52% of Gemini citations from brand owned domains (Yext, October 2025)
- ChatGPT conversion rate of 15.9% versus Google organic 1.76% (Seer Interactive, single B2B client, 2025)
None of these are invalidated by Google’s guide. They describe behavior of AI systems Google’s article does not address.
The revision: Add a clarifying paragraph at the top of Gate 10 acknowledging Google’s position on the AEO and GEO labels, then reiterating that multi platform reasoning still applies because the framework covers more than Google’s interface.
Three New Concepts the Guide Introduces
Google’s guide introduces three concepts the framework should absorb. None require a new gate. All three slot into existing gates as sub signals or sub dimensions.
Query Fan Out Resilience
Google’s example was lawn weeds. The example does not matter; the principle does. A page that addresses only the original query but not the fan out variants leaves visibility on the table.
Where it lives: A cross cutting capability touching Gate 1 (Discovery: are you indexed for the semantic neighborhood?), Gate 3 (Content: does your page address the natural follow up questions?), and Gate 9 (Differentiation: does your unique angle survive being compared across fan out results?). The query fan out piece on this site predates Google’s terminology adoption and addresses the underlying mechanic in detail.
Measurement: Run the original query through each major AI surface (Google AIO, ChatGPT, Perplexity, Gemini), capture the related queries each engine references, audit your content against the expanded set. Ahrefs Keywords Explorer matching terms and Exa based query expansion are useful tools for the audit.
Agent Surface Readiness
Google’s framing: browser agents inspect “visual renderings (like screenshots), DOM structure, and the accessibility tree.” This is a new optimization surface that traditional SEO did not address.
Where it lives: A new sub dimension under Gate 2 (Structure) and Gate 5 (Infrastructure). Signals include ARIA roles, semantic landmarks, alt text quality, focus order, contrast ratios, predictable interactive element labeling.
Strategic implication: WCAG 2.1 AA conformance now has a direct AAO payoff in addition to its accessibility payoff. Sites that invested in accessibility for compliance reasons are now realizing an AAO dividend they did not plan for. Sites that deprioritized accessibility now have a measurable AAO cost attached to that decision.
Universal Commerce Protocol Awareness
Google references the Universal Commerce Protocol (UCP) as an emerging protocol that “will allow Search agents to do more” with commerce and product data. This is the commerce analog of llms.txt: a standardized way for autonomous agents to interact with merchant and product data.
Where it lives: A forward looking signal under Gate 1 (Discovery: protocol participation) and Gate 10 (Weighted Citability: commerce specific channels). For services sites, this is informational only. For commerce oriented work, UCP becomes a roadmap item to track over the next 12 to 18 months as the protocol matures.
The Naming Battle: SEO, AEO, GEO, AAO
Google’s guide is doing a positioning move alongside its technical one. Quote: “From Google Search’s perspective, optimizing for generative AI search is optimizing for the search experience, and thus still SEO.” Translated: Google does not want a separate discipline name for optimizing its own AI surfaces.
The framework’s response is structural.
SEO is what Google is now claiming covers generative AI optimization for Google Search specifically. Fair enough for Google’s surface.
AEO (Answer Engine Optimization) is the broader community label for optimizing across answer engines including ChatGPT and Perplexity. Google’s guide does not address those engines.
GEO (Generative Engine Optimization) is the academic label dating to the KDD 2024 paper. Same scope as AEO with a slightly different emphasis on the generation step rather than the retrieval step.
AAO (Assistive Agent Optimization) is the broadest of the four. It covers agent recommendation, citation, and selection across all AI surfaces, plus the emerging browser agent and commerce agent surfaces Google’s own guide references.
Google’s framing collapses AEO and GEO into SEO. It does not collapse AAO, because AAO covers behaviors (agent task execution, recommendation, multi platform selection) that Google’s guide does not address. The discipline survives the positioning move.
What This Means for Senior Leaders
Three practical implications follow from the analysis.
The framework’s strategic gates were the right ones to invest in. Google has now endorsed Gate 3 Content, Gate 9 Differentiation, Gate 6 Authority by implication, and Gate 4 Reputation. If a portfolio company has been working through gate by gate remediation in the order recommended by the AAO framework piece, Google’s guide validates that the priority order was correct.
The framework rubric does not contract. llms.txt, schema density, and passage extractability remain full scoring signals because they continue to work on ChatGPT, Perplexity, Claude, and Gemini even where Google AIO does not reward them. The framework adds per platform compatibility annotations to make Google’s position visible without subtracting from the rubric. Sites that built heavy llms.txt files and detailed schema graphs continue to earn full credit. Sites that wrote naturally modular prose continue to earn full credit. What changes is the framework’s vocabulary around artificial chunking and Google’s per surface treatment of these signals, not the scoring.
Multi platform AAO reasoning still applies. Google’s guide addresses Google’s surface. ChatGPT, Claude, Perplexity, Gemini, and the emerging browser agent ecosystem are not covered. The cross platform data points (11% citation overlap, r=0.266 backlink correlation, 52% Gemini brand owned share) remain the operating reality outside Google. Portfolio companies whose revenue depends on AI driven discovery beyond Google’s surface still need the full framework.
The strategic question for a CMO or PE operating partner reviewing the portfolio’s AI search posture in mid 2026 has not changed. It is “which gates are we failing right now, and what is it costing us in citation share.” Google’s guide gives a sharper answer to that question, not a different one.
Frequently Asked Questions
Did Google just kill llms.txt?
No. Google said llms.txt is not used by Google Search’s generative AI features. That is a statement about one platform. ChatGPT and Perplexity have been observed reading llms.txt in production. The IETF draft for the standard is in progress. llms.txt is now a platform specific signal: useful for non Google AI engines, not useful for Google AIO. Sites targeting both should continue maintaining llms.txt; sites targeting Google AIO only can deprioritize it.
Did Google just kill chunking and passage optimization?
Partially. Google said you do not need to artificially break content into tiny pieces for AI to understand it. Google also confirmed that its systems “show the relevant piece to users,” which means passage extraction is still happening at retrieval. The framework’s modularity principle was never about artificial chunking; it was about clear writing that happens to be naturally modular. The principle stands. The language describing it shifts from “passage optimization” to “natural modularity in well written content.”
Should I stop investing in structured data?
Not entirely. Google said schema “isn’t required for generative AI search” and warned against overfocusing on it. Google also said schema “helps with being eligible for rich results on Google Search.” Required schema (Organization, Person, BlogPosting, BreadcrumbList) is still worth implementing because it powers rich results and is read by other AI engines. Optional rich result schema (Product, Recipe, VideoObject) is worth implementing where you qualify. What you should stop doing is treating schema density as a differentiator. It is now table stakes.
Does this change the WordPress to Astro migration argument?
No. The migration analysis was based on Gates 2 (Structure), 5 (Infrastructure), 8 (Granularity), and 7 (Recency). Google’s guide validates Infrastructure, nuances Structure, repositions Granularity, and leaves Recency unchanged. The structural argument for static first, schema clean, passage modular architecture still holds. The vocabulary shifts slightly but the conclusion does not.
Does AAO still make sense as a discipline name?
Yes. Google’s guide collapses AEO and GEO into SEO for Google’s own platform. It does not address ChatGPT, Claude, Perplexity, Gemini, or the browser agent and commerce agent surfaces. AAO covers those, plus the agent recommendation and task execution behaviors Google’s guide references but does not address methodologically. The discipline name survives the positioning move because AAO is broader than what Google’s guide covers.
What changes for my current AAO scorecard?
Nothing in the scoring criteria contracts. The v1.2.0 update is additive: a commodity test under Gate 3, a Provenance sub criterion under Gate 4, Agent Surface Readiness as a new sub signal under Gates 2 and 5, Query Fan Out Resilience as a cross cutting sub signal under Gates 1, 3, and 9, and per platform compatibility tables on Gates 1, 2, 8, 9, and 10 that surface Google’s position without changing the underlying scores. llms.txt remains a full Discovery signal. Schema density remains a full Structure signal. Passage extractability remains a full Granularity signal. The framework annotates Google’s per surface treatment; it does not subtract.
Get Your Pipeline Audited Against the New Baseline
Most organizations do not know which gates they are failing on Google’s AI surface, which gates they are failing on ChatGPT, and which gates they are failing on Perplexity. The platforms have different selection criteria. Google’s guide explicitly addresses one of them. The 11% cross platform citation overlap data tells us the other two are different surfaces with different rules.
I run a one week DSCRI-ARGDW gate audit that produces a per platform scorecard. You get a verdict on every gate for Google AIO, ChatGPT, Perplexity, and Gemini, plus a prioritized remediation plan that accounts for Google’s May 2026 guidance and the platform specific differences that guidance does not address.
For senior CMOs and PE operating partners reviewing portfolio AI search posture, the audit is the fastest path from “we think we’re optimized” to “we know which gates are leaking citation share, and we know what they cost to fix.”
Find out which gates are leaking your citation share before your competitors do.
A one week DSCRI-ARGDW gate audit with a per platform scorecard for Google AIO, ChatGPT, Perplexity, and Gemini. Reflects Google’s May 2026 guidance plus the non Google platform realities the guidance does not cover.
About the Author
Andrés Plashal
Senior Marketing Executive and Strategic Revenue & Search Marketing Engineer. $150M+ attributed revenue across 30+ companies. Google Partner since 2017.
Credentials: UIUC Gies College of Business (Behavioral Science), Columbia College Chicago (Interactive Arts & Media). Member: American Marketing Association, GAABS, Paid Search Association. Published researcher (SCTE/NCTA).