mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Fix invalid faq schema
This commit is contained in:
@@ -49,7 +49,7 @@ export function generateFAQSchema(faqs: FAQType[]) {
|
|||||||
name: faq.question,
|
name: faq.question,
|
||||||
acceptedAnswer: {
|
acceptedAnswer: {
|
||||||
'@type': 'Answer',
|
'@type': 'Answer',
|
||||||
text: faq.answer,
|
text: faq.answer.join(' '),
|
||||||
},
|
},
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user