Update src/app/layout.tsx

This commit is contained in:
2026-01-20 14:25:34 +00:00
parent 149073533b
commit 1d574cb584

View File

@@ -5,36 +5,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const firaCode = Fira_Code({
variable: "--font-fira-code",
subsets: ["latin"],
variable: "--font-fira-code", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "BogCoder IT School - Master Programming Courses",
description: "Transform your tech career with BogCoder's comprehensive programming courses. Web development, mobile apps, backend systems. 92% job placement rate. Enroll today!",
keywords: "programming courses, web development, mobile app development, coding bootcamp, IT education, career transition",
metadataBase: new URL("https://bogcoder.com"),
title: "BogCoder IT School - Master Programming Courses", description: "Transform your tech career with BogCoder's comprehensive programming courses. Web development, mobile apps, backend systems. 92% job placement rate. Enroll today!", keywords: "programming courses, web development, mobile app development, coding bootcamp, IT education, career transition", metadataBase: new URL("https://bogcoder.com"),
alternates: {
canonical: "https://bogcoder.com"
},
openGraph: {
title: "BogCoder IT School - Learn to Code & Transform Your Career",
description: "Master programming with BogCoder's industry-leading courses. 5,000+ graduates. 92% job placement. Start your coding journey today.",
url: "https://bogcoder.com",
siteName: "BogCoder",
images: [
title: "BogCoder IT School - Learn to Code & Transform Your Career", description: "Master programming with BogCoder's industry-leading courses. 5,000+ graduates. 92% job placement. Start your coding journey today.", url: "https://bogcoder.com", siteName: "BogCoder", images: [
{
url: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg",
alt: "BogCoder IT School - Learn Programming"
url: "https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", alt: "BogCoder IT School - Learn Programming"
}
],
type: "website"
},
twitter: {
card: "summary_large_image",
title: "BogCoder IT School - Master Programming",
description: "Transform your career with comprehensive coding courses. 92% job placement rate. Enroll now!",
images: ["https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"]
card: "summary_large_image", title: "BogCoder IT School - Master Programming", description: "Transform your career with comprehensive coding courses. 92% job placement rate. Enroll now!", images: ["https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"]
},
robots: {
index: true,
@@ -1277,4 +1265,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}