seo issue
This commit is contained in:
@@ -65,7 +65,6 @@ export default function MarketingGroupLayout({
|
||||
type="application/ld+json"
|
||||
dangerouslySetInnerHTML={{ __html: JSON.stringify(organizationSchema()) }}
|
||||
/>
|
||||
<FacebookPixel />
|
||||
<MarketingLayout>
|
||||
{children}
|
||||
</MarketingLayout>
|
||||
|
||||
@@ -59,7 +59,9 @@ export default function RootLayout({
|
||||
<Suspense fallback={null}>
|
||||
<Providers>
|
||||
<AdSenseScript />
|
||||
<FacebookPixel />
|
||||
<Suspense fallback={null}>
|
||||
<FacebookPixel />
|
||||
</Suspense>
|
||||
{children}
|
||||
</Providers>
|
||||
</Suspense>
|
||||
|
||||
Reference in New Issue
Block a user