Merge version_1 into main #1
@@ -6,20 +6,15 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-dm-sans",
|
variable: "--font-dm-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "TechAcademy - Learn IT Skills Online | Courses & Training",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://techacademy.example.com"
|
canonical: "https://techacademy.example.com"
|
||||||
},
|
},
|
||||||
@@ -28,23 +23,14 @@ export const metadata: Metadata = {
|
|||||||
follow: true
|
follow: true
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "TechAcademy - Transform Your Tech Career",
|
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: [
|
||||||
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",
|
url: "https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg", alt: "TechAcademy Learning Platform"
|
||||||
alt: "TechAcademy Learning Platform"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"]
|
||||||
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"]
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user