Update src/app/layout.tsx
This commit is contained in:
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "GradeOptim - Academic Performance Optimization with AI",
|
||||
description: "Optimize your high school grades with predictive GPA forecasting, weighted grade calculations, and AI-powered study recommendations. Track performance in real-time.",
|
||||
keywords: "GPA calculator, grade predictor, academic performance, high school, weighted grades, study planner, education technology",
|
||||
metadataBase: new URL("https://gradeoptim.com"),
|
||||
title: "GradeOptim - Academic Performance Optimization with AI", description: "Optimize your high school grades with predictive GPA forecasting, weighted grade calculations, and AI-powered study recommendations. Track performance in real-time.", keywords: "GPA calculator, grade predictor, academic performance, high school, weighted grades, study planner, education technology", metadataBase: new URL("https://gradeoptim.com"),
|
||||
alternates: {
|
||||
canonical: "https://gradeoptim.com",
|
||||
},
|
||||
canonical: "https://gradeoptim.com"},
|
||||
openGraph: {
|
||||
title: "GradeOptim - Master Your Grades with AI Analytics",
|
||||
description: "Transform your academic performance with predictive analytics, precise GPA forecasting, and intelligent study time allocation. Trusted by 5000+ high school students.",
|
||||
url: "https://gradeoptim.com",
|
||||
siteName: "GradeOptim",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "GradeOptim - Master Your Grades with AI Analytics", description: "Transform your academic performance with predictive analytics, precise GPA forecasting, and intelligent study time allocation. Trusted by 5000+ high school students.", url: "https://gradeoptim.com", siteName: "GradeOptim", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-modern-clean-academic-performance-dash-1772509353097-99ebc96b.png",
|
||||
alt: "GradeOptim Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-modern-clean-academic-performance-dash-1772509353097-99ebc96b.png", alt: "GradeOptim Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "GradeOptim - Optimize Your Academic Performance",
|
||||
description: "AI-powered GPA forecasting and grade optimization tools for high school students.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-modern-clean-academic-performance-dash-1772509353097-99ebc96b.png",
|
||||
],
|
||||
card: "summary_large_image", title: "GradeOptim - Optimize Your Academic Performance", description: "AI-powered GPA forecasting and grade optimization tools for high school students.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-modern-clean-academic-performance-dash-1772509353097-99ebc96b.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user