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";
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
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"),
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"),
alternates: {
canonical: "https://agentai.example.com"
},
openGraph: {
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: [
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: [
{
url: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg",
alt: "AgentAI Enterprise AI Automation Platform"
url: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", alt: "AgentAI Enterprise AI Automation Platform"
}
]
},
twitter: {
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"]
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"]
},
robots: {
index: true,