FAQPage structured data not being recognized by Google tools

Hi,

We’ve fitted collections pages with FAQs and encoded them with microdata-formatted structured data (using Schema.org vocabulary), such https://bitsybugboutique.com/collections/newborn-baby-girl-clothes . The validator for schema.org recognizes the FAQPage type without issue (https://validator.schema.org/#url=https%3A%2F%2Fbitsybugboutique.com%2Fcollections%2Fnewborn-baby-girl-clothes) but both the Google Search Console Inspection Tool and the Google Rich Results Tool don’t register the FAQs at all (https://search.google.com/test/rich-results?url=https%3A%2F%2Fbitsybugboutique.com%2Fcollections%2Fnewborn-baby-girl-clothes) . And of course the pages’ search results in Google don’t feature the rich results. Help?

You are missing a required property for the Question. Check out Google’s documents for what’s required: https://developers.google.com/search/docs/appearance/structured-data/faqpage

I recommend using JSON-LD instead of microdata as you’ll be able to see easier what’s missing.

Sorry, must have removed that property accidentally. However, even with that in place, the Rich Results Tool still doesn’t register the FAQPage while the schema.org validator does:
https://search.google.com/test/rich-results/result?id=aZ5K12SGiakdFCtzKuqEtg

There’s actually a few things going on here.

The schema.org validator and Google’s Rich Results Test are not the same thing. Schema.org just checks if your markup is structurally valid, Google’s tool checks if it qualifies for a rich result which has stricter requirements.

First thing I’d change is switching from microdata to JSON-LD. Google technically supports both but FAQ schema in microdata format has always been patchy with Google’s parser. JSON-LD is far more reliable and easier to debug.

Second and this is the bigger issue nobody mentioned, Google rolled back FAQ rich results for most websites in August 2023. They now only show FAQ rich results for government and health websites. So even if your schema is perfectly valid, the rich result simply won’t appear in search for a regular ecommerce store regardless of how clean the markup is.

Your schema showing up in the Rich Results Test doesn’t guarantee it’ll actually show in search anymore. Google made that change quietly and a lot of people still don’t know about it.

What FAQ schema still does is help Google understand your page content better, which has indirect SEO value, and it does still show in AI search tools like Perplexity and Google’s AI Overviews. So it’s still worth having, just don’t expect the accordion dropdowns in regular search results anymore.

If you want to verify the JSON-LD route still works structurally, convert your microdata to JSON-LD and retest. The markup itself is fine, it’s Google’s eligibility criteria that’s the wall here.