seo issue
This commit is contained in:
parent
4569d89ab2
commit
9e37136efd
|
|
@ -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 />
|
||||
<Suspense fallback={null}>
|
||||
<FacebookPixel />
|
||||
</Suspense>
|
||||
{children}
|
||||
</Providers>
|
||||
</Suspense>
|
||||
|
|
|
|||
Loading…
Reference in New Issue