Update src/app/layout.tsx

This commit is contained in:
2026-03-04 11:15:18 +00:00
parent 6b7c729cfa
commit 3b54cb494d

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "GHACEM - Ghana's Leading Cement Manufacturer | Quality Cement Solutions",
description: "Ghacem Limited is Ghana's leading cement producer supplying high-quality cement for homes, roads, bridges, and infrastructure. 50+ years of excellence. Nationwide distribution.",
keywords: "cement Ghana, GHACEM, construction materials, high strength cement, eco-friendly cement, waterproof cement, nationwide delivery",
metadataBase: new URL("https://ghacem.com"),
title: "GHACEM - Ghana's Leading Cement Manufacturer | Quality Cement Solutions", description: "Ghacem Limited is Ghana's leading cement producer supplying high-quality cement for homes, roads, bridges, and infrastructure. 50+ years of excellence. Nationwide distribution.", keywords: "cement Ghana, GHACEM, construction materials, high strength cement, eco-friendly cement, waterproof cement, nationwide delivery", metadataBase: new URL("https://ghacem.com"),
alternates: {
canonical: "https://ghacem.com",
},
canonical: "https://ghacem.com"},
openGraph: {
title: "GHACEM - The Nation Builder",
description: "Ghana's leading cement manufacturer supplying strength you can trust for all your construction needs.",
url: "https://ghacem.com",
siteName: "GHACEM",
type: "website",
images: [
title: "GHACEM - The Nation Builder", description: "Ghana's leading cement manufacturer supplying strength you can trust for all your construction needs.", url: "https://ghacem.com", siteName: "GHACEM", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg",
alt: "GHACEM Cement - Construction Excellence",
},
url: "http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg", alt: "GHACEM Cement - Construction Excellence"},
],
},
twitter: {
card: "summary_large_image",
title: "GHACEM - Ghana's Leading Cement Manufacturer",
description: "50+ years of trusted cement production. Strength you can trust.",
images: ["http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg"],
card: "summary_large_image", title: "GHACEM - Ghana's Leading Cement Manufacturer", description: "50+ years of trusted cement production. Strength you can trust.", images: ["http://img.b2bpic.net/free-photo/concrete-parts-piled-up-besides-rural-road-besides-highway_333098-16.jpg"],
},
robots: {
index: true,
@@ -1426,4 +1411,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}