add ld+json
parent
4063aa014b
commit
c198cd9a7d
|
@ -12,13 +12,22 @@ export const metadata: Metadata = {
|
||||||
|
|
||||||
function RootLayout({ children }: { children: ReactNode }): ReactElement {
|
function RootLayout({ children }: { children: ReactNode }): ReactElement {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="baidu-site-verification" content="codeva-ET8AOZwhkG" />
|
<meta name="baidu-site-verification" content="codeva-ET8AOZwhkG" />
|
||||||
<meta name="sogou_site_verification" content="5WfNfjHc6j" />
|
<meta name="sogou_site_verification" content="5WfNfjHc6j" />
|
||||||
<meta name="360-site-verification" content="c2f6de2ca12d108936ee7a52fcbf72dc" />
|
<meta name="360-site-verification" content="c2f6de2ca12d108936ee7a52fcbf72dc" />
|
||||||
<meta name="bytedance-verification-code" content="uSu4KfluDS94lnP5ePYw" />
|
<meta name="bytedance-verification-code" content="uSu4KfluDS94lnP5ePYw" />
|
||||||
<meta name="shenma-site-verification" content="0061e0d75bde85c15d49d5d8bc05ffee_1730083409" />
|
<meta name="shenma-site-verification" content="0061e0d75bde85c15d49d5d8bc05ffee_1730083409" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{JSON.stringify({
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "WebSite",
|
||||||
|
"name": "网站名称",
|
||||||
|
"url": "https://www.example.com"
|
||||||
|
})}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{children}
|
{children}
|
||||||
|
|
Loading…
Reference in New Issue