Update src/app/layout.tsx

This commit is contained in:
2026-01-16 12:56:46 +00:00
parent 7690a17215
commit 7ecea6942e

View File

@@ -5,30 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const cormorantGaramond = Cormorant_Garamond({
variable: "--font-cormorant-garamond",
subsets: ["latin"],
variable: "--font-cormorant-garamond", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Engineer IT School - Transform Your Tech Career",
description: "Master web development, mobile apps, data science & cloud computing. Join Engineer's industry-aligned bootcamps with expert instructors and 92% job placement rate.",
keywords: "coding bootcamp, software engineering, web development, data science, career training, IT school",
metadataBase: new URL("https://engineer-itschool.com"),
title: "Engineer IT School - Transform Your Tech Career", description: "Master web development, mobile apps, data science & cloud computing. Join Engineer's industry-aligned bootcamps with expert instructors and 92% job placement rate.", keywords: "coding bootcamp, software engineering, web development, data science, career training, IT school", metadataBase: new URL("https://engineer-itschool.com"),
alternates: {
canonical: "https://engineer-itschool.com"
},
openGraph: {
title: "Engineer IT School - Launch Your Tech Career",
description: "Industry-aligned coding bootcamps with hands-on learning, expert mentorship, and real-world job placement.",
url: "https://engineer-itschool.com",
siteName: "Engineer IT School",
type: "website"
title: "Engineer IT School - Launch Your Tech Career", description: "Industry-aligned coding bootcamps with hands-on learning, expert mentorship, and real-world job placement.", url: "https://engineer-itschool.com", siteName: "Engineer IT School", type: "website"
},
twitter: {
card: "summary_large_image",
title: "Engineer IT School - Your Path to Tech Success",
description: "Transform your career with our comprehensive bootcamps in web development, mobile apps, and data science."
card: "summary_large_image", title: "Engineer IT School - Your Path to Tech Success", description: "Transform your career with our comprehensive bootcamps in web development, mobile apps, and data science."
},
robots: {
index: true,
@@ -1271,4 +1261,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}