mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 15:10:26 +00:00
添加百度站长验证
This commit is contained in:
@@ -296,6 +296,9 @@ const BLOG = {
|
|||||||
SEO_GOOGLE_SITE_VERIFICATION:
|
SEO_GOOGLE_SITE_VERIFICATION:
|
||||||
process.env.NEXT_PUBLIC_SEO_GOOGLE_SITE_VERIFICATION || '', // Remove the value or replace it with your own google site verification code
|
process.env.NEXT_PUBLIC_SEO_GOOGLE_SITE_VERIFICATION || '', // Remove the value or replace it with your own google site verification code
|
||||||
|
|
||||||
|
SEO_BAIDU_SITE_VERIFICATION:
|
||||||
|
process.env.NEXT_PUBLIC_SEO_BAIDU_SITE_VERIFICATION || '', // Remove the value or replace it with your own google site verification code
|
||||||
|
|
||||||
// <---- 站点统计
|
// <---- 站点统计
|
||||||
|
|
||||||
// 谷歌广告
|
// 谷歌广告
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ const CommonHead = ({ meta, children }) => {
|
|||||||
content={BLOG.SEO_GOOGLE_SITE_VERIFICATION}
|
content={BLOG.SEO_GOOGLE_SITE_VERIFICATION}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
{BLOG.SEO_BAIDU_SITE_VERIFICATION && (<meta name="baidu-site-verification" content={BLOG.SEO_BAIDU_SITE_VERIFICATION} />)}
|
||||||
<meta name="keywords" content={keywords} />
|
<meta name="keywords" content={keywords} />
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<meta property="og:locale" content={lang} />
|
<meta property="og:locale" content={lang} />
|
||||||
|
|||||||
Reference in New Issue
Block a user