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