mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 20:49:24 +00:00
chore: set index to each page
This commit is contained in:
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.encodersDecoders.tools.base64.longTitle,
|
||||
description: toolGroups.encodersDecoders.tools.base64.description,
|
||||
robots: {
|
||||
googleBot: {
|
||||
index: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user