SEO: drop empty verification key (was emitting nothing useful)
This commit is contained in:
parent
8033f095ca
commit
8757201623
1 changed files with 8 additions and 5 deletions
|
|
@ -17,6 +17,14 @@ const jetbrainsMono = JetBrains_Mono({
|
||||||
|
|
||||||
const SITE_URL = "https://wilddragon.net";
|
const SITE_URL = "https://wilddragon.net";
|
||||||
|
|
||||||
|
// When you set up Search Console / Bing Webmaster Tools, paste the
|
||||||
|
// verification tokens here and add the `verification` block to `metadata`.
|
||||||
|
// Example:
|
||||||
|
// verification: {
|
||||||
|
// google: "abcd1234...",
|
||||||
|
// other: { "msvalidate.01": "..." },
|
||||||
|
// }
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: {
|
title: {
|
||||||
default:
|
default:
|
||||||
|
|
@ -80,11 +88,6 @@ export const metadata: Metadata = {
|
||||||
"max-video-preview": -1,
|
"max-video-preview": -1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
verification: {
|
|
||||||
// Add when you set these up in Search Console / Bing Webmaster Tools
|
|
||||||
// google: "...",
|
|
||||||
// other: { "msvalidate.01": "..." },
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const structuredData = {
|
const structuredData = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue