Update src/app/layout.tsx
This commit is contained in:
@@ -5,37 +5,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const interTight = Inter_Tight({
|
const interTight = Inter_Tight({
|
||||||
variable: "--font-inter-tight",
|
variable: "--font-inter-tight", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "BuildCorp Kenya - Construction & Project Development Solutions",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://buildcorp.ke"
|
canonical: "https://buildcorp.ke"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "BuildCorp Kenya - Construction Excellence in East Africa",
|
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: [
|
||||||
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",
|
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"
|
||||||
alt: "BuildCorp Kenya - Professional Construction Excellence"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"]
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user