Update src/app/layout.tsx
This commit is contained in:
@@ -3,37 +3,22 @@ import { Poppins } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const poppins = Poppins({
|
const poppins = Poppins({
|
||||||
variable: "--font-poppins",
|
variable: "--font-poppins", 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: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://www.liftplan.com",
|
canonical: "https://www.liftplan.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan",
|
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: [
|
||||||
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",
|
url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", alt: "Elevator planning consultation"},
|
||||||
alt: "Elevator planning consultation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1420,4 +1405,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user