Update src/app/layout.tsx

This commit is contained in:
2026-02-02 09:44:54 +00:00
parent 675b0b047e
commit 598861ba37

View File

@@ -3,32 +3,19 @@ import { DM_Sans } from "next/font/google";
import "./globals.css";
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
variable: "--font-dm-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "TechAcademy - Master In-Demand Tech Skills",
description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!",
keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science",
openGraph: {
title: "TechAcademy - Master In-Demand Tech Skills",
description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.",
url: "https://techacademy.io",
siteName: "TechAcademy",
type: "website",
images: [
title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!", keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science", openGraph: {
title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.", url: "https://techacademy.io", siteName: "TechAcademy", type: "website", images: [
{
url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg",
alt: "TechAcademy - IT Training"
url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", alt: "TechAcademy - IT Training"
}
]
},
twitter: {
card: "summary_large_image",
title: "TechAcademy - Master In-Demand Tech Skills",
description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.",
images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"]
card: "summary_large_image", title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.", images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"]
},
robots: {
index: true,