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"; import Tag from "@/tag/Tag";
const cormorantGaramond = Cormorant_Garamond({ const cormorantGaramond = Cormorant_Garamond({
variable: "--font-cormorant-garamond", variable: "--font-cormorant-garamond", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"], weight: ["300", "400", "500", "600", "700"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Engineer IT School - Transform Your Tech Career", 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"),
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: { alternates: {
canonical: "https://engineer-itschool.com" canonical: "https://engineer-itschool.com"
}, },
openGraph: { openGraph: {
title: "Engineer IT School - Launch Your Tech Career", 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"
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: { twitter: {
card: "summary_large_image", 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."
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: { robots: {
index: true, index: true,