Update src/app/layout.tsx
This commit is contained in:
@@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "KNBA SIB Co-op Platform - High School Placements in Kanata",
|
||||
description: "Secure, trust-based co-op placement platform for Kanata high school students. Verified candidates. Professional standards. Real opportunities in business and tech.",
|
||||
keywords: "co-op placement, high school internship, Kanata jobs, student placement, business co-op, tech internship",
|
||||
openGraph: {
|
||||
title: "KNBA SIB Co-op Platform",
|
||||
description: "Connect high school students with verified co-op placements in Kanata",
|
||||
siteName: "KNBA SIB Co-op Platform",
|
||||
type: "website",
|
||||
},
|
||||
title: "KNBA SIB Co-op Platform - High School Placements in Kanata", description: "Secure, trust-based co-op placement platform for Kanata high school students. Verified candidates. Professional standards. Real opportunities in business and tech.", keywords: "co-op placement, high school internship, Kanata jobs, student placement, business co-op, tech internship", openGraph: {
|
||||
title: "KNBA SIB Co-op Platform", description: "Connect high school students with verified co-op placements in Kanata", siteName: "KNBA SIB Co-op Platform", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "KNBA SIB Co-op Platform - High School Co-op Placements",
|
||||
description: "Verified candidates. Professional standards. Real opportunities.",
|
||||
},
|
||||
card: "summary_large_image", title: "KNBA SIB Co-op Platform - High School Co-op Placements", description: "Verified candidates. Professional standards. Real opportunities."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user