Update src/app/layout.tsx

This commit is contained in:
2026-02-15 22:51:50 +00:00
parent ee497d8c6c
commit ac34f3a7c0

View File

@@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const nunito = Nunito({ const nunito = Nunito({
variable: "--font-nunito", variable: "--font-nunito", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "AgentDeploy - Enterprise AI Agent Platform", title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy, monitor, and scale AI agents at enterprise scale. Secure, reliable infrastructure for autonomous systems.", keywords: "AI agents, deployment platform, automation, enterprise, cloud infrastructure", openGraph: {
description: "Deploy, monitor, and scale AI agents at enterprise scale. Secure, reliable infrastructure for autonomous systems.", title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", siteName: "AgentDeploy", type: "website"},
keywords: "AI agents, deployment platform, automation, enterprise, cloud infrastructure",
openGraph: {
title: "AgentDeploy - Enterprise AI Agent Platform",
description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.",
siteName: "AgentDeploy",
type: "website",
},
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime."},
title: "AgentDeploy - Enterprise AI Agent Platform",
description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.",
},
robots: { robots: {
index: true, index: true,
follow: true, follow: true,