Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||||
@@ -1271,4 +1261,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user