Structured Data for AI

FAQ and Q&A Schema in the AI Era: Deprecated in Google, Alive in LLMs?

Lemniscate Growth | 9 min read | July 2026

Is FAQ Schema Dead for AI Search?

FAQ schema is no longer a route to rich results in Google, but it is not dead. Answer engines and large language models still parse FAQPage markup as clean, pre-structured question and answer pairs, which makes it one of the cheapest ways to hand a retrieval system a quotable, self-contained response about your product, pricing, or process.

The confusion comes from conflating two different consumers of the same data. Google's search results team made a ranking and display decision when it stopped rendering FAQ rich results for most domains. The systems that build training corpora, retrieval indexes, and grounding sets for AI assistants made no such decision, and they benefit from markup that removes the guesswork of extracting a question from prose.

For enterprise teams, the practical implication is a shift in expected return. FAQ markup used to be justified by measurable click-through lift from expanded snippets. It now has to be justified by machine readability and answer coverage, which is a slower and less visible payoff but a more durable one as AI assistants take a growing share of research-stage queries.

The recommendation for most enterprise sites is therefore neither to strip the markup out nor to keep expanding it. Keep FAQ schema where the questions are genuine, the answers are substantive, and the page is one a buyer would actually consult during evaluation. Remove it where the block exists only because a template generated it. The value now comes from the quality of the underlying answers rather than from the presence of the markup itself.

What Google Actually Deprecated, and What It Did Not

Google deprecated the visual display of FAQ rich results for the vast majority of sites, restricting them to a small set of well-known government and health domains. It did not deprecate the FAQPage type itself, did not remove it from the structured data vocabulary, and did not announce that the markup would be ignored during parsing.

That distinction matters because the two outcomes carry different costs. Losing a rich result means losing incremental real estate in a blue-link layout. Being ignored entirely would mean the markup no longer contributes to how a system understands the page. Nothing in Google's guidance supports the second reading, and structured data has consistently been used for comprehension long after specific display treatments were retired.

There is a legitimate cleanup case, though. Many enterprise sites accumulated FAQ blocks purely to chase the rich result, producing thin, repetitive questions that add page weight and dilute the content. In most enterprise audits we see, roughly 30 to 50 percent of existing FAQ entries were written for the snippet rather than for a real buyer question and are worth deleting rather than re-marking.

Read the deprecation as a quality filter rather than a retirement notice. Google removed an incentive that had been producing low-value content at scale, which is a reasonable outcome. What remains is a vocabulary for expressing question and answer relationships in a form machines can consume without ambiguity, and that vocabulary is more useful now than it was when the rich result existed, because a wider range of systems reads it.

How Do LLMs and AI Answer Engines Consume Q and A Markup?

Language models and retrieval systems benefit from Q and A markup because it removes an extraction step. When a page carries a JSON-LD block that explicitly pairs a question string with an answer string, a chunking pipeline can treat that pair as a single coherent unit rather than guessing where an answer starts and ends inside a wall of prose.

Retrieval-augmented systems generally split pages into passages before embedding them. Poorly bounded passages are the most common cause of a brand being summarized inaccurately: the model retrieves half an answer, or an answer joined to an unrelated paragraph. Explicit question and answer pairing produces cleaner chunk boundaries, and teams that restructure content this way typically see fewer partial or garbled citations within one to two crawl cycles.

The second benefit is phrasing alignment. Buyers ask assistants full-sentence questions. A page that already contains the question in natural language, immediately followed by a direct answer, matches the shape of the query far more closely than a section headed with a two-word noun phrase. This is the same mechanism that made featured snippets work, applied to a different surface.

Markup also helps with attribution. When a passage is stored with an explicit question label and a source URL, a system that surfaces the answer has a cleaner path back to the origin page. Attribution behavior varies widely between assistants and is never guaranteed, but content that arrives as a well-bounded, clearly labeled unit is easier to credit than content extracted from the middle of an undifferentiated article.

FAQPage or QAPage: Which Type Should Enterprise Sites Use?

Use FAQPage when your organization writes both the question and the authoritative answer, which covers almost all marketing, product, pricing, and support content. Use QAPage only for pages where users submit a question and one or more community answers compete, such as a forum thread or a customer community with voting. Misusing QAPage on editorial content is a common and avoidable error.

