Update src/app/layout.tsx
This commit is contained in:
@@ -22,22 +22,20 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild - Creative Web Agency | Design & Development", description: "Transform your digital presence with award-winning web design and development. Expert creative solutions for businesses seeking excellence.", keywords: "web agency, web design, web development, creative services, digital transformation, UI/UX design", metadataBase: new URL("https://webild.io"),
|
||||
alternates: {
|
||||
canonical: "https://webild.io"
|
||||
},
|
||||
canonical: "https://webild.io"},
|
||||
openGraph: {
|
||||
title: "Webild - Creative Web Agency", description: "Expert web design and development services for transforming your digital presence.", url: "https://webild.io", siteName: "Webild", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/cheerful-women-office_23-2147651758.jpg", alt: "Creative workspace team collaboration"
|
||||
}
|
||||
]
|
||||
url: "http://img.b2bpic.net/free-photo/cheerful-women-office_23-2147651758.jpg", alt: "Creative workspace team collaboration"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Webild - Creative Web Agency", description: "Expert web design and development services for transforming your digital presence.", images: ["http://img.b2bpic.net/free-photo/cheerful-women-office_23-2147651758.jpg"]
|
||||
card: "summary_large_image", title: "Webild - Creative Web Agency", description: "Expert web design and development services for transforming your digital presence.", images: ["http://img.b2bpic.net/free-photo/cheerful-women-office_23-2147651758.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user