Update src/app/layout.tsx

This commit is contained in:
2026-03-04 13:32:01 +00:00
parent ddb6f1ac2c
commit d221906457

View File

@@ -9,18 +9,21 @@ const archivo = Archivo({
});
export const metadata: Metadata = {
title: "Webuild - Web Development & Automation Services", description: "Expert web development and automation services. We create stunning, high-performing websites and automate your digital workflows.", keywords: "web development, website design, automation, SaaS, custom websites, web automation, digital solutions", metadataBase: new URL("https://webuild.dev"),
title: "Professional Web Development Agency | Custom Services", description: "Expert web development agency providing custom services. We specialize in professional web solutions delivered through direct partnerships and consultative selling.", keywords: "web development agency, custom web services, professional web solutions, web development company", metadataBase: new URL("https://smartbiz.dev"),
alternates: {
canonical: "https://webuild.dev"},
canonical: "https://smartbiz.dev"
},
openGraph: {
title: "Webuild - Web Development & Automation", description: "Transform your digital presence with custom websites and smart automation.", url: "https://webuild.dev", siteName: "Webuild", type: "website", images: [
title: "Professional Web Development Agency", description: "Custom web development services for businesses.", url: "https://smartbiz.dev", siteName: "smartbiz", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png", alt: "Webuild web development dashboard"},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png", alt: "smartbiz web development dashboard"
},
],
},
twitter: {
card: "summary_large_image", title: "Webuild - Web Development & Automation", description: "Expert web development and automation services.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png"],
card: "summary_large_image", title: "Professional Web Development Agency", description: "Expert custom web development services.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png"
],
},
robots: {
index: true,
@@ -1410,4 +1413,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}