Update src/app/layout.tsx

This commit is contained in:
2026-02-02 14:53:18 +00:00
parent d91b255034
commit 966a620f89

View File

@@ -6,20 +6,15 @@ 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"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "TechAcademy - Learn IT Skills Online | Courses & Training",
description: "Master programming, web development, data science, and cybersecurity with expert instructors. Flexible learning, job placement support, and industry-recognized certificates.",
keywords: "IT courses, programming, web development, data science, cybersecurity, online learning, tech training",
metadataBase: new URL("https://techacademy.example.com"),
title: "TechAcademy - Learn IT Skills Online | Courses & Training", description: "Master programming, web development, data science, and cybersecurity with expert instructors. Flexible learning, job placement support, and industry-recognized certificates.", keywords: "IT courses, programming, web development, data science, cybersecurity, online learning, tech training", metadataBase: new URL("https://techacademy.example.com"),
alternates: {
canonical: "https://techacademy.example.com"
},
@@ -28,23 +23,14 @@ export const metadata: Metadata = {
follow: true
},
openGraph: {
title: "TechAcademy - Transform Your Tech Career",
description: "Learn in-demand IT skills with expert instructors. Flexible courses, real-world projects, and career support.",
url: "https://techacademy.example.com",
siteName: "TechAcademy",
type: "website",
images: [
title: "TechAcademy - Transform Your Tech Career", description: "Learn in-demand IT skills with expert instructors. Flexible courses, real-world projects, and career support.", url: "https://techacademy.example.com", siteName: "TechAcademy", type: "website", images: [
{
url: "https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg",
alt: "TechAcademy Learning Platform"
url: "https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg", alt: "TechAcademy Learning Platform"
}
]
},
twitter: {
card: "summary_large_image",
title: "TechAcademy - Learn IT Skills",
description: "Transform your career with comprehensive IT training and expert mentorship",
images: ["https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"]
card: "summary_large_image", title: "TechAcademy - Learn IT Skills", description: "Transform your career with comprehensive IT training and expert mentorship", images: ["https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"]
}
};