Update src/app/layout.tsx
This commit is contained in:
@@ -3,37 +3,22 @@ import { Poppins } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan",
|
||||
description: "Professional elevator planning and vertical transportation studies. Neufert-based calculations for office buildings, residential towers, hotels, and hospitals. Expert consultancy for architects and developers.",
|
||||
keywords: "elevator planning, vertical transportation, Neufert standards, elevator consultant, building analysis, elevator calculation, architectural planning",
|
||||
metadataBase: new URL("https://www.liftplan.com"),
|
||||
title: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan", description: "Professional elevator planning and vertical transportation studies. Neufert-based calculations for office buildings, residential towers, hotels, and hospitals. Expert consultancy for architects and developers.", keywords: "elevator planning, vertical transportation, Neufert standards, elevator consultant, building analysis, elevator calculation, architectural planning", metadataBase: new URL("https://www.liftplan.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.liftplan.com",
|
||||
},
|
||||
canonical: "https://www.liftplan.com"},
|
||||
openGraph: {
|
||||
title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan",
|
||||
description: "Professional vertical transportation calculations for offices, residential towers, hotels, and hospitals.",
|
||||
url: "https://www.liftplan.com",
|
||||
siteName: "LiftPlan Consulting",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan", description: "Professional vertical transportation calculations for offices, residential towers, hotels, and hospitals.", url: "https://www.liftplan.com", siteName: "LiftPlan Consulting", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg",
|
||||
alt: "Elevator planning consultation",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", alt: "Elevator planning consultation"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Accurate Elevator Planning | LiftPlan",
|
||||
description: "Professional vertical transportation studies based on Neufert standards.",
|
||||
images: ["http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg"],
|
||||
card: "summary_large_image", title: "Accurate Elevator Planning | LiftPlan", description: "Professional vertical transportation studies based on Neufert standards.", images: ["http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1420,4 +1405,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user