- What exactly makes the rule decide a page 'looks like an FAQ'?
- Two independent triggers, either one is enough. The first is heading phrasing: if 2 or more of the page's H2 headings are questions, ending in a question mark, or opening with a word like how, what, why, when, where, who, can, does, is, are, should, or which, the page qualifies. The faqMinQuestionHeadings option sets that count and defaults to 2. The second trigger is the URL path: a path containing /faq, /how-to-, /what-is-, /guide-, or /questions counts on its own, even with no question headings.
- Why is this only info severity instead of a warning or error?
- Because nothing is broken; the page can rank and serve readers perfectly well as it stands. The rule is surfacing an opportunity, not a defect. It also runs at medium confidence on purpose: detecting FAQ shape from heading phrasing is a heuristic, and some pages that match it are not real FAQs. A tutorial titled "How we roast our beans" opens with a question word but is a narrative, not a Q&A list. Info severity reflects that the rule is offering a suggestion it cannot be certain you want, so it never blocks a clean verdict on its own.
- If the page already has FAQPage markup, does the rule still fire?
- No. Finding an @type of FAQPage, HowTo, or QAPage anywhere in the JSON-LD graph makes the rule pass, because those pairs are already declared in a machine-readable form and a crawl has nothing useful left to say. Treat that purely as an exemption for sites that already ship the markup, usually for a non-Google consumer of their schema. It is not a hint to add it: the engine's own site removed every FAQPage node it emitted in August 2026 for exactly this reason, and the rule's fix text never suggests the markup.
- Doesn't Google show a rich FAQ accordion in search if I add this schema?
- Not any more, for anybody. Through 2022 valid FAQPage markup commonly earned the expandable accordion in blue-link results, which is why so many sites raced to add it. Google restricted the feature to well-known government and health sites in August 2023, then retired it outright: the changelog entry of May 8, 2026 announced it would stop appearing from May 7, 2026, and the documentation page came down on June 15, 2026. There is no successor feature to migrate to, and the effort is better spent on the visible layout.
- My home-espresso brewing guide trips this rule: what should I actually change?
- Your /how-to-dial-in-espresso page already has the hard part: real H2 questions like "What grind size gives a 25 to 30 second extraction?" and "Why does my portafilter channel and spray?", each answered somewhere in the prose below. The rule fires because those answers are not sitting where a machine expects them. Move the resolving sentence to the top of the paragraph immediately under its heading, so the burr-grinder advice, the tamp-pressure tip, and the extraction-time troubleshooting each read as one self-contained answer. Then when a barista asks an assistant "why is my espresso shot pulling in 9 seconds", your channeling answer is the paragraph it can quote whole.