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