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";
const nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
variable: "--font-nunito", subsets: ["latin"],
});
export const metadata: Metadata = {
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: {
title: "AgentDeploy - Enterprise AI Agent Platform",
description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.",
siteName: "AgentDeploy",
type: "website",
},
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: {
title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", siteName: "AgentDeploy", type: "website"},
twitter: {
card: "summary_large_image",
title: "AgentDeploy - Enterprise AI Agent Platform",
description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.",
},
card: "summary_large_image", title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime."},
robots: {
index: true,
follow: true,