Update src/app/layout.tsx
This commit is contained in:
@@ -5,15 +5,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Love Code IT School - Learn Programming & Coding Online",
|
||||
description: "Master web development, mobile apps, Python, and game development at Love Code IT School. Expert instructors, 95% success rate, job placement assistance included.",
|
||||
keywords: "coding courses, IT education, web development, programming school, online learning, tech training",
|
||||
metadataBase: new URL("https://lovecode.school"),
|
||||
title: "Love Code IT School - Learn Programming & Coding Online", description: "Master web development, mobile apps, Python, and game development at Love Code IT School. Expert instructors, 95% success rate, job placement assistance included.", keywords: "coding courses, IT education, web development, programming school, online learning, tech training", metadataBase: new URL("https://lovecode.school"),
|
||||
alternates: {
|
||||
canonical: "https://lovecode.school"
|
||||
},
|
||||
@@ -22,22 +18,14 @@ export const metadata: Metadata = {
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
title: "Love Code IT School - Transform Your Tech Career",
|
||||
description: "Join 5,000+ students learning programming and IT skills. Expert-led courses with job placement assistance.",
|
||||
type: "website",
|
||||
siteName: "Love Code IT School",
|
||||
images: [
|
||||
title: "Love Code IT School - Transform Your Tech Career", description: "Join 5,000+ students learning programming and IT skills. Expert-led courses with job placement assistance.", type: "website", siteName: "Love Code IT School", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg",
|
||||
alt: "Love Code IT School"
|
||||
url: "https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg", alt: "Love Code IT School"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Love Code IT School",
|
||||
description: "Learn programming, web development, and IT skills from industry experts.",
|
||||
images: ["https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg"]
|
||||
card: "summary_large_image", title: "Love Code IT School", description: "Learn programming, web development, and IT skills from industry experts.", images: ["https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user