diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7c045db..db91ab9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +}