Skip to main content
Validates FAQPage schema structure
Rule IDschema/faq
CategoryStructured Data
ScopePer-page
Severitywarning
Weight4/10

Solution

FAQPage schema enables FAQ rich results in search. Structure: FAQPage with mainEntity array of Question items. Each Question needs name (question text) and acceptedAnswer (Answer with text). FAQ content must be visible on the page. Don’t use for single Q&A or forums - those have different schema types.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["schema/faq"]

Disable all Structured Data rules

squirrel.toml
[rules]
disable = ["schema/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["schema/faq"]
disable = ["*"]