We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b50ba commit 8f3d6d0Copy full SHA for 8f3d6d0
src/pages/faq.astro
@@ -74,7 +74,7 @@ const faqSchemaData = {
74
</FlexibleSection>
75
76
<FlexibleSection title="" id="faq-list" variant="gray" theme="light">
77
- <div class="faq-container" itemscope itemtype="https://schema.org/FAQPage">
+ <div class="faq-container" itemscope>
78
{sortedFaqItems.map(async (item, index) => {
79
const { Content } = await item.render();
80
return (
0 commit comments