All checks / Machine-Readable Data

Advisory faq-schema-opportunity

FAQ content is marked up as FAQPage

What this check means

Checks whether a page that reads like a list of questions declares FAQPage schema.

Why it matters

Question-and-answer content is the shape AI answers are built from. Marking it up hands a system ready-made pairs instead of asking it to infer which paragraph answers which heading.

How we detect it

We look for three or more headings phrased as questions. If we find them and there is no FAQPage schema, we suggest it. Pages without question headings are skipped.

How to fix it

Wrap the questions and answers in FAQPage schema with a mainEntity array of Question objects.

Check whether this applies to your site.

Run an AI audit

Other Machine-Readable Data checks