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"; import "./globals.css";
const dmSans = DM_Sans({ const dmSans = DM_Sans({
variable: "--font-dm-sans", variable: "--font-dm-sans", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "TechAcademy - Master In-Demand Tech Skills", 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: {
description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!", 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: [
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", url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", alt: "TechAcademy - IT Training"
alt: "TechAcademy - IT Training"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", 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"]
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: { robots: {
index: true, index: true,