One deprecation broke live dashboards this month, and one robots.txt mistake is quietly removing sites from AI citations. Both are fixable this week.
May 7: FAQ rich results stopped appearing
FAQ rich results no longer appear in Google Search as of May 7, 2026. Google announced it only as a note at the top of the FAQ structured data documentation — "FAQ rich results are no longer appearing in Google Search" — with no blog post and no stated reason.
The tooling was withdrawn on a staged schedule that is now complete:
| Date | What was removed |
|---|---|
| May 7, 2026 | FAQ rich results stop appearing in Search |
| June 2026 | Search Console FAQ appearance filter, FAQ rich result report, Rich Results Test support |
| August 2026 | FAQ rich result data in the Search Console API |
Google's documentation is explicit that FAQPage markup can stay in place: it remains valid schema.org, will not trigger a manual action and will not harm rankings. It simply earns nothing. The correct response is to stop counting it as a deliverable, not to run a removal project.
The wider context is a multi-year contraction. Google reduced FAQ rich result visibility in 2023, then limited it to well-known authoritative government and health sites in August 2023. The May 2026 change removed that last remaining eligibility. HowTo rich results were fully deprecated on desktop back in September 2023.
The AI crawler mistake that costs sites their citations
This is the most consequential technical error we see in 2026, and it is almost always accidental.
Training crawlers and retrieval crawlers are different things and need different rules.
- Training crawlers — for example
GPTBotandGoogle-Extended— collect content used in model training. Blocking them does not affect your Google rankings. - Retrieval crawlers — for example
OAI-SearchBot— fetch pages so they can be cited in live answers. Block these and you remove yourself from being cited as a source in that platform's search product.
A site that writes one broad block intending to protect its content from training frequently removes itself from answer-engine citations at the same time. If your position is "do not train on my content, but do cite me," those are two separate directives written for two separate user agents. Decide deliberately, per bot, and record why.
Google's opt-out control for its own generative AI features, shipped June 3, 2026, is a separate mechanism from robots.txt — and Google states it is not used as a ranking signal for search results outside those AI features.
On llms.txt: what Google actually says
A great deal of 2026 commentary presents llms.txt as a requirement. It is not a standard, and Google does not use it.
robots.txtcontrols crawling and is a genuine standard, formalised as RFC 9309.llms.txtis a proposed convention with no standards body behind it and no confirmed consumer among the major search engines.- Google's guidance on its AI features states there are no additional technical requirements and no special AI-specific files needed to appear in them.
Publishing one is harmless and cheap. Selling one as a Google requirement is not accurate, and buying one on that basis means paying for something Google says is not required.
Crawl budget under AI bot load
The practical technical pressure in 2026 is volume. The number of AI crawlers hitting the open web means even modest sites now see meaningful bot traffic, and origin load that used to be a large-site concern is no longer only that.
Worth checking in your server logs rather than assuming:
- Which bots are actually hitting you, and at what rate. Log analysis, not guesswork — the answer differs a lot between sites.
- Whether AI crawlers are consuming budget on worthless URLs. Faceted navigation, session parameters, internal search results and paginated archives are the usual offenders.
- Whether your origin is absorbing traffic your CDN should cache. The cheapest fix is usually caching, not blocking.
XML sitemaps remain essential for Google and Bing to discover indexable URLs — nothing about AI search has changed that.
Fundamentals that did not change in 2026
Nothing Google shipped this year altered the technical baseline, and it is worth stating so nobody rebuilds a working stack on the strength of AI-search commentary:
- Core Web Vitals still govern real user experience and still matter.
- Crawlability, indexability and clean canonicalisation remain the foundation — AI surfaces are fed by the same index.
- Supported structured data still earns rich results; check what is actually supported in the search gallery rather than a blog post from a previous year.
- Server-rendered or reliably pre-rendered content is still the safe default for anything you need crawled.
This week's checklist
- Find every report pulling FAQ data from the Search Console API and fix or remove it — it went dark this month.
- Read your robots.txt with the training-versus-retrieval distinction in mind and confirm the current rules are what you actually intended.
- Pull a log sample and see which AI crawlers are hitting you and where the budget is going.
- Stop scoping FAQ schema as a deliverable. Leave existing markup; remove it from the plan.
- Check the 2026 update timeline before attributing any traffic change to a technical cause.
← Back to the SEO News hub for the running algorithm tracker and every other deep-dive.
Sources
- Google to no longer support FAQ rich results — Search Engine Land
- Google Drops FAQ Rich Results From Search — Search Engine Journal
- Changes to HowTo and FAQ rich results — Google Search Central
- Google Search's AI features and your website — Google Search Central
- New opportunities, control and insights for website owners — Google Blog
- RFC 9309: Robots Exclusion Protocol
Mubashar Shahzad
Dedicated to tracking and decoding the latest Google algorithm updates and SEO trends.