Update src/app/layout.tsx
This commit is contained in:
@@ -16,25 +16,28 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "Web Link | Professional Website Design Agency", description: "Custom web design solutions for ambitious businesses. From concept to launch, we create stunning, high-converting websites tailored to your vision.", keywords: "web design, website design agency, custom web development, responsive design, e-commerce, SEO optimization", metadataBase: new URL("https://weblink.com"),
|
||||
alternates: {
|
||||
canonical: "https://weblink.com"},
|
||||
canonical: "https://weblink.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Web Link - Professional Website Design", description: "Transform your digital presence with custom web design. High-converting websites built for ambitious businesses.", url: "https://weblink.com", siteName: "Web Link", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png", alt: "Web Link - Professional Web Design"},
|
||||
],
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png", alt: "Web Link - Professional Web Design"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Web Link | Website Design Agency", description: "Custom web design solutions for businesses. High-converting websites that drive results.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png"],
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY9PYKHCB4wOSR74aXxNEBpZ8a/a-modern-web-design-showcase-featuring-r-1772758731665-27ba96e3.png"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
children
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
|
||||
Reference in New Issue
Block a user