Update src/app/layout.tsx

This commit is contained in:
2026-02-02 15:14:08 +00:00
parent 64699975b3
commit b1e5e8794e

View File

@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const openSans = Open_Sans({ const openSans = Open_Sans({
variable: "--font-open-sans", variable: "--font-open-sans", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "AgentAI - Enterprise AI Agent Automation Platform", title: "AgentAI - Enterprise AI Agent Automation Platform", description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale. Increase efficiency, reduce costs, and accelerate growth with AgentAI's powerful automation platform.", keywords: "AI agents, automation, enterprise, workflow, business intelligence, RPA, intelligent automation", metadataBase: new URL("https://agentai.example.com"),
description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale. Increase efficiency, reduce costs, and accelerate growth with AgentAI's powerful automation platform.",
keywords: "AI agents, automation, enterprise, workflow, business intelligence, RPA, intelligent automation",
metadataBase: new URL("https://agentai.example.com"),
alternates: { alternates: {
canonical: "https://agentai.example.com" canonical: "https://agentai.example.com"
}, },
openGraph: { openGraph: {
title: "AgentAI - Enterprise AI Agent Automation Platform", title: "AgentAI - Enterprise AI Agent Automation Platform", description: "Deploy intelligent AI agents to automate complex business processes. Proven by 500+ enterprises.", url: "https://agentai.example.com", siteName: "AgentAI", type: "website", images: [
description: "Deploy intelligent AI agents to automate complex business processes. Proven by 500+ enterprises.",
url: "https://agentai.example.com",
siteName: "AgentAI",
type: "website",
images: [
{ {
url: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", url: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", alt: "AgentAI Enterprise AI Automation Platform"
alt: "AgentAI Enterprise AI Automation Platform"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "AgentAI - Enterprise AI Agent Automation", description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale.", images: ["http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg"]
title: "AgentAI - Enterprise AI Agent Automation",
description: "Deploy intelligent AI agents to automate complex business processes at enterprise scale.",
images: ["http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg"]
}, },
robots: { robots: {
index: true, index: true,