Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user