From 7ecea6942e59583054600bfcfe0b4afd48f83242 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 12:56:46 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4acc7f9..b6d357f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +}