Update src/app/layout.tsx
This commit is contained in:
@@ -22,21 +22,25 @@ const openSans = Open_Sans({
|
||||
export const metadata: Metadata = {
|
||||
title: "Signalate AI | Automated Lead Conversion Voice Agents", description: "Transform your leads into booked meetings automatically. Signalate AI Voice Agents call, qualify, and schedule appointments 24/7. Increase conversions by 3x without hiring staff.", keywords: "AI voice agent, lead conversion, automated calling, sales automation, voice technology, lead qualification", metadataBase: new URL("https://signalate.ai"),
|
||||
alternates: {
|
||||
canonical: "https://signalate.ai"},
|
||||
canonical: "https://signalate.ai"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Signalate AI | Automated Lead Conversion", description: "Transform your leads into booked meetings automatically with AI Voice Agents. 3x more conversions, 24/7 availability, zero manual follow-up.", url: "https://signalate.ai", siteName: "Signalate AI", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/a-sleek-modern-ai-voice-agent-interface--1772536918422-5737e15c.png", alt: "Signalate AI Voice Agent Dashboard"},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/a-sleek-modern-ai-voice-agent-interface--1772536918422-5737e15c.png", alt: "Signalate AI Voice Agent Dashboard"
|
||||
}
|
||||
],
|
||||
type: "website"},
|
||||
type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Signalate AI | Automated Lead Conversion", description: "Transform leads into booked meetings automatically. No manual follow-up. No missed opportunities.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/a-sleek-modern-ai-voice-agent-interface--1772536918422-5737e15c.png"],
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/a-sleek-modern-ai-voice-agent-interface--1772536918422-5737e15c.png"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user