diff --git a/src/blocks/Questions/Questions.tsx b/src/blocks/Questions/Questions.tsx index 3a0a18bca..2cee96fb9 100644 --- a/src/blocks/Questions/Questions.tsx +++ b/src/blocks/Questions/Questions.tsx @@ -29,7 +29,12 @@ const QuestionsBlock = (props: QuestionsProps) => { }; return ( -
+
diff --git a/src/blocks/Questions/models.ts b/src/blocks/Questions/models.ts index 8167fc73e..afb1b86a1 100644 --- a/src/blocks/Questions/models.ts +++ b/src/blocks/Questions/models.ts @@ -1,5 +1,6 @@ export const FaqMicrodataValues = { PageType: 'https://schema.org/FAQPage', + PageId: '/faq', QuestionType: 'https://schema.org/Question', QuestionProp: 'mainEntity', QuestionNameProp: 'name',