mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 04:59:23 +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 = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.converters.tools.jsonYaml.longTitle,
|
title: toolGroups.converters.tools.jsonYaml.longTitle,
|
||||||
description: toolGroups.converters.tools.jsonYaml.description,
|
description: toolGroups.converters.tools.jsonYaml.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.converters.title,
|
title: toolGroups.converters.title,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.converters.tools.numberBase.longTitle,
|
title: toolGroups.converters.tools.numberBase.longTitle,
|
||||||
description: toolGroups.converters.tools.numberBase.description,
|
description: toolGroups.converters.tools.numberBase.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.encodersDecoders.tools.base64.longTitle,
|
title: toolGroups.encodersDecoders.tools.base64.longTitle,
|
||||||
description: toolGroups.encodersDecoders.tools.base64.description,
|
description: toolGroups.encodersDecoders.tools.base64.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.encodersDecoders.tools.html.longTitle,
|
title: toolGroups.encodersDecoders.tools.html.longTitle,
|
||||||
description: toolGroups.encodersDecoders.tools.html.description,
|
description: toolGroups.encodersDecoders.tools.html.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.encodersDecoders.tools.jwt.longTitle,
|
title: toolGroups.encodersDecoders.tools.jwt.longTitle,
|
||||||
description: toolGroups.encodersDecoders.tools.jwt.description,
|
description: toolGroups.encodersDecoders.tools.jwt.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.encodersDecoders.title,
|
title: toolGroups.encodersDecoders.title,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.encodersDecoders.tools.url.longTitle,
|
title: toolGroups.encodersDecoders.tools.url.longTitle,
|
||||||
description: toolGroups.encodersDecoders.tools.url.description,
|
description: toolGroups.encodersDecoders.tools.url.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.formatters.tools.json.longTitle,
|
title: toolGroups.formatters.tools.json.longTitle,
|
||||||
description: toolGroups.formatters.tools.json.description,
|
description: toolGroups.formatters.tools.json.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.formatters.title,
|
title: toolGroups.formatters.title,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.generators.tools.hash.longTitle,
|
title: toolGroups.generators.tools.hash.longTitle,
|
||||||
description: toolGroups.generators.tools.hash.description,
|
description: toolGroups.generators.tools.hash.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.generators.title,
|
title: toolGroups.generators.title,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -5,6 +5,11 @@ import { toolGroups } from "@/config/tools";
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: toolGroups.generators.tools.uuid.longTitle,
|
title: toolGroups.generators.tools.uuid.longTitle,
|
||||||
description: toolGroups.generators.tools.uuid.description,
|
description: toolGroups.generators.tools.uuid.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -21,6 +21,11 @@ export const metadata: Metadata = {
|
|||||||
template: `%s - ${siteConfig.name}`,
|
template: `%s - ${siteConfig.name}`,
|
||||||
},
|
},
|
||||||
description: siteConfig.description,
|
description: siteConfig.description,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: siteConfig.name,
|
title: siteConfig.name,
|
||||||
siteName: siteConfig.name,
|
siteName: siteConfig.name,
|
||||||
|
|||||||
@@ -3,6 +3,11 @@ import { Metadata } from "next";
|
|||||||
// TODO: use query param
|
// TODO: use query param
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Search results",
|
title: "Search results",
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ import { singleTools } from "@/config/tools";
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: singleTools.settings.longTitle,
|
title: singleTools.settings.longTitle,
|
||||||
|
robots: {
|
||||||
|
googleBot: {
|
||||||
|
index: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user