From 269046bee35b2912748e18096a67fe24be60e567 Mon Sep 17 00:00:00 2001 From: MaryWylde Date: Mon, 2 Mar 2026 20:10:26 +0400 Subject: [PATCH] feat: add script for ahrefs --- src/components/SeoGenerator/SeoGenerator.tsx | 226 ++++++++++--------- 1 file changed, 119 insertions(+), 107 deletions(-) diff --git a/src/components/SeoGenerator/SeoGenerator.tsx b/src/components/SeoGenerator/SeoGenerator.tsx index 1f9531c..af2c194 100644 --- a/src/components/SeoGenerator/SeoGenerator.tsx +++ b/src/components/SeoGenerator/SeoGenerator.tsx @@ -1,5 +1,6 @@ import type { FC } from 'react'; import Head from 'next/head'; +import Script from 'next/script'; import { useRouter } from 'next/router'; import { generateSchema } from '@lib/schema'; @@ -198,122 +199,133 @@ const SeoGenerator: FC = ({ ); return ( - - - - - - {pathname.includes('/user') ? ( - - ) : ( + <> + + + + + {pathname.includes('/user') ? ( + + ) : ( + + )} + + + {title} + {/*Testing canonical on Staging*/} + {/*{process.env.NEXT_PUBLIC_DOMAIN === 'https://keepsimple.io' && (*/} + + {/*)}*/} + + + + + + + {/* GOOGLE */} + + + + + - )} - - - {title} - {/*Testing canonical on Staging*/} - {/*{process.env.NEXT_PUBLIC_DOMAIN === 'https://keepsimple.io' && (*/} - - {/*)}*/} - - - - - - - {/* GOOGLE */} - - - - - - - - - + + + + - + - {/* AUTHRO */} + {/* AUTHRO */} - + - {/* TWITTER */} - - - - - - - - -