A single page should carry one FAQPage declaration containing all of its question and answer items, not a separate declaration per question. The answers in the markup must match the answers visible on the page. Marking up content that a visitor cannot see is a guideline violation and, more practically, creates a mismatch that undermines the consistency signals AI systems use to judge whether a source is reliable.

For large sites, the decision is usually operational rather than semantic. Most enterprise CMS implementations generate FAQ markup from a structured content field, which means one template change propagates across thousands of pages. That is an advantage when the schema is correct and a liability when it is not, so a validation gate in the publishing workflow is worth more than any individual page fix.

The Five-Point Q-Value Test for Every FAQ You Publish

Before an FAQ entry earns a place on the page, run it through the Q-Value Test, a five-point screen that separates questions worth answering from filler. First, voice: is the question phrased the way a buyer would actually type or speak it, rather than as a keyword fragment? Second, singularity: does it ask exactly one thing, so the answer can stand alone when lifted out of context?

Third, specificity: does the answer contain a number, a range, a timeline, a named condition, or a clear yes or no, rather than a hedge? Fourth, non-duplication: does the answer say something the body copy does not already say in the same words, so the page is not simply repeating itself for the crawler? Fifth, ownership: is your organization genuinely the best source for this answer, or is it generic knowledge that any vendor could publish?

Entries that pass all five are worth marking up. Entries that fail two or more should be deleted rather than rewritten, because thin FAQ blocks impose a real cost in page weight, review overhead, and reader trust. In practice, applying this test to a mature enterprise site removes a large share of existing entries and improves the citation rate of the ones that remain.

The ownership criterion deserves particular attention in crowded categories. Questions such as what a given technology is, or why it matters, are answered identically by every vendor in the market, and a system choosing a source for that answer has no reason to prefer you. Questions about how the technology behaves in your specific implementation, at your specific scale, with your specific constraints, have one credible source. Those are the entries worth the schema.

What Does Good FAQ Implementation Look Like at Enterprise Scale?

Good implementation starts with sourcing questions from evidence rather than intuition. The highest-value inputs are sales call transcripts, support ticket subject lines, the internal search log on your own site, and the objection list your sales engineers maintain. These sources surface the questions buyers actually ask in their own words, which is precisely the phrasing an assistant will need to match.

Answer length should be deliberate. Answers in the range of 40 to 80 words tend to work best: long enough to be complete and self-contained, short enough to be quoted whole without truncation. Lead with the direct answer in the first sentence, then add the qualifying detail. Answers that open with context and bury the conclusion are frequently cited in a way that misrepresents the position.

Governance is what separates a program from a project. Assign an owner for FAQ content in each product area, set a review cadence of one to two quarters, and tie every entry to a source so it can be re-validated when pricing, packaging, or compliance language changes. Most enterprise programs need 8 to 12 weeks to move from ad hoc FAQ blocks to a governed, template-driven system.

Placement is the last variable worth controlling. FAQ blocks work best on pages where a buyer arrives with a specific decision to make: pricing, security, integration, implementation, and comparison pages. On top-of-funnel explainer content they tend to restate the article. Concentrating the effort on the ten to twenty pages closest to a purchase decision produces more usable answers than distributing it evenly across the site.

How Do You Measure FAQ Performance When There Is No Rich Result?

Measurement moves from impressions to citations. The primary metric becomes how often an AI assistant reproduces your answer, in your framing, when asked the question you published. Teams typically track a fixed panel of 50 to 200 buyer questions across the major assistants, run them on a monthly cadence, and score three things: whether your brand appears, whether the answer is accurate, and whether the source is attributed.

Supporting metrics still come from conventional sources. Referral traffic from AI surfaces, crawl frequency from AI user agents in server logs, and on-site search queries that go unanswered all indicate whether coverage is expanding. Directional movement over 8 to 12 weeks is more meaningful than week-to-week variance, since assistant outputs are non-deterministic and will fluctuate even when nothing on your site has changed.

Lemniscate Growth builds this measurement layer into structured data engagements rather than treating it as an afterthought, using AEO checkers and AI citation checkers from The GrowthGPT toolset to establish a baseline before markup changes ship. The point is not the schema itself. The point is whether the answers your buyers receive from an assistant are accurate, attributed, and aligned with the pipeline you are trying to build.

Ready to build measurable pipeline?

30-minute strategy session. No pitch. Just pipeline advice.

Get Your Free Strategy Session