Skip to content

Commit 8f3d6d0

Browse files
author
Michał Gryczka
committed
fixes duplicate "@type": "FAQPage"
1 parent 47b50ba commit 8f3d6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/faq.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const faqSchemaData = {
7474
</FlexibleSection>
7575

7676
<FlexibleSection title="" id="faq-list" variant="gray" theme="light">
77-
<div class="faq-container" itemscope itemtype="https://schema.org/FAQPage">
77+
<div class="faq-container" itemscope>
7878
{sortedFaqItems.map(async (item, index) => {
7979
const { Content } = await item.render();
8080
return (

0 commit comments

Comments
 (0)