Skip to content

Commit 4395f8a

Browse files
authored
fix(QuestionBlock): fix itemprop parameter value for FaqPage microdata (#316)
1 parent 10841dc commit 4395f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/Questions/Questions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const FaqMicrodataValues = {
1515
PageType: 'https://schema.org/FAQPage',
1616
QuestionType: 'https://schema.org/Question',
1717
QuestionProp: 'mainEntity',
18-
QuestionTextProp: 'name',
18+
QuestionTextProp: 'text',
1919
AnswerType: 'https://schema.org/Answer',
2020
AnswerProp: 'acceptedAnswer',
2121
AnswerTextProp: 'text',

0 commit comments

Comments
 (0)