Update src/app/layout.tsx
This commit is contained in:
@@ -5,37 +5,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BuildCorp Kenya - Construction & Project Development Solutions",
|
||||
description: "Reliable construction partner for residential and commercial developments in Kenya. 45+ projects, 98% on-time delivery. Trusted by developers and international investors.",
|
||||
keywords: "construction Kenya, real estate development, commercial projects, residential construction, Nairobi development, project management, construction company",
|
||||
metadataBase: new URL("https://buildcorp.ke"),
|
||||
title: "BuildCorp Kenya - Construction & Project Development Solutions", description: "Reliable construction partner for residential and commercial developments in Kenya. 45+ projects, 98% on-time delivery. Trusted by developers and international investors.", keywords: "construction Kenya, real estate development, commercial projects, residential construction, Nairobi development, project management, construction company", metadataBase: new URL("https://buildcorp.ke"),
|
||||
alternates: {
|
||||
canonical: "https://buildcorp.ke"
|
||||
},
|
||||
openGraph: {
|
||||
title: "BuildCorp Kenya - Construction Excellence in East Africa",
|
||||
description: "Delivering proven construction solutions for residential and commercial developments. Partner with Kenya's most reliable project developer.",
|
||||
url: "https://buildcorp.ke",
|
||||
siteName: "BuildCorp Kenya",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "BuildCorp Kenya - Construction Excellence in East Africa", description: "Delivering proven construction solutions for residential and commercial developments. Partner with Kenya's most reliable project developer.", url: "https://buildcorp.ke", siteName: "BuildCorp Kenya", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/distant-shot-urban-area-with-cars-street-high-buildings_181624-2937.jpg",
|
||||
alt: "BuildCorp Kenya - Professional Construction Excellence"
|
||||
url: "http://img.b2bpic.net/free-photo/distant-shot-urban-area-with-cars-street-high-buildings_181624-2937.jpg", alt: "BuildCorp Kenya - Professional Construction Excellence"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "BuildCorp Kenya - Construction Project Development",
|
||||
description: "45+ completed projects, 98% on-time delivery. Your trusted construction partner in Kenya.",
|
||||
images: ["http://img.b2bpic.net/free-photo/distant-shot-urban-area-with-cars-street-high-buildings_181624-2937.jpg"]
|
||||
card: "summary_large_image", title: "BuildCorp Kenya - Construction Project Development", description: "45+ completed projects, 98% on-time delivery. Your trusted construction partner in Kenya.", images: ["http://img.b2bpic.net/free-photo/distant-shot-urban-area-with-cars-street-high-buildings_181624-2937.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user