Update src/app/layout.tsx
This commit is contained in:
@@ -5,30 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CPSC - Excellence in Education, Built for Tomorrow",
|
||||
description: "Discover rigorous academics, vibrant community, and personalized student growth at Camiguin Polytechnic State College. Explore our programs and admissions.",
|
||||
keywords: "CPSC, Camiguin, polytechnic, school, education, academics, admissions, programs, college",
|
||||
robots: {
|
||||
title: "CPSC - Excellence in Education, Built for Tomorrow", description: "Discover rigorous academics, vibrant community, and personalized student growth at Camiguin Polytechnic State College. Explore our programs and admissions.", keywords: "CPSC, Camiguin, polytechnic, school, education, academics, admissions, programs, college", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "CPSC - Excellence in Education",
|
||||
description: "Discover rigorous academics and vibrant community at Camiguin Polytechnic State College.",
|
||||
type: "website",
|
||||
siteName: "CPSC",
|
||||
url: "https://cpsc.edu",
|
||||
},
|
||||
title: "CPSC - Excellence in Education", description: "Discover rigorous academics and vibrant community at Camiguin Polytechnic State College.", type: "website", siteName: "CPSC", url: "https://cpsc.edu"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "CPSC - Excellence in Education",
|
||||
description: "Join a community dedicated to academic excellence and student growth.",
|
||||
},
|
||||
card: "summary_large_image", title: "CPSC - Excellence in Education", description: "Join a community dedicated to academic excellence and student growth."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user