mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-28 20:52:03 +00:00
chore: set index to each page
This commit is contained in:
@@ -3,6 +3,11 @@ import { Metadata } from "next";
|
||||
// TODO: use query param
|
||||
export const metadata: Metadata = {
|
||||
title: "Search results",
|
||||
robots: {
|
||||
googleBot: {
|
||||
index: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user