We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10841dc commit 4395f8aCopy full SHA for 4395f8a
src/blocks/Questions/Questions.tsx
@@ -15,7 +15,7 @@ const FaqMicrodataValues = {
15
PageType: 'https://schema.org/FAQPage',
16
QuestionType: 'https://schema.org/Question',
17
QuestionProp: 'mainEntity',
18
- QuestionTextProp: 'name',
+ QuestionTextProp: 'text',
19
AnswerType: 'https://schema.org/Answer',
20
AnswerProp: 'acceptedAnswer',
21
AnswerTextProp: 'text',
0 commit comments