Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const firaCode = Fira_Code({
|
const firaCode = Fira_Code({
|
||||||
variable: "--font-fira-code",
|
variable: "--font-fira-code", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "BogCoder IT School - Master Programming Courses",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://bogcoder.com"
|
canonical: "https://bogcoder.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "BogCoder IT School - Learn to Code & Transform Your Career",
|
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: [
|
||||||
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",
|
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"
|
||||||
alt: "BogCoder IT School - Learn Programming"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
type: "website"
|
type: "website"
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"]
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user