mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-26 12:34:23 +00:00
chore: set index to each page
This commit is contained in:
@@ -21,6 +21,11 @@ export const metadata: Metadata = {
|
||||
template: `%s - ${siteConfig.name}`,
|
||||
},
|
||||
description: siteConfig.description,
|
||||
robots: {
|
||||
googleBot: {
|
||||
index: true,
|
||||
},
|
||||
},
|
||||
openGraph: {
|
||||
title: siteConfig.name,
|
||||
siteName: siteConfig.name,
|
||||
|
||||
Reference in New Issue
Block a user