Update src/app/layout.tsx
This commit is contained in:
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AIAssist - Deploy AI Agents as Client Assistants",
|
||||
description: "Build and deploy intelligent AI agents to handle client interactions 24/7. Enterprise-grade security, unlimited scalability, and instant deployment.",
|
||||
keywords: "AI agent, chatbot platform, customer service automation, intelligent assistant, SaaS",
|
||||
metadataBase: new URL("https://aiassist.io"),
|
||||
title: "AIAssist - Deploy AI Agents as Client Assistants", description: "Build and deploy intelligent AI agents to handle client interactions 24/7. Enterprise-grade security, unlimited scalability, and instant deployment.", keywords: "AI agent, chatbot platform, customer service automation, intelligent assistant, SaaS", metadataBase: new URL("https://aiassist.io"),
|
||||
alternates: {
|
||||
canonical: "https://aiassist.io",
|
||||
},
|
||||
canonical: "https://aiassist.io"},
|
||||
openGraph: {
|
||||
title: "AIAssist - Intelligent AI Agents for Business",
|
||||
description: "Deploy AI agents as your client assistants. Handle inquiries, support, and business tasks with intelligent automation.",
|
||||
url: "https://aiassist.io",
|
||||
siteName: "AIAssist",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "AIAssist - Intelligent AI Agents for Business", description: "Deploy AI agents as your client assistants. Handle inquiries, support, and business tasks with intelligent automation.", url: "https://aiassist.io", siteName: "AIAssist", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png",
|
||||
alt: "AIAssist Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png", alt: "AIAssist Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "AIAssist - Deploy AI Agents for Client Interactions",
|
||||
description: "Enterprise-grade AI agents for 24/7 customer support and automation.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png",
|
||||
],
|
||||
card: "summary_large_image", title: "AIAssist - Deploy AI Agents for Client Interactions", description: "Enterprise-grade AI agents for 24/7 customer support and automation.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQl7xgtU77Ab7K2fMjb9S5UEGO/a-modern-dark-themed-ai-agent-dashboard--1772532768124-ae5c2b99.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user