GROWTH5 August 2026

    Answer engine optimisation: making your product legible to AI

    Search increasingly answers rather than links. That changes what your site has to do — and most sites are failing at the mechanical layer first.

    7 MIN READAUREMONT ADVISORY

    What changes when the interface is an answer instead of a list of links

    Search is changing in a specific and significant way. Where a traditional search engine returns a ranked list of links and the user chooses what to click, an AI-powered answer engine returns a single synthesised answer — and the user often stops there. The implication for a site trying to reach those users is substantial: you are no longer competing to be clicked on. You are competing to be cited.

    Being cited is different from ranking. Ranking is determined by a complex combination of signals — relevance, authority, freshness, user behaviour signals. Citation is determined by something closer to quotability: whether the answer engine can extract a clear, self-contained claim from your content that directly addresses the question being asked.

    Content that is accurate but structured for human readers who absorb it over several paragraphs does not necessarily translate into content that can be cited cleanly. An answer engine extracting a snippet takes a sentence, maybe two — not a paragraph with its surrounding context. The writing discipline required for answer engine visibility is distinct from what worked for traditional search, and from what makes for pleasant long-form reading.

    The mechanical prerequisite most sites fail first

    Before any of the writing-level work matters, a site has to pass a mechanical test: the content must be present in the initial HTML. Many AI crawlers do not execute JavaScript. They fetch the page's HTML and read what is there. If the content appears on the page only after a client-side data fetch — common in React and other single-page application frameworks that load content from an API on mount — that content is invisible to crawlers that do not run JavaScript.

    This is not a hypothetical problem. A significant proportion of pages on sites built with client-side rendering frameworks contain, in their raw HTML, only a shell: a container element and the application bundle scripts. The actual content is injected by JavaScript after the page loads. For a human in a browser, this is invisible — the page renders quickly and everything looks normal. For a crawler that does not run JavaScript, the page is empty.

    The fix is server-side rendering or static pre-rendering: generating the full HTML of each page on the server before it reaches the client. This is supported by every major framework, but it requires a deliberate choice. Defaulting to client-side rendering and assuming it does not affect discoverability is an increasingly costly assumption.

    Why structured data matters more than it used to

    Structured data — machine-readable markup embedded in a page that describes what the content represents — has existed for years. Its relevance has increased because the problem it solves has become more acute.

    When an answer engine is trying to determine whether a page is about a company, a product, a service, an article, or a question-and-answer exchange, it uses signals from the text and from the HTML structure. Explicit structured data removes the ambiguity. A FAQPage schema block tells the engine unambiguously that this section contains questions and their corresponding answers. An Organization block tells it what the entity on the page is and how to refer to it. An Article block tells it when the content was published and by whom.

    The value is not that structured data bypasses the need for good content — it does not. The value is that it makes the engine's job easier. In a competitive environment, reducing the friction between good content and accurate citation is worth the implementation cost.

    How to write content that can be quoted

    Writing for answer engine visibility has two components: structural and compositional.

    Structural: questions should be phrased as questions. If you are writing about the cost of a service, the heading "What does it cost?" is more likely to match a user's query than "Pricing considerations". This sounds obvious, but most content written for traditional SEO optimises for keywords in headings rather than for question intent. Those are not the same thing.

    Compositional: answers should be self-contained. The first sentence of a section should state the answer directly, without requiring the reader to carry context from the preceding paragraph. An answer engine extracting a snippet will extract sentences, not paragraphs with their surrounding context. A sentence that reads "It depends on the scope" is not citable on its own. A sentence that reads "The cost of each phase is fixed and agreed before the phase begins" is.

    The practical test: read the first sentence of each section in isolation, without any surrounding context, and ask whether it makes sense and answers the implied question. If it requires the surrounding paragraphs to be coherent, rewrite it until it does not.

    Why an FAQ section is one of the highest-leverage pages on your site

    A well-constructed FAQ section is disproportionately valuable for answer engine visibility, for a specific structural reason: it explicitly models the question-and-answer relationship that an answer engine is trying to identify.

    A human writing a query to an AI assistant is typically asking a question. An FAQ section that answers the ten most common questions about your product or firm — with direct, self-contained first sentences — is already in the format the engine is looking for. The engine does not need to infer what question the content is answering, because you have written the question down.

    This is why the section matters disproportionately relative to its word count. A tightly written FAQ of ten questions, each answered in two to four sentences, is more citable than twenty pages of well-written but implicitly structured content. It is not about volume. It is about the explicit question-answer structure.

    The role of a plain-text summary file at the site root

    Several AI products have begun to consume a plain-text file at the root of a domain — conventionally named llms.txt — that provides a summary of what the site is and what it contains. The convention is not yet standardised, and adoption is uneven, but the cost of implementing it is low and the signal it provides, to systems that read it, is clear.

    The format is simple: a short description of the organisation, a statement of what the site covers, and a list of the key pages with their URLs and a one-sentence description of each. The intent is to give an AI system enough context to understand what the domain represents without having to infer it from crawling thousands of pages.

    Sites that are cited consistently tend to be sites that are easy to understand. A llms.txt file makes the site's identity explicit in a location and format that AI consumers can find reliably. Whether a specific crawler reads it is outside your control. Making the information available is within it.

    On measurement: being honest about what you can and cannot know

    Attribution in answer engine optimisation is genuinely difficult, and honesty about this matters more than false precision.

    Traditional search visibility produces clean signals: ranking positions, click-through rates, organic sessions attributed to specific queries. Answer engine citation does not produce the same clarity. When a user receives an AI-generated answer and does not click through to any source, there is no session to attribute. When a user does click through after receiving an AI answer, it may appear in your analytics as direct traffic, as referral from an AI surface, or not at all — depending on how the referring system handles attribution.

    The sensible approach is to track what you can observe: monitor whether your site is cited in responses from the major AI answer surfaces; track referral traffic from AI surfaces that do pass attribution data; watch brand search volume as a proxy for awareness effects that do not appear in direct attribution.

    The goal is to make your content the most quotable answer to the questions your potential clients are asking. Whether you can measure every citation precisely is secondary to whether you are being cited at all. Start with the work. Track what you can. Resist the temptation to claim precision that does not exist.
    SHARE

    Tell us what you are deciding.

    The first conversation costs nothing and usually clarifies more than it commits. Send us the situation — where you are, what you are weighing, what is at stake — and we will tell you plainly whether we are the right people.