Update src/app/layout.tsx
This commit is contained in:
@@ -22,22 +22,21 @@ const nunito = Nunito({
|
||||
export const metadata: Metadata = {
|
||||
title: "Executive Coaching | Business & Leadership Development", description: "Transform your business with proven executive coaching. Strategic guidance for CEOs and entrepreneurs to unlock growth, build leadership capabilities, and achieve sustainable success.", keywords: "executive coaching, business coach, leadership development, CEO coaching, business strategy, professional development", metadataBase: new URL("https://executivecoaching.com"),
|
||||
alternates: {
|
||||
canonical: "https://executivecoaching.com"
|
||||
},
|
||||
canonical: "https://executivecoaching.com"},
|
||||
openGraph: {
|
||||
title: "Executive Coaching for Business Leaders | Transform Your Success", description: "Expert coaching programs for entrepreneurs and executives. Build strategic vision, develop leadership capabilities, and drive sustainable business growth.", url: "https://executivecoaching.com", siteName: "Executive Coaching", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", alt: "Executive coaching and business development"
|
||||
}
|
||||
]
|
||||
url: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", alt: "Executive coaching and business development"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Executive Coaching for Business Leaders", description: "Transform your business and leadership with expert coaching. Free consultation available.", images: ["http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg"]
|
||||
card: "summary_large_image", title: "Executive Coaching for Business Leaders", description: "Transform your business and leadership with expert coaching. Free consultation available.", images: [
|
||||
"http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user