From 5a985b3095d558a04688c0c85ce8ad2e4e6ba506 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 22 Nov 2024 12:45:47 +0800 Subject: [PATCH] Theme-Magzine SEO --- components/ExternalPlugins.js | 15 +++++++++++---- themes/magzine/components/Header.js | 4 ++-- themes/magzine/components/PostListPage.js | 4 ++-- themes/magzine/components/PostListRecommend.js | 4 ++-- .../components/PostListSimpleHorizontal.js | 4 ++-- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/components/ExternalPlugins.js b/components/ExternalPlugins.js index 8e7ab3fc959..4adb21ed8f1 100644 --- a/components/ExternalPlugins.js +++ b/components/ExternalPlugins.js @@ -7,6 +7,7 @@ import { useEffect } from 'react' import { GlobalStyle } from './GlobalStyle' import { initGoogleAdsense } from './GoogleAdsense' +import Head from 'next/head' import WebWhiz from './Webwhiz' /** @@ -252,10 +253,16 @@ const ExternalPlugin = props => { )} {AD_WWADS_ID && ( - + <> + + {/* 提前连接到广告服务器 */} + + + + )} {/* {COMMENT_TWIKOO_ENV_ID &&