diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a042c27..670477b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,16 +23,19 @@ const inter = Inter({ export const metadata: Metadata = { title: "Creative Marketing Agency | Brand Strategy & Design", description: "Transform your brand with award-winning marketing strategy, digital design, and content creation. Trusted by leading companies worldwide.", keywords: "marketing agency, creative services, brand strategy, digital design, marketing campaigns", metadataBase: new URL("https://creativestudio.com"), alternates: { - canonical: "https://creativestudio.com"}, + canonical: "https://creativestudio.com" + }, openGraph: { title: "Creative Marketing Agency | Innovative Brand Solutions", description: "Award-winning creative marketing agency specializing in brand strategy, digital design, and performance marketing.", url: "https://creativestudio.com", siteName: "CreativeStudio", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg", alt: "CreativeStudio - Leading Creative Marketing Agency"}, + url: "http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg", alt: "CreativeStudio - Leading Creative Marketing Agency" + } ], }, twitter: { card: "summary_large_image", title: "Creative Marketing Agency | Brand Strategy & Design", description: "Transform your brand with innovative marketing strategy, design, and content creation.", images: [ - "http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg"], + "http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg" + ], }, robots: { index: true,