Update src/app/layout.tsx
This commit is contained in:
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const sourceSans3 = Source_Sans_3({
|
const sourceSans3 = Source_Sans_3({
|
||||||
variable: "--font-source-sans-3",
|
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "GradeOptim - Academic Performance Optimization with AI",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://gradeoptim.com",
|
canonical: "https://gradeoptim.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "GradeOptim - Master Your Grades with AI Analytics",
|
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: [
|
||||||
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",
|
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"},
|
||||||
alt: "GradeOptim Dashboard",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "GradeOptim - Optimize Your Academic Performance", description: "AI-powered GPA forecasting and grade optimization tools for high school students.", images: [
|
||||||
title: "GradeOptim - Optimize Your Academic Performance",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-modern-clean-academic-performance-dash-1772509353097-99ebc96b.png"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